-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 830 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 830 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
{
"name": "accelerate-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "7.0.0",
"@prisma/extension-accelerate": "^2.0.2",
"@types/node": "22.18.12",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"autoprefixer": "10.4.21",
"eslint": "8.57.1",
"eslint-config-next": "15.3.8",
"next": "15.3.8",
"node-fetch": "3.3.2",
"postcss": "8.5.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hot-toast": "2.5.2",
"tailwindcss": "4.2.1",
"typescript": "5.8.2",
"zod": "3.25.76"
},
"devDependencies": {
"prisma": "7.0.0",
"tsx": "^4.20.6"
},
"license": "MIT"
}