-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 865 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
{
"name": "bilibili-cleanup",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:small": "vite build --mode small",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^11.2.0",
"compressorjs": "^1.2.1",
"element-plus": "^2.8.6",
"pinia": "^2.2.5",
"underscore": "^1.13.7",
"vite-plugin-inspect": "^0.8.7",
"vue": "^3.4.27"
},
"devDependencies": {
"@iconify-json/el": "^1.2.0",
"@iconify-json/ep": "^1.2.1",
"@vitejs/plugin-vue": "^5.0.4",
"less": "^4.2.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.20.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.2.12",
"vite-plugin-base64": "^0.1.3",
"vite-plugin-monkey": "^4.0.0"
}
}