-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.6 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "showcase",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"operator:dev": "node aklive2d operator:dev",
"operator:build": "node aklive2d operator:build",
"operator:build-all": "node aklive2d operator:build-all",
"init": "node aklive2d init",
"charwords:update": "node aklive2d charwords:update",
"music": "node aklive2d music",
"directory:dev": "vite dev",
"directory:build": "vite build",
"directory:preview": "vite preview",
"offical_update": "node aklive2d offical_update",
"cf:upload": "node aklive2d cf:upload",
"cf:download": "node aklive2d cf:download"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.47",
"prop-types": "^15.8.1",
"rollup": "^3.29.5",
"sass": "^1.80.5",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"vite": "^5.4.10",
"wrangler": "^3.84.1"
},
"dependencies": {
"@parcellab/react-use-umami": "^2.0.1",
"dotenv": "^16.4.5",
"jotai": "^2.10.1",
"jsdom": "^22.1.0",
"node-fetch": "^3.3.2",
"p-throttle": "^6.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-refresh": "^0.14.2",
"react-router-dom": "^6.27.0",
"react-simple-typewriter": "^5.0.1",
"reset-css": "^5.0.2",
"sharp": "^0.32.6",
"yaml": "^2.6.0"
}
}