-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"name": "ai-studio-applet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node -e \"const fs = require('fs'); if (!fs.existsSync('./firebase-applet-config.json')) fs.writeFileSync('./firebase-applet-config.json', JSON.stringify({}));\" && next build --no-lint",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/genai": "^2.10.0",
"clsx": "^2.1.1",
"firebase": "^12.15.0",
"firebase-admin": "^14.1.0",
"lucide-react": "^0.468.0",
"motion": "^11.15.0",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-responsive-masonry": "^2.7.2",
"tailwind-merge": "^2.5.5",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^20.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.10",
"postcss": "^8.4.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.0.0"
}
}