-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 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
37
38
39
40
41
42
43
{
"name": "ai-studio-applet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@google/genai": "^1.17.0",
"@hookform/resolvers": "^5.2.1",
"@prisma/client": "^6.4.1",
"@vercel/postgres": "^0.10.0",
"autoprefixer": "^10.4.21",
"bootstrap-icons": "^1.13.1",
"jose": "^6.1.3",
"lucide-react": "^0.553.0",
"motion": "^12.23.24",
"next": "^15.4.9",
"nodemailer": "^8.0.2",
"postcss": "^8.5.6",
"prisma": "^6.4.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"resend": "^6.9.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^7.0.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "9.39.1",
"eslint-config-next": "16.0.8",
"firebase-tools": "^15.0.0",
"typescript": "5.9.3"
},
"engines": {
"node": "24.x"
}
}