-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 794 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 794 Bytes
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
{
"name": "twitch-robotnik",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "rm -rf dist && vite build",
"serve": "vite preview",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.37.2",
"eslint": "7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"gh-pages": "^3.2.3",
"postcss": "^8.3.11",
"postcss-html": "^1.0.1",
"postcss-jsx": "^0.36.4",
"postcss-nesting": "^8.0.1",
"postcss-styled": "^0.34.0",
"postcss-syntax": "^0.36.2",
"stylelint": "^14.0.0",
"stylelint-config-standard": "^23.0.0",
"vite": "^2.6.4"
},
"keywords": [],
"license": "ISC"
}