UNPKG

rc-bmap

Version:

<p align="center"> <img src="https://bmap.jser-club.com/home.png" width="200px"> </p> <p align="center">基于 React 的百度地图组件</p>

55 lines (54 loc) 1.35 kB
{ "name": "rc-bmap", "version": "1.0.5", "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/JserWang/rc-bmap.git" }, "keywords": [ "react", "baidu-map", "bmap", "rc-bmap", "baidu", "map" ], "files": [ "src", "lib", "types" ], "license": "MIT", "homepage": "http://jser.wang/bmap", "dependencies": { "babel-plugin-transform-regenerator": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "lodash.isequal": "^4.5.0", "prop-types": "^15.6.2" }, "scripts": { "build": "rm -rf lib && babel src -d lib", "build_win": "rimraf lib && babel src -d lib", "prepublish": "npm run build", "pub": "npm run prepublish && npm publish" }, "devDependencies": { "@types/react": "^16.4.9", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-loader": "^7.1.5", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "eslint": "^5.3.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.11.0", "react": "^16.4.1", "react-dom": "^16.4.1" } }