generated from Dannyisadog/nextjs-authentication-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 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
44
45
46
47
48
49
50
51
52
53
{
"name": "undou",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"release": "standard-version"
},
"dependencies": {
"@auth/prisma-adapter": "^2.4.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/x-date-pickers": "^7.16.0",
"@multiavatar/multiavatar": "^1.0.7",
"@prisma/client": "^5.19.0",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.23.4",
"@vercel/speed-insights": "^1.0.12",
"dayjs": "^1.11.13",
"formik": "^2.4.6",
"jsonwebtoken": "^9.0.2",
"next": "14.2.5",
"next-auth": "^5.0.0-beta.20",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-lottie": "^1.2.4",
"react-query": "^3.39.3",
"resend": "^4.0.0",
"yup": "^1.4.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"bcryptjs": "^2.4.3",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"prisma": "^5.19.0",
"standard-version": "^9.5.0",
"typescript": "^5"
}
}