-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 866 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
32
33
{
"name": "cover-vinyl",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "rm -rf dist && vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist",
"auto-deploy":"./auto-deploy.sh"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.38.0",
"eslint": "^8.24.0",
"eslint-config-standard": "17.0.0-1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-promise": "^6.0.1",
"gh-pages": "^4.0.0",
"postcss": "^8.4.16",
"postcss-html": "^1.5.0",
"postcss-jsx": "^0.36.4",
"postcss-nesting": "^10.2.0",
"postcss-styled": "^0.34.0",
"postcss-syntax": "^0.36.2",
"stylelint": "14.11.0",
"stylelint-config-standard": "28.0.0",
"vite": "^3.1.0"
},
"keywords": [],
"license": "ISC"
}