-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 899 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 899 Bytes
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
{
"name": "contribly",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"scrape": "tsx scripts/scrape.ts",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@react-router/node": "8.0.0",
"@react-router/serve": "8.0.0",
"@supabase/supabase-js": "^2.108.2",
"@tanstack/react-query": "^5.101.0",
"isbot": "^5.1.36",
"lucide-react": "^1.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router": "8.0.0"
},
"devDependencies": {
"@react-router/dev": "8.0.0",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^22",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.2.2",
"tsx": "^4.22.4",
"typescript": "^5.9.3",
"vite": "^8.0.3"
}
}