-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1001 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
39
40
41
{
"name": "vexara",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"seed": "ts-node src/seed"
},
"dependencies": {
"@auth/prisma-adapter": "1.5.2",
"@hookform/resolvers": "3.3.4",
"@prisma/client": "5.11.0",
"bcryptjs": "2.4.3",
"clsx": "2.1.0",
"mercadopago": "2.0.8",
"next": "14.1.4",
"next-auth": "5.0.0-beta.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.51.2",
"react-snap-carousel": "0.4.0",
"sonner": "1.4.41",
"zod": "3.22.4",
"zustand": "4.5.2"
},
"devDependencies": {
"@types/bcryptjs": "2.4.6",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"prisma": "5.11.0",
"ts-node": "10.9.2",
"typescript": "5.4.3"
}
}