-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 775 Bytes
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
{
"name": "community",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./src/index.js",
"dev": "nodemon --watch src/* --watch src/**/* src/index.js"
},
"author": "",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"helmet": "^3.23.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.27.0",
"morgan": "^1.10.0",
"mysql2": "^2.1.0",
"redis": "^3.0.2",
"sequelize": "^6.3.0",
"uuid": "^8.2.0"
}
}