forked from LilliamHaro/bike-hack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.26 KB
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
{
"name": "",
"version": "1.0.0",
"main": "index.js",
"author": "",
"license": "MIT",
"homepage": "https://lilliaharo.github.io",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-boilerplate": "^1.1.1",
"css-loader": "^0.28.7",
"html-webpack-plugin": "^2.30.1",
"open-browser-webpack-plugin": "^0.0.5",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
},
"dependencies": {
"bootstrap": "^4.0.0",
"firebase": "^4.12.0",
"gh-pages": "^1.1.0",
"google-map-react": "^0.34.0",
"google-maps-react": "^1.1.6",
"jquery": "^3.3.1",
"popper.js": "^1.14.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-google-autocomplete": "^1.0.15",
"react-here-maps": "^0.4.0",
"react-redux": "^5.0.7",
"redux": "^3.7.2"
},
"scripts": {
"start": "webpack-dev-server --config webpack.config.dev.js",
"build": "webpack --config webpack.config.prod.js --progress --profile --colors",
"deploy": "gh-pages -d public"
}
}