-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
{
"name": "115master",
"private": true,
"version": "0.2.6",
"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 .",
"analyze": "cross-env ANALYZE=true vite build"
},
"dependencies": {
"@material-symbols/svg-400": "^0.28.2",
"@vueuse/core": "^12.7.0",
"big-integer": "^1.6.52",
"blueimp-md5": "^2.19.0",
"dayjs": "^1.11.13",
"glob-to-regexp": "^0.4.1",
"hls.js": "^1.5.20",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"m3u8-parser": "^7.2.0",
"mp4box": "^0.5.3",
"mux.js": "^6.3.0",
"photoswipe": "^5.4.4",
"vue": "^3.5.13"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/big-integer": "^0.0.35",
"@types/blueimp-md5": "^2.18.2",
"@types/glob-to-regexp": "^0.4.4",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15",
"@types/m3u8-parser": "^7.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"rollup-plugin-visualizer": "^5.14.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3",
"vite": "^6.0.5",
"vite-plugin-monkey": "^5.0.3",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.2.2"
}
}