-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) ยท 995 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": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon --exec babel-node ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.747.0",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"connect-history-api-fallback": "^1.6.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto-random-string": "^3.3.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.9.27",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemon": "^2.0.4",
"uuid4": "^2.0.2",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.11.5",
"@babel/core": "^7.11.5",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5"
}
}