-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 912 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
35
36
37
38
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@iconify/react": "^5.1.0",
"@neondatabase/serverless": "^0.10.4",
"@prisma/client": "^6.0.1",
"@vercel/blob": "^0.27.0",
"gsap": "^3.12.5",
"next": "15.0.4",
"next-auth": "^5.0.0-beta.25",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss-animation-delay": "^2.0.1",
"tldraw": "^3.6.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^4.12.20",
"eslint": "^8",
"eslint-config-next": "15.0.4",
"postcss": "^8",
"prisma": "^6.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}