-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 969 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
35
36
37
38
39
40
{
"name": "scribbl",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tsx server.ts",
"build": "next build",
"start": "NODE_ENV=production node server.ts",
"lint": "eslint"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.21.0",
"next": "16.2.9",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.0",
"react": "19.2.4",
"react-canvas-confetti": "^2.0.7",
"react-dom": "19.2.4",
"shadcn": "^4.11.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"tsx": "^4.23.1",
"typescript": "^5"
}
}