-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "webtv",
"version": "0.0.0",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite --host",
"build": "vue-tsc --noEmit && vite build",
"clean": "rimraf ./dist",
"full-clean": "rimraf ./dist ./node_modules",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@vueuse/rxjs": "^10.11.1",
"@wdns/vuetify-resize-drawer": "^3.2.0",
"axios": "^1.7.7",
"dexie": "^4.0.9",
"events": "^3.3.0",
"hls.js": "^1.5.17",
"moment": "^2.30.1",
"mpegts.js": "^1.7.3",
"roboto-fontface": "^0.10.0",
"rxjs": "^7.8.1",
"sax": "^1.4.1",
"saxes": "^6.0.0",
"vue": "^3.3.0",
"vuetify": "^3.7.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/types": "^7.26.0",
"@types/node": "^20.17.1",
"@types/sax": "^1.2.7",
"@vitejs/plugin-vue": "^4.6.2",
"cross-env": "^7.0.3",
"rimraf": "^6.0.1",
"sass": "^1.80.4",
"typescript": "^5.6.3",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.10",
"vite-plugin-singlefile": "^2.0.2",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.0.22"
}
}