{
  "name": "react-svg-zoom-map",
  "version": "1.3.0",
  "description": "A react map component can load TopoJson with county, town, village layer.",
  "main": "dist/main.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:cybermumu/react-svg-zoom-map.git"
  },
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack --mode development --entry ./src/dev.js --output-filename bundle.js --output-path example",
    "watch": "webpack-dev-server --mode development --open --watch --entry ./src/dev.js --output-filename bundle.js"
  },
  "keywords": [
    "react",
    "map",
    "topojson",
    "d3",
    "svg",
    "taiwan"
  ],
  "author": "CyberMuMu",
  "license": "MIT",
  "dependencies": {
    "animejs": "^3.0.1",
    "axios": "^0.19.0",
    "d3": "^5.9.7",
    "prop-types": "^15.7.2",
    "react": "^16.8",
    "react-dom": "^16.8",
    "topojson-client": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.5.4",
    "@babel/plugin-proposal-class-properties": "^7.5.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.4",
    "@babel/preset-env": "^7.5.4",
    "@babel/preset-react": "^7.0.0",
    "babel-loader": "^8.0.6",
    "css-loader": "^3.0.0",
    "style-loader": "^0.23.1",
    "webpack": "^4.35.3",
    "webpack-cli": "^3.3.5",
    "webpack-dev-server": "^3.7.2"
  }
}
