-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.18 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
67
68
69
70
71
72
73
74
{
"name": "debrid-app",
"version": "0.0.2",
"private": true,
"scripts": {
"client": "vite",
"server": "bun --watch server/index.ts",
"typecheck": "tsc --noEmit",
"build:client": "vite build",
"build:server": "vite build -c vite.server.config.mts",
"update": "pnpm up --latest"
},
"dependencies": {
"@artplayer/player": "^5.2.0",
"@auth/core": "^0.37.3",
"@hono/auth-js": "^1.0.15",
"@nextui-org/react": "^2.4.8",
"@nextui-org/shared-utils": "^2.0.8",
"@nextui-org/theme": "^2.2.11",
"@nextui-org/use-clipboard": "^2.0.7",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-router": "1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-valibot-adapter": "^1.79.0",
"@tanstack/router-vite-plugin": "^1.79.0",
"bencode": "^4.0.0",
"clsx": "^2.1.1",
"fast-xml-parser": "^4.5.0",
"feaxios": "^0.0.23",
"filesize": "^10.1.6",
"framer-motion": "^11.11.11",
"hono": "^4.6.9",
"immer": "^10.1.1",
"lodash.debounce": "^4.0.8",
"magnet-uri": "^7.0.5",
"p-limit": "^6.1.0",
"react": "^18.3.1",
"react-aria-components": "^1.4.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-hot-toast": "^2.4.1",
"tailwindcss-animate": "^1.0.7",
"uint8-util": "^2.2.5",
"usehooks-ts": "^3.1.0",
"valibot": "1.0.0-beta.3",
"zod": "^3.23.8",
"zustand": "5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@iconify/json": "^2.2.269",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query-devtools": "5.59.20",
"@types/bencode": "^2.0.4",
"@types/bun": "^1.1.13",
"@types/lodash.debounce": "^4.0.9",
"@types/magnet-uri": "^5.1.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"unplugin-icons": "^0.20.1",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vite-tsconfig-paths": "^5.1.0"
}
}