forked from gdscnitp/charges-by-tenant-landlord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 909 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
{
"name": "my-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,jsx,json,md}\""
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@popperjs/core": "^2.11.2",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"bootstrap": "^5.1.3",
"dotenv": "^10.0.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.3.0",
"moment": "^2.29.1",
"mongoose": "^6.1.4",
"next": "12.0.7",
"nodemailer": "^6.7.2",
"notistack": "^2.0.3",
"prettier": "^2.5.1",
"react": "17.0.2",
"react-bootstrap": "^2.1.1",
"react-dom": "17.0.2",
"react-moment": "^1.1.1",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "8.5.0",
"eslint-config-next": "12.0.7"
}
}