-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "nextjs-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.23.2",
"@clerk/themes": "^1.7.5",
"@emotion/cache": "^11.10.7",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@hookform/resolvers": "^3.1.1",
"@mui/material": "^5.12.1",
"@prisma/client": "^5.0.0",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"axios": "^1.4.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"formik": "^2.4.2",
"next": "13.3.0",
"prettier": "^2.8.8",
"prisma": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.1.1",
"react-toastify": "^9.1.3",
"typescript": "5.0.4",
"vaul": "^0.2.3",
"yup": "^1.2.0"
}
}