-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.22 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
{
"name": "logicell",
"private": true,
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"generate": "prisma generate",
"migrate": "prisma migrate dev"
},
"dependencies": {
"@prisma/client": "5.22.0",
"@react-router/node": "7.14.1",
"@react-router/serve": "7.14.1",
"@supabase/ssr": "^0.10.2",
"@supabase/supabase-js": "^2.104.0",
"clsx": "2.1.1",
"isbot": "5.1.22",
"lucide-react": "0.473.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "7.14.1",
"recharts": "3.8.1",
"tailwind-merge": "3.5.0",
"xlsx": "0.18.5",
"zod": "^4.3.6"
},
"overrides": {
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@react-router/dev": "7.14.1",
"@types/node": "22.13.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
"postcss": "8.5.1",
"prisma": "5.22.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"vite": "6.0.11",
"vite-tsconfig-paths": "5.1.4"
}
}