-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 946 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": "movers312",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build && esbuild server.ts --bundle --platform=node --format=cjs --packages=external --sourcemap --outfile=dist/server.cjs",
"start": "node dist/server.cjs",
"lint": "tsc --noEmit"
},
"dependencies": {
"@google/genai": "^2.10.0",
"@types/express": "^5.0.6",
"canvas-confetti": "^1.9.3",
"esbuild": "^0.28.1",
"express": "^5.2.1",
"lucide-react": "^0.395.0",
"motion": "^12.42.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsx": "^4.22.4"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0-beta.8",
"@types/canvas-confetti": "^1.6.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"tailwindcss": "^4.0.0-beta.8",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}