-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 863 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
{
"name": "y",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node --production index.js",
"dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-node": "^4.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"nodemon": "^1.19.1",
"prettier": "^1.18.2"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.6.6",
"mongoose-timestamp": "^0.6.0",
"restify": "^8.3.3",
"restify-errors": "^8.0.0",
"restify-jwt-community": "^1.0.14"
}
}