-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
56
57
{
"name": "flights",
"version": "1.0.0",
"description": "A ReactJS POC Wireframe App",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"prod": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sabun123/Flights.git"
},
"author": "Yusuf Ismail Bin Shukor",
"license": "MIT",
"bugs": {
"url": "https://github.com/sabun123/Flights/issues"
},
"homepage": "https://github.com/sabun123/Flights#readme",
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^3.3.7",
"express": "^4.16.3",
"history": "^4.7.2",
"path": "^0.12.7",
"react": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-bootstrap-date-picker": "^5.1.0",
"react-bootstrap-slider": "^2.1.5",
"react-dom": "^15.6.2",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.1.6",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}