-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) 路 1.56 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) 路 1.56 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
51
52
53
54
55
56
{
"name": "react-example",
"private": true,
"version": "0.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",
"preview": "vite preview",
"clean": "rm -rf dist server.js",
"lint": "tsc --noEmit",
"start": "NODE_ENV=production node dist/server.cjs"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@fontsource-variable/geist": "^5.2.9",
"@google/genai": "^2.4.0",
"@tailwindcss/vite": "^4.1.14",
"@vitejs/plugin-react": "^5.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"express": "^4.21.2",
"fabric": "^7.4.0",
"firebase": "^12.14.0",
"konva": "^10.3.0",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"openai": "^6.44.0",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"react-konva": "^19.2.4",
"react-router": "^7.17.0",
"shadcn": "^4.10.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"uuid": "^14.0.0",
"vite": "^6.2.3",
"ws": "^8.21.0",
"y-websocket": "^1.5.0",
"yjs": "^13.6.31"
},
"devDependencies": {
"@firebase/eslint-plugin-security-rules": "^0.0.2",
"@types/express": "^4.17.21",
"@types/node": "^22.14.0",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.18.1",
"autoprefixer": "^10.4.21",
"esbuild": "^0.25.0",
"tailwindcss": "^4.1.14",
"tsx": "^4.21.0",
"typescript": "~5.8.2",
"vite": "^6.2.3"
}
}