-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "monorepo-project",
"version": "1.0.0",
"private": true,
"description": "油猴脚本",
"author": "WhiteSev",
"license": "MIT",
"keywords": [],
"scripts": {
"build": "pnpm recursive run build",
"build:min": "pnpm recursive run build:min",
"build:all": "pnpm recursive run build:all",
"build:all-new": "pnpm recursive run build:all-new",
"build:no-cache": "pnpm recursive run build:no-cache",
"clear": "pnpm recursive run clear",
"update": "pnpm update --latest"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@mgdn/bvid": "^0.3.0",
"@types/md5": "^2.3.5",
"@whitesev/domutils": "^1.4.8",
"@whitesev/pops": "^1.9.7",
"@whitesev/utils": "^2.6.1",
"artplayer": "^5.2.2",
"artplayer-plugin-danmuku": "^5.1.5",
"flv.js": "^1.6.2",
"highlight.js": "^11.11.1",
"i18next": "^24.2.2",
"md5": "^2.3.0",
"pinia": "^2.3.1",
"qmsg": "^1.2.8",
"s2t-chinese": "^0.0.5",
"viewerjs": "^1.11.7",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@vitejs/plugin-vue": "^5.2.1",
"element-plus": "^2.9.4",
"typescript": "^5.7.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-element-plus": "^0.9.1",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.1.0",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-monkey": "5.0.6",
"vue-tsc": "^2.2.0"
}
}