-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.41 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
54
{
"name": "generator-prisma-client-nextjs-starter-webpack",
"type": "module",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/prisma/prisma-examples.git",
"directory": "generator-prisma-client/nextjs-starter-webpack"
},
"keywords": [
"prisma",
"postgres",
"nextjs",
"esm",
"prisma-client",
"typescript"
],
"author": "Alberto Schiabel <schiabel@prisma.io>",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/adapter-pg": "7.0.0",
"@prisma/client": "7.0.0",
"@t3-oss/env-core": "0.13.8",
"next": "15.3.8",
"postcss": "8.5.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hot-toast": "2.5.2",
"tailwindcss": "3.4.17",
"zod": "3.25.76",
"pg": "^8.16.3"
},
"devDependencies": {
"@types/node": "22.19.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"autoprefixer": "10.4.21",
"dotenv": "17.2.1",
"eslint": "10.0.2",
"eslint-config-next": "15.3.8",
"prisma": "7.0.0",
"tsx": "4.20.6",
"typescript": "5.8.3",
"@types/pg": "^8.15.6"
},
"license": "MIT",
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}