-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 1003 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
38
39
40
41
42
{
"name": "charges-by-tenant",
"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/material": "^5.3.1",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"dotenv": "^10.0.0",
"emotion": "^11.0.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.4.0",
"moment": "^2.29.1",
"mongodb": "^4.3.0",
"mongoose": "^6.0.13",
"next": "12.0.5",
"nodemailer": "^6.7.2",
"notistack": "^2.0.3",
"react": "17.0.2",
"react-bootstrap": "^2.1.1",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-moment": "^1.1.1",
"react-spinners": "^0.11.0",
"recharts": "^2.1.8",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.3"
}
}