-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.39 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
47
48
49
50
51
52
53
54
55
{
"name": "besit-final",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.5.0",
"mongoose": "^5.4.12",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"multer-gridfs-storage": "^3.2.3",
"mysql": "^2.16.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-responsive-modal": "^3.6.0",
"react-scripts": "^2.1.8",
"react-tabs": "^3.0.0"
},
"scripts": {
"start": "node app.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "echo Skip build on Heroku"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Raghu150999/BESit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Raghu150999/BESit/issues"
},
"homepage": "https://github.com/Raghu150999/BESit#readme",
"heroku-run-build-script": true
}