-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.44 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
{
"name": "react-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=3000 --host=0.0.0.0",
"seo:files": "node scripts/generate-seo-files.mjs",
"build": "npm run seo:files && vite build",
"preview": "vite preview",
"clean": "rm -rf dist server.js",
"lint": "tsc --noEmit"
},
"dependencies": {
"@google/genai": "^2.4.0",
"@paralleldrive/cuid2": "^3.3.0",
"@tailwindcss/vite": "^4.1.14",
"@tanstack/react-virtual": "^3.13.26",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@vitejs/plugin-react": "^5.0.4",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"express": "^4.21.2",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"nanoid": "^5.1.11",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"react-router-dom": "^7.15.1",
"react-virtualized-auto-sizer": "^2.0.3",
"react-window": "^2.2.7",
"tailwind-merge": "^3.6.0",
"ulid": "^3.0.2",
"uuid": "^14.0.0",
"vite": "^6.2.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.14.0",
"@types/react-window": "^1.8.8",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.21",
"esbuild": "^0.25.0",
"tailwindcss": "^4.1.14",
"tsx": "^4.21.0",
"typescript": "~5.8.2",
"vite": "^6.2.3",
"vite-plugin-pwa": "^1.3.0",
"workbox-core": "^7.4.1",
"workbox-window": "^7.4.1"
}
}