-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.36 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
{
"name": "reflair_thrift_store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^5.9.1",
"@uploadthing/react": "^6.2.3",
"bcryptjs": "^2.4.3",
"next": "^14.1.0",
"next-auth": "^4.24.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^10.0.4",
"recharts": "^2.12.0",
"sass": "^1.71.0",
"sharp": "^0.33.2",
"uploadthing": "^6.4.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/recharts": "^1.8.29",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.2",
"install": "^0.13.0",
"prisma": "^5.9.1",
"typescript": "^5.3.3"
}
}