forked from FACK1/KamSafer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
44
45
46
{
"name": "KamSafer",
"version": "1.0.0",
"description": "A React js app made for Mercy Corps employee uses MC cars . > Our client : Anam Raheem",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/server.js",
"start": "node src/server.js",
"eslint": "./node_modules/.bin/eslint ./src",
"eslint:fix": "./node_modules/.bin/eslint --fix ./src",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FACK1/KamSafer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FACK1/KamSafer/issues"
},
"homepage": "https://github.com/FACK1/KamSafer#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.4",
"env2": "^2.2.2",
"exceljs": "^1.7.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.4.0",
"material-ui-icons": "^1.0.0-beta.36",
"nodemon": "^1.18.10",
"pg": "^7.8.0",
"sequelize": "^4.42.0"
},
"devDependencies": {
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}