-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.81 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.81 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
{
"name": "drplayer",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:root": "vite build --mode production.root",
"build:apps": "vite build --mode production.apps",
"build:binary": "node build-binary.js",
"build:binary:win": "node build-binary.js",
"build:binary:optimized": "node build-binary-optimized.js",
"preview": "vite preview",
"start": "node production-server.cjs",
"mock1": "json-server src/mock/data.json --host 127.0.0.1 --port 9978 --middlewares src/mock/middlewares.js",
"mock2": "json-server public/mock/data.json --host 127.0.0.1 --port 9978 --middlewares public/mock/middlewares.js"
},
"engines": {
"node": ">17 <23"
},
"repository": "https://github.com/hjdhnx/DrPlayer.git",
"author": "晚风拂柳颜 <434857005@qq.com>",
"description": "道长修仙,法力无边。一统江湖,只需半年。\n君子袒蛋蛋,小人藏鸡鸡。",
"license": "MIT",
"dependencies": {
"@fastify/static": "^6.12.0",
"artplayer": "^5.3.0",
"axios": "1.12.0",
"crypto-js": "^4.2.0",
"echarts": "^5.6.0",
"fastify": "^4.29.1",
"flv.js": "^1.6.2",
"hls.js": "^1.6.13",
"json-server": "^0.17.4",
"mpegts.js": "^1.8.0",
"pinia": "^2.2.6",
"shaka-player": "^4.16.3",
"v-viewer": "^3.0.22",
"viewerjs": "^1.11.0",
"vue": "^3.5.12",
"vue-echarts": "^7.0.3",
"vue-router": "^4.4.5",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.3",
"@playwright/test": "^1.55.1",
"@tailwindcss/postcss": "^4.1.13",
"@vitejs/plugin-vue": "^6.0.1",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"unplugin-vue-components": "^0.27.4",
"vite": "^7.1.7"
}
}