generated from antfu-collective/vitesse-lite
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.52 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
55
56
57
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"up": "taze major -I"
},
"dependencies": {
"@iconify/utils": "^2.1.22",
"@nplayer/danmaku": "^1.0.12",
"@unocss/eslint-plugin": "^0.58.5",
"@vueuse/core": "^10.9.0",
"artplayer": "^5.1.1",
"artplayer-plugin-danmuku": "^5.0.1",
"element-plus": "^2.6.1",
"nplayer": "^1.0.15",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"spark-md5": "^3.0.2",
"tinycolor2": "^1.6.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@iconify-json/carbon": "^1.1.31",
"@types/node": "^20.11.25",
"@types/nprogress": "^0.2.3",
"@types/spark-md5": "^3.0.4",
"@types/tinycolor2": "^1.4.6",
"@unocss/reset": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"jsdom": "^24.0.0",
"pnpm": "^8.15.4",
"sass": "^1.71.1",
"taze": "^0.13.3",
"type-fest": "^4.12.0",
"typescript": "^5.4.2",
"unocss": "^0.58.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.5",
"vite-plugin-pages": "^0.32.0",
"vitest": "^1.3.1",
"vue-tsc": "^2.0.6"
}
}