-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
39 lines (39 loc) · 987 Bytes
/
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
{
"name": "tvbox-provider",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"@videojs-player/vue": "^1.0.0",
"add": "^2.0.6",
"axios": "^1.4.0",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"qrcode-vue3": "^1.6.8",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store.git#v1",
"video.js": "^8.6.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@arco-design/web-vue": "^2.53.3",
"@tauri-apps/cli": "^1.4.0",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"scss": "^0.2.4",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.2",
"vite": "^4.4.4",
"vue-tsc": "^1.8.5"
}
}