forked from anime-vsub/app
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
154 lines (154 loc) · 4.88 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "git.shin.animevsub",
"version": "1.1.78",
"description": "Watch Anime without advertising, free, private.",
"productName": "AnimeVsub",
"author": "Tachibana Shin <45375496+tachibana-shin@users.noreply.github.com>",
"private": true,
"scripts": {
"lint": "eslint --ext .ts,.vue ./",
"pretit": "prettier \"**/*.{ts,vue,scss,html,md,json}\" --ignore-path .gitignore,.prettierignore",
"format": "prettier --write \"**/*.{ts,vue,scss,html,md,json}\" --ignore-path .gitignore,.prettierignore",
"dev": "quasar dev",
"dev:pwa": "quasar dev -m pwa",
"build": "quasar build",
"build:pwa": "quasar build -m pwa",
"test:watch": "vitest",
"test": "vitest run",
"typing": "vue-tsc --noEmit",
"quasar": "quasar",
"gen-md-screenshot": "tsx ./scripts/gen-md-screenshot.ts",
"ci": "pnpm format && pnpm lint --fix && pnpm typing",
"update:host-curl": "bun run scripts/update-host-curl.ts",
"release": "bumpp package.json --commit --tag --push"
},
"dependencies": {
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@firebase/analytics": "^0.10.7",
"@firebase/app": "^0.10.10",
"@firebase/firestore": "^3.13.0",
"@fontsource/caveat": "^4.5.10",
"@iconify/vue": "^4.1.1",
"@plussub/srt-vtt-parser": "^2.0.5",
"@quasar/extras": "^1.16.12",
"@supabase/supabase-js": "^2.44.4",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.3.1",
"@vueuse/shared": "^9.13.0",
"cheerio": "1.0.0-rc.12",
"client-ext-animevsub-helper": "^1.0.24",
"dayjs": "^1.11.9",
"embed-fbcmt-client": "^0.1.32",
"eruda2": "0.0.2-b8",
"fb-comments-web": "^0.0.13",
"filesize": "^10.1.0",
"group-array": "^1.0.0",
"hls-parser": "^0.13.3",
"hls-to-mp4-browser": "git+https://github.com/anime-vsub/hls-to-mp4-browser.git",
"htmlparser2": "^8.0.2",
"idb-keyval": "^6.2.1",
"iso-639-1": "^2.1.15",
"js-base64": "^3.7.5",
"js-cookie": "^3.0.5",
"lz-string": "^1.5.0",
"message-port-api": "^0.0.5",
"minisearch": "^6.1.0",
"mitt": "^3.0.1",
"object.groupby": "^1.0.1",
"p-limit": "^6.1.0",
"pako": "^2.1.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.1",
"pinia-plugin-persistedstate-2": "^2.0.14",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.3",
"quasar": "^2.16.6",
"register-service-worker": "^1.7.2",
"remove-accents": "^0.4.4",
"set-cookie-parser": "^2.6.0",
"sha256": "^0.2.0",
"sort-array": "^4.1.5",
"swiper": "^8.4.7",
"ts-md5": "^1.3.1",
"ts-retry": "^4.2.5",
"ua-parser-js": "^1.0.35",
"uuid": "^9.0.0",
"vn-remove-accents": "^1.0.0",
"vue": "^3.4.33",
"vue-i18n": "^9.2.2",
"vue-request": "2.0.0-rc.4",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@iconify/json": "^2.2.190",
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@quasar/app-vite": "^2.0.0-beta.15",
"@quasar/cli": "^2.4.1",
"@quasar/icongenie": "^3.1.1",
"@tachibana-shin/eslint-config": "1.0.7",
"@types/bun": "^1.1.9",
"@types/group-array": "^1.0.1",
"@types/js-cookie": "^3.0.3",
"@types/lz-string": "^1.5.0",
"@types/node": "20.11.16",
"@types/object.groupby": "^1.0.0",
"@types/pako": "^2.0.3",
"@types/prompts": "^2.4.4",
"@types/qrcode": "^1.5.1",
"@types/semver": "^7.5.0",
"@types/serviceworker": "^0.0.95",
"@types/set-cookie-parser": "^2.4.3",
"@types/sha256": "^0.2.0",
"@types/sort-array": "^4.1.0",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitest/web-worker": "^2.0.5",
"autoprefixer": "^10.4.15",
"bumpp": "^9.2.1",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.9.0",
"happy-dom": "^13.7.0",
"hls.js": "1.5.9",
"jsdom": "^22.1.0",
"kleur": "^4.1.5",
"prettier": "^3.0.1",
"prompts": "^2.4.2",
"sass": "1.55.0",
"semver": "^7.5.4",
"supabase": "^1.183.5",
"tsx": "^3.12.7",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.3.4",
"vite-plugin-remove-console": "^2.1.1",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-windicss": "^1.9.1",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.28",
"windicss": "^3.5.6",
"workbox-build": "^6.5.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^6.5.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
},
"overrides": {
"sass": "^1.77.8"
},
"engines": {
"node": "^20 || ^19 || ^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}