-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.89 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.89 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
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "gitrapid",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"dev:grab": "bunx @react-grab/opencode@latest && astro dev",
"build": "prisma generate && astro build",
"preview": "astro preview",
"start": "vite preview",
"format": "prettier --write ./src --plugin prettier-plugin-organize-imports > /dev/null",
"ts": "tsgo",
"lint": "eslint",
"knip": "knip"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/vercel": "^9.0.2",
"@polar-sh/better-auth": "^1.5.0",
"@polar-sh/sdk": "^0.41.5",
"@primer/octicons-react": "^19.21.1",
"@prisma/adapter-pg": "^7.1.0",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-query-persist-client": "^5.90.13",
"@tanstack/react-router": "^1.140.5",
"@tanstack/react-start": "^1.140.3",
"@trpc/client": "^11.7.2",
"@trpc/server": "^11.7.2",
"@trpc/tanstack-react-query": "^11.7.2",
"@upstash/ratelimit": "^2.0.7",
"@upstash/redis": "^1.35.7",
"@vercel/functions": "^3.3.4",
"astro": "^5.16.5",
"better-auth": "^1.4.5",
"botid": "^1.5.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"diff": "^8.0.2",
"dotenv": "^17.2.3",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.556.0",
"octokit": "^5.0.5",
"prisma": "^7.1.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@tanstack/router-vite-plugin": "^1.140.5",
"@types/bun": "^1.3.4",
"@types/node": "^24.10.1",
"@types/pg": "^8.15.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "^7.0.0-dev.20251206.1",
"eslint": "^9.39.1",
"eslint-plugin-import": "^2.32.0",
"knip": "^5.71.0",
"prettier": "^3.7.4",
"prettier-plugin-organize-imports": "^4.3.0",
"react-grab": "^0.0.85",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"vercel": "^50.0.1",
"vite": "^7.2.6",
"vitest": "^4.0.15"
},
"peerDependencies": {
"@prisma/client": "^7.1.0"
},
"browserslist": "> 1%"
}