-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.07 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.07 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@patdx/subtitle-app",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "NODE_ENV=production react-router build && cp build/client/__spa-fallback.html build/client/404.html",
"dev": "react-router dev",
"start": "NODE_ENV=production react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@plussub/srt-vtt-parser": "2.0.5",
"@radix-ui/react-slot": "1.2.4",
"@react-router/node": "7.13.2",
"@react-router/serve": "7.13.2",
"@tanstack/react-query": "5.96.0",
"@types/lodash-es": "4.17.12",
"@types/luxon": "3.7.1",
"@zip.js/zip.js": "2.8.23",
"clsx": "2.1.1",
"idb": "8.0.3",
"isbot": "5.1.37",
"lodash-es": "4.18.1",
"luxon": "3.7.2",
"mobx": "6.15.0",
"mobx-react-lite": "4.1.1",
"nanoid": "5.1.7",
"nosleep.js": "0.12.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router": "7.13.2",
"tailwind-merge": "3.5.0",
"video-name-parser": "1.4.7"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20260120.0",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@hono/vite-dev-server": "0.25.1",
"@react-router/dev": "7.13.2",
"@react-router/fs-routes": "7.13.2",
"@tailwindcss/vite": "4.2.2",
"@types/node": "22.19.15",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.27",
"esbuild": "0.27.4",
"postcss": "8.5.8",
"prettier": "3.8.1",
"tailwindcss": "4.2.2",
"typescript": "5.9.3",
"unplugin-auto-import": "21.0.0",
"vite": "7.3.1",
"vite-plugin-qrcode": "0.4.1",
"vite-tsconfig-paths": "6.1.1",
"wrangler": "4.59.3"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"overrides": {
"esbuild": "$esbuild",
"@esbuild-plugins/node-globals-polyfill": "$@esbuild-plugins/node-globals-polyfill"
},
"onlyBuiltDependencies": []
}
}