-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 967 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
35
36
37
38
{
"name": "arknights",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prettier": "prettier --write ."
},
"dependencies": {
"date-fns": "^2.30.0",
"howler": "^2.2.3",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"parallax-js": "^3.1.0",
"pinia": "^2.1.6",
"swiper": "^10.1.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/howler": "^2.2.7",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.4.8",
"@types/parallax-js": "^3.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"prettier": "^3.0.1",
"sass": "^1.64.2",
"typescript": "^5.0.2",
"unocss": "^0.54.1",
"vite": "^4.4.5",
"vite-plugin-html": "^3.2.2",
"vue-tsc": "^1.8.5"
},
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2"
}