-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 KB
/
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
41
42
43
{
"name": "backendlist",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development node_modules/.bin/nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"boom": "^7.2.0",
"cross-env": "^5.2.0",
"dayjs": "^1.7.5",
"env2": "^2.2.2",
"good": "^7.3.0",
"good-console": "^7.1.0",
"good-squeeze": "^5.1.0",
"hapi": "^16.3.0",
"hapi-auth-jwt2": "^7.4.1",
"hapi-pagination": "^1.22.0",
"hapi-redis": "^6.0.0",
"hapi-swagger": "^7.10.0",
"inert": "^4.2.1",
"joi": "^13.6.0",
"jsonwebtoken": "^8.3.0",
"moment": "^2.24.0",
"mysql2": "^1.6.1",
"package": "^1.0.1",
"react-native-dialog-component": "^0.2.17",
"react-native-popup-dialog": "^0.18.2",
"sequelize": "^4.38.1",
"vision": "^4.1.1"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"nodemon": "^1.18.4",
"pre-commit": "^1.2.2",
"sequelize-cli": "^4.1.1"
}
}