-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "shark-tanks",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "tsx server.ts",
"build": "next build",
"start": "NODE_ENV=production tsx server.ts",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@react-three/drei": "^9.117.0",
"@react-three/fiber": "^8.17.10",
"@tanstack/react-query": "^5.59.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
"next": "16.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.53.1",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"tailwind-merge": "^2.5.4",
"three": "^0.170.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/three": "^0.170.0",
"eslint": "^9.15.0",
"eslint-config-next": "16.0.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"tsx": "^4.20.5"
}
}