-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
74 lines (74 loc) · 2.03 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "google-react-maps",
"version": "1.4.4",
"description": "A more powerfully custom version of the Google Maps Javascript API built for React. Multiple Datalayer support. GEOJSON Enabled.",
"main": "dist/components/index.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel ./src --out-dir ./dist --source-maps --presets react,es2015 --plugins add-module-exports",
"test": "jest",
"start-dev": "node_modules/.bin/webpack-dev-server",
"gen-docs": "npm run clear-docs && jsdoc -c ./docs.config.json -t ./node_modules/ink-docstrap/template -R README.md -r ./src",
"clear-docs": "rm -r ./docs"
},
"repository": {
"type": "git",
"url": "https://github.com/NomadGraphix/google-react-maps"
},
"keywords": [
"SearchBox",
"InfoWindow",
"Directions",
"Circle",
"Polygon",
"Polyline",
"Marker",
"Map",
"GoogleMapsMixin",
"google maps",
"google map",
"google-maps",
"google-map",
"googlemaps",
"googlemap",
"places",
"place",
"maps",
"map",
"google",
"react-component",
"React",
"React.js"
],
"author": "Austin N. Hunt",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.6",
"google-maps-api": "^2.0.1",
"marker-clusterer-plus": "^2.1.4",
"markerwithlabel": "github:egdbear/node-MarkerWithLabel",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0"
},
"peerDependancies": {
"react": "^16.8.0-alpha.0",
"react-dom": "^16.8.0-alpha.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"css-loader": "^0.23.1",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.3",
"nodemon": "^1.19.4",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-dev-server": "^1.16.3",
"webpack-hot-middleware": "^2.25.0"
}
}