-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "nextjs-mongodb-app",
"version": "1.0.0",
"description": "app made with Next.JS and MongoDB",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@lukeed/ms": "^2.0.0",
"@mui/material": "^5.2.6",
"ajv": "^8.6.3",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.27.0",
"clsx": "^1.1.1",
"connect-mongo": "^4.6.0",
"express-session": "^1.17.2",
"mixpanel-browser": "^2.47.0",
"modern-normalize": "^1.1.0",
"mongodb": "^4.1.2",
"multer": "^1.4.3",
"nanoid": "^3.1.25",
"next": "10.2.3",
"next-connect": "^0.10.2",
"next-session": "^4.0.2",
"next-themes": "^0.0.15",
"nodemailer": "^6.6.5",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.1",
"slug": "^5.1.0",
"swr": "^1.0.1",
"validator": "^13.6.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}