-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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": "superheroes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^2.8.8",
"@material-ui/icons": "^4.11.2",
"@mui/material": "^5.4.1",
"@next-auth/mongodb-adapter": "^1.0.1",
"axios": "^0.25.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.28.1",
"mdbreact": "^5.2.0",
"mongodb": "^4.3.1",
"mongoose": "^6.2.0",
"next": "12.0.9",
"next-absolute-url": "^1.2.2",
"next-auth": "^4.1.2",
"next-connect": "^0.11.0",
"next-redux-wrapper": "^7.0.5",
"nodemailer": "^6.7.2",
"raw-body": "^2.4.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.25.3",
"react-redux": "^7.2.6",
"react-toastify": "^8.1.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"remixicon": "^2.5.0",
"validator": "^13.7.0"
}
}