-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.04 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.04 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "monkey-script-monorepo-project",
"version": "1.0.0",
"private": true,
"description": "油猴脚本",
"keywords": [],
"license": "MIT",
"author": "WhiteSev",
"scripts": {
"format": "pnpm recursive run format",
"format:dist": "pnpm recursive run format:dist",
"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": {
"@mgdn/bvid": "^0.4.0",
"@whitesev/data-paging": "^0.0.4",
"@whitesev/domutils": "^2.0.5",
"@whitesev/pops": "^4.2.5",
"@whitesev/utils": "^2.11.14",
"artplayer": "5.4.0",
"artplayer-plugin-danmuku": "^5.2.0",
"crypto-js": "^4.2.0",
"element-plus": "^2.13.0",
"flv.js": "^1.6.2",
"highlight.js": "^11.11.1",
"i18next": "^26.0.3",
"md5": "^2.3.0",
"moduleraid": "^6.2.0",
"otpauth": "^9.4.1",
"pinia": "^3.0.4",
"qmsg": "^1.7.1",
"s2t-chinese": "^0.0.5",
"viewerjs": "^1.11.7",
"vue": "^3.5.26",
"vue-demi": "^0.14.10",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@types/crypto-js": "^4.2.2",
"@types/md5": "^2.3.6",
"@types/node": "^25.0.10",
"@typescript/native-preview": "7.0.0-dev.20260303.1",
"@vitejs/plugin-vue": "^6.0.3",
"eslint": "^9.39.2",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"picocolors": "^1.1.1",
"rollup": "^4.54.0",
"simple-git": "^3.30.0",
"typescript": "^6.0.2",
"unplugin-auto-import": "^20.3.0",
"unplugin-element-plus": "^0.11.2",
"unplugin-icons": "^22.5.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.3.1",
"vite-plugin-mkcert": "^1.17.10",
"vite-plugin-monkey": "^7.1.9",
"vue-tsc": "^3.2.6"
},
"engines": {
"node": ">=22.13.0",
"npm": ">=10.9.2",
"pnpm": ">=10.17.1"
}
}