{
	"name": "@appbaseio/reactivemaps",
	"version": "4.0.0",
	"description": "React Components for building map UIs",
	"main": "lib/index.js",
	"files": [
		"lib/",
		"umd"
	],
	"scripts": {
		"watch": "yarn run build -w",
		"build": "babel src --out-dir lib",
		"build:umd": "webpack --progress -p --config webpack.config.umd.js",
		"stats": "webpack --progress -p --config webpack.config.umd.js --json > stats.json",
		"prepublishOnly": "yarn run build",
		"version-upgrade": "nps upgrade-maps -c ../../package-scripts.js",
		"postpublish": "yarn run version-upgrade"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/appbaseio/reactivesearch.git"
	},
	"author": "Deepak Grover <deepakgrover333@gmail.com> (https://github.com/metagrover)",
	"license": "Apache-2.0",
	"dependencies": {
		"@appbaseio/rheostat": "^1.0.0-alpha.15",
		"@emotion/core": "^10.0.28",
		"@emotion/styled": "^10.0.27",
		"@react-google-maps/api": "^2.7.0",
		"downshift": "^1.31.2",
		"emotion-theming": "^10.0.27",
		"leaflet": "^1.3.4",
		"markerwithlabel": "^2.0.2",
		"ngeohash": "^0.6.3",
		"prop-types": "^15.6.0",
		"react-leaflet": "^2.1.3"
	},
	"peerDependencies": {
		"@appbaseio/reactivesearch": ">=4.0.0-rc.1",
		"react": ">=15",
		"react-dom": ">=15"
	},
	"devDependencies": {
		"@appbaseio/reactivesearch": ">=4.0.0-rc.1",
		"babel-cli": "^6.26.0",
		"babel-core": "^6.26.0",
		"babel-loader": "^7.1.2",
		"babel-plugin-emotion": "^10.0.33",
		"babel-plugin-transform-class-properties": "^6.24.1",
		"babel-plugin-transform-object-rest-spread": "^6.26.0",
		"babel-preset-env": "^1.6.1",
		"babel-preset-react": "^6.24.1",
		"babili-webpack-plugin": "^0.1.2",
		"brotli-webpack-plugin": "^0.5.0",
		"compression-webpack-plugin": "^1.0.1",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"webpack": "^4.18.0"
	}
}
