-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 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
{
"name": "def-stack",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"dev:db": "npx convex dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@conform-to/react": "^1.10.1",
"@conform-to/zod": "^1.10.1",
"@convex-dev/better-auth": "^0.8.6",
"@react-router/node": "^7.9.1",
"@react-router/serve": "^7.9.1",
"better-auth": "^1.3.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.27.1",
"convex-helpers": "^0.1.104",
"isbot": "^5",
"lucide-react": "^0.544.0",
"radix-ui": "^1.4.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^7.9.1",
"remix-toast": "^3.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"zod": "^3.25.74"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@react-router/dev": "^7.9.1",
"@tailwindcss/vite": "^4.1.13",
"@types/node": "^24",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"dotenv-cli": "^10.0.0",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.8",
"typescript": "^5.9.2",
"ultracite": "5.3.10",
"vite": "^7.1.6",
"vite-tsconfig-paths": "^5.1.4"
}
}