-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 968 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
{
"name": "react-around-api-full",
"main": "app.js",
"engines": {
"node": "16.x",
"npm": "7.x",
"yarn": "3.x"
},
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.12",
"prettier": "^2.4.0"
},
"dependencies": {
"bcrypt": "^5.0.1",
"celebrate": "^15.0.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"express-slow-down": "^1.4.0",
"express-winston": "^4.2.0",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.6",
"node-gyp": "^8.2.0",
"validator": "^13.6.0",
"winston": "^3.3.3"
},
"packageManager": "yarn@3.0.2"
}