-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (46 loc) · 1.2 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
{
"name": "reservation-proxy",
"version": "1.0.0",
"description": "proxy server for reservation module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JISHAX/reservation-proxy.git"
},
"author": "jawad04",
"license": "ISC",
"bugs": {
"url": "https://github.com/JISHAX/reservation-proxy/issues"
},
"homepage": "https://github.com/JISHAX/reservation-proxy#readme",
"dependencies": {
"express": "^4.16.4",
"morgan": "^1.9.1",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-router-dom": "^4.3.1",
"express-http-proxy": "^1.5.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"css-loader": "^1.0.1",
"express": "^4.16.4",
"http-proxy-middleware": "^0.19.0",
"nginx": "0.0.0",
"nodemon": "^1.18.5",
"path": "^0.12.7",
"style-loader": "^0.23.1"
}
}