-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 KB
/
package.json
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": "next-prisma-tailwind",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"production:build": "npx prisma generate && npx prisma migrate deploy && next build"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.14",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.3.4",
"@prisma/client": "^5.7.1",
"@types/node": "20.10.7",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"axios": "^1.6.5",
"cookies-next": "^4.1.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"framer-motion": "^10.17.9",
"jotai": "^2.6.1",
"next": "14.0.4",
"next-auth": "^4.24.5",
"next-superjson": "^0.0.4",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
"superjson": "^1.13.1",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"prisma": "^5.7.1"
}
}