-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 924 Bytes
/
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
{
"name": "with-mongodb",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write \"pages/**/*.{js,jsx}\""
},
"dependencies": {
"@sendgrid/mail": "^7.4.5",
"@types/react": "^17.0.14",
"body-scroll-lock": "^4.0.0-beta.0",
"framer-motion": "^4.1.17",
"mongodb": "^3.6.9",
"nanoid": "^3.1.23",
"next": "^11.0.1",
"next-auth": "^3.27.3",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.0.0",
"react-icons": "^4.2.0",
"react-scroll": "^1.8.2",
"react-timeago": "^6.2.1",
"swr": "^0.5.6",
"typescript": "^4.3.5",
"yarn": "^1.22.10"
},
"license": "MIT",
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"prettier": "^2.3.2"
}
}