forked from sohebalam/authmongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "authmongo",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.3.0",
"@mui/material": "^5.3.0",
"@mui/styles": "^5.3.0",
"@next-auth/mongodb-adapter": "0.0.2-next.298",
"axios": "^0.25.0",
"bcryptjs": "^2.4.3",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.3.1",
"mongoose": "^6.1.7",
"next": "^12.0.9",
"next-absolute-url": "^1.2.2",
"next-auth": "^4.1.2",
"next-redux-wrapper": "^7.0.5",
"nodemailer": "^6.7.2",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"react-social-login-buttons": "^3.6.0",
"react-toastify": "^8.1.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "8.7.0",
"eslint-config-next": "12.0.8"
}
}