Skip to content

Commit

Permalink
feat: add torrent indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
divyam234 committed Oct 15, 2024
1 parent 6afb6fc commit f77a8aa
Show file tree
Hide file tree
Showing 24 changed files with 1,337 additions and 570 deletions.
32 changes: 19 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"vite:client": "vite",
"vite:server": "node build/server/index.mjs",
"server": "bun --watch server/bun.ts",
"build:client": "vite build",
"build:server": "vite build -c vite.server.config.mts",
"update": "pnpm up --latest"
Expand All @@ -18,19 +19,22 @@
"@nextui-org/theme": "^2.2.11",
"@nextui-org/use-clipboard": "^2.0.7",
"@react-aria/ssr": "^3.9.6",
"@react-aria/visually-hidden": "^3.8.16",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-router": "1.64.2",
"@tanstack/router-devtools": "^1.64.2",
"@tanstack/router-vite-plugin": "^1.64.0",
"@react-aria/visually-hidden": "^3.8.17",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-router": "1.69.0",
"@tanstack/router-devtools": "^1.69.0",
"@tanstack/router-valibot-adapter": "^1.69.0",
"@tanstack/router-vite-plugin": "^1.66.1",
"@types/bencode": "^2.0.4",
"@types/magnet-uri": "^5.1.5",
"bencode": "^4.0.0",
"clsx": "^2.1.1",
"fast-xml-parser": "^4.5.0",
"feaxios": "^0.0.22",
"filesize": "^10.1.6",
"framer-motion": "^11.11.8",
"hono": "^4.6.4",
"framer-motion": "^11.11.9",
"hono": "^4.6.5",
"immer": "^10.1.1",
"jssha": "^3.3.1",
"lodash.debounce": "^4.0.8",
"magnet-uri": "^7.0.5",
Expand All @@ -42,30 +46,32 @@
"tailwindcss-animate": "^1.0.7",
"uint8-util": "^2.2.5",
"usehooks-ts": "^3.1.0",
"valibot": "^0.42.1",
"zod": "^3.23.8",
"zustand": "5.0.0-rc.2"
"zustand": "5.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@cloudflare/workers-types": "^4.20241011.0",
"@hono/node-server": "^1.13.2",
"@iconify/json": "^2.2.259",
"@iconify/json": "^2.2.260",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query-devtools": "5.59.13",
"@tanstack/react-query-devtools": "5.59.15",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"postcss": "^8.4.47",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"terser": "^5.34.1",
"typescript": "^5.6.3",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-pwa": "^0.20.5",
"vite-tsconfig-paths": "^5.0.1"
}
Expand Down
Loading

0 comments on commit f77a8aa

Please sign in to comment.