-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
package.json
File metadata and controls
48 lines (48 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
41
42
43
44
45
46
47
48
{
"name": "bbhouse-app",
"license": "GPL-3.0",
"private": true,
"version": "1.2.0",
"code": "#23.120.03",
"time": 1681918897,
"type": "module",
"scripts": {
"tauri-dev": "yarn tauri dev",
"tauri-build": "yarn tauri build",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@tauri-apps/api": "^1.1.0",
"aplayer": "^1.10.1",
"crypto-js": "^4.1.1",
"dplayer": "^1.26.0",
"element-plus": "^2.2.12",
"flv.js": "^1.6.2",
"hls.js": "^1.2.1",
"qrcode.vue": "^3.3.3",
"vue": "^3.2.37",
"vue-router": "4",
"vue3-contextmenu": "^0.2.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.1.1",
"@types/crypto-js": "^4.1.1",
"@types/dplayer": "^1.25.2",
"@vitejs/plugin-vue": "^3.0.0",
"autoprefixer": "^10.4.13",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.10.3",
"unplugin-vue-components": "^0.21.2",
"vite": "^3.0.0",
"vue-tsc": "^0.38.4"
}
}