{
  "name": "react-gaode-amap",
  "version": "1.2.8",
  "description": "AMap Component Based On React",
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "lint": "eslint . --quiet",
    "browser-build": "webpack && cross-env NODE_ENV=production webpack -p",
    "npm-build": "babel components -d lib",
    "site": "npm run npm-build && bisheng build",
    "deploy": "npm run npm-build && bisheng gh-pages",
    "start": "npm run npm-build && bisheng start",
    "prepublish": "npm run browser-build && npm run npm-build",
    "flow": "flow; test $? -eq 0 -o $? -eq 2"
  },
  "author": "ohislh@gmail.com,mikexfreeze@gmail.com",
  "repository": {
    "type": "git",
    "url": "git@github.com:mikexfreeze/react-gaode-amap.git"
  },
  "keywords": [
    "map",
    "react",
    "aboard"
  ],
  "bugs": {
    "url": "https://github.com/ElemeFE/react-amap/issues"
  },
  "homepage": "https://github.com/mikexfreeze/react-gaode-amap",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^16.0.10",
    "antd": "^2.7.4",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.23.0",
    "babel-preset-stage-0": "^6.22.0",
    "bisheng": "0.13.3",
    "bisheng-plugin-antd": "0.3.2",
    "bisheng-plugin-react": "0.2.2",
    "cross-env": "^7.0.2",
    "css-loader": "^0.26.1",
    "dora-plugin-proxy": "^0.8.5",
    "eslint": "^3.17.1",
    "eslint-config-elemefe": "^0.2.0",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-flowtype": "^2.30.3",
    "eslint-plugin-react": "^6.10.0",
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "^0.10.0",
    "flow-bin": "^0.56.0",
    "html-webpack-plugin": "^2.28.0",
    "isomorphic-style-loader": "^1.1.0",
    "jsonml-to-react-component": "^0.2.6",
    "react": "^15.4.2",
    "react-dom": "^15.4.2",
    "react-router": "^3.0.2",
    "style-loader": "^0.13.1",
    "uglify-js": "^2.8.12",
    "url-loader": "^0.5.7",
    "webpack": "^3.4.1",
    "webpack-dev-server": "^2.6.1"
  }
}
