-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 800 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 800 Bytes
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": "xmoe-ui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"artplayer": "^5.2.2",
"artplayer-plugin-danmuku": "^5.1.6",
"axios": "^1.8.4",
"crypto-js": "^4.2.0",
"element-plus": "^2.5.6",
"hls.js": "^1.6.1",
"pinia": "^3.0.2",
"pinia-persistedstate-plugin": "^0.1.0",
"swiper": "^11.2.6",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"xmoe-ui": "file:"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2"
}
}