forked from sovovy/YamYam-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 961 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
{
"name": "yamyam-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@babel/runtime": "^7.4.5",
"aws-sdk": "^2.487.0",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"elasticsearch": "^16.2.0",
"express": "~4.16.1",
"fcm-node": "^1.5.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"morgan": "~1.9.1",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"node-schedule": "^1.3.2",
"promise-mysql": "^4.0.4",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.2",
"eslint-plugin-react": "^7.14.2"
}
}