-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"private": true,
"packageManager": "pnpm@8.6.6",
"author": "WSZ <wangsizhu0504@outlook.com>",
"scripts": {
"build": "cross-env NODE_ENV=production vite-ssg build",
"dev": "vite --port 3333 --open",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.ts,.html --fix"
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"@vueuse/head": "^1.1.26",
"canvas-confetti": "^1.6.0",
"dayjs": "^1.11.7",
"nprogress": "^0.2.0",
"vue": "^3.2.47",
"vue-router": "4.2.2"
},
"devDependencies": {
"@iconify/json": "^2.2.62",
"@kriszu/eslint-config": "^1.0.11",
"@types/canvas-confetti": "^1.6.0",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.53.0",
"@vitejs/plugin-vue": "^4.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.40.0",
"rimraf": "^5.0.0",
"sharp": "^0.32.1",
"typescript": "^5.0.4",
"unocss": "^0.53.0",
"unplugin-auto-import": "^0.16.0",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.25.0",
"vite": "^4.3.5",
"vite-plugin-inspect": "^0.7.26",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pwa": "^0.16.0",
"vite-plugin-vue-markdown": "^0.23.4",
"vite-ssg": "^0.23.0",
"vite-svg-loader": "^4.0.0"
}
}