-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 864 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
34
{
"name": "twitch-minimanzdev",
"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.38.0",
"eslint": "^8.15.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.0",
"gh-pages": "^4.0.0",
"postcss": "^8.4.13",
"postcss-html": "^1.4.1",
"postcss-jsx": "^0.36.4",
"postcss-nesting": "^10.1.5",
"postcss-styled": "^0.34.0",
"postcss-syntax": "^0.36.2",
"stylelint": "14.6.1",
"stylelint-config-standard": "^25.0.0",
"vite": "^2.9.9"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"animejs": "^3.2.1"
}
}