-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
37 lines (37 loc) · 958 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": "environmental-awareness-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tippy.js/react": "^3.1.1",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"mongoose": "^6.4.6",
"multiselect-react-dropdown": "^2.0.21",
"next": "^12.1.0",
"next-auth": "^4.10.3",
"node-fetch": ">=2.6.7",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-bootstrap-icons": "^1.7.2",
"react-bootstrap-validation": "^0.1.11",
"react-dom": "17.0.2",
"react-hook-form": "^7.25.3",
"react-icons": "^4.3.1",
"react-multiple-select-dropdown-lite": "^2.0.5",
"react-select": "^5.2.2",
"react-toastify": "^8.2.0",
"styled-components": "^5.3.3",
"tippy.js": "^6.3.7",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "^0.2.4"
}
}