-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 827 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "twitch-alcatel-one-touch-easy",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "rm -rf dist && vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.37.2",
"eslint": "^8.10.0",
"eslint-config-standard": "^17.0.0-1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-promise": "^6.0.0",
"gh-pages": "^3.2.3",
"postcss": "^8.4.7",
"postcss-html": "^1.3.0",
"postcss-jsx": "^0.36.4",
"postcss-nesting": "^10.1.2",
"postcss-styled": "^0.34.0",
"postcss-syntax": "^0.36.2",
"stylelint": "^14.5.3",
"stylelint-config-standard": "^25.0.0",
"vite": "^2.8.0"
},
"keywords": [],
"license": "ISC"
}