generated from srmullen/sttv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 KB
/
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
40
41
42
{
"name": "hcn",
"author": "Nikita Gaidakov",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "npm run generate-track-metadata && vite --host",
"check": "vue-tsc --noEmit",
"build": "npm run generate-track-metadata; vite build",
"preview": "vite preview",
"generate-track-metadata": "node script/generateTrackMetadata.mjs"
},
"dependencies": {
"@vueuse/core": "^10.5.0",
"srt-parser-2": "^1.1.8",
"vue": "^3.2.40",
"vue-router": "^4.1.5",
"workbox-core": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"devDependencies": {
"@types/workbox-sw": "^4.3.2",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.12",
"get-audio-duration": "^3.1.0",
"globby": "^13.1.2",
"pnpm": "^7.13.2",
"postcss": "^8.4.17",
"tailwindcss": "^3.3.0",
"terser": "^5.15.1",
"typescript": "^5.2.0",
"vite": "^5.4.9",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-pwa": "^0.16.5",
"vue-tsc": "^2.1.6"
}
}