forked from lucasmogari/google-map-react-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 972 Bytes
/
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
{
"name": "google-map-react-example",
"version": "1.0.0",
"description": "Example of using google-map-react with polygons",
"author": "Lucas Mogari",
"main": "public/index.html",
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"google-map-react": "^0.10.6",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-pure-render": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel": "^6.5.2",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.5",
"css-loader": "^0.23.1",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.13.0",
"webpack": "^4.29.1",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
}
}