-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 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
{
"name": "115master",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vue-tsc -b && vite preview",
"test": "jest",
"test:watch": "jest --watch",
"lint": "biome check --write .",
"format": "biome format --write ."
},
"dependencies": {
"@vueuse/core": "^12.7.0",
"@webav/av-canvas": "^1.0.15",
"@webav/av-cliper": "^1.0.15",
"big-integer": "^1.6.52",
"blueimp-md5": "^2.19.0",
"dayjs": "^1.11.13",
"dplayer": "^1.27.1",
"hls.js": "^1.5.20",
"jsdom": "^26.0.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"m3u8-parser": "^7.2.0",
"material-symbols": "^0.28.2",
"minimatch": "^10.0.1",
"mp4box": "^0.5.3",
"mux.js": "^6.3.0",
"photoswipe": "^5.4.4",
"video.js": "^8.21.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/big-integer": "^0.0.35",
"@types/blueimp-md5": "^2.18.2",
"@types/dplayer": "^1.25.5",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15",
"@types/m3u8-parser": "^7.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3",
"vite": "^6.0.5",
"vite-plugin-monkey": "^5.0.3",
"vue-tsc": "^2.2.2"
}
}