-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.19 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.19 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
{
"name": "livebox",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build proto": "pnpm pbjs -t static-module -w es6 -o src/proto/dy.js src/proto/dy.proto",
"tauri": "tauri",
"tauri dev": "tauri dev",
"tauri debug": "tauri build -d",
"tauri build": "tauri build"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tauri-apps/api": "^1",
"@types/node": "^20.14.7",
"dplayer": "^1.27.1",
"element-plus": "^2.7.6",
"flv.js": "^1.6.2",
"hls.js": "^1.5.11",
"pako": "^2.1.0",
"protobufjs": "^7.3.2",
"protobufjs-cli": "^1.1.2",
"tauri-plugin-websocket-api": "github:tauri-apps/tauri-plugin-websocket#v1",
"vue": "^3.3.4",
"vue-virtual-scroller": "next"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"typescript": "^4.9.5",
"vite": "^5.0.0",
"vue-tsc": "^1.8.5"
}
}