{
  "name": "@webtanzhi/rope",
  "version": "1.0.4",
  "description": "A shell for react project ",
  "main": "lib/index.js",
  "module": "es/index.js",
  "scripts": {
    "build": "NODE_ENV=production rope-tools run build",
    "test": "node ./demo/webpack/dev.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://waanhappy@github.com/waanhappy/rope.git"
  },
  "keywords": [
    "react",
    "react-project"
  ],
  "author": "waanhappy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/waanhappy/rope/issues"
  },
  "homepage": "https://github.com/waanhappy/rope#readme",
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "@babel/runtime": "^7.8.4",
    "@types/history": "^4.7.5",
    "@types/react": "^16.9.22",
    "@types/react-dom": "^16.9.5",
    "@types/react-router-dom": "^5.1.3",
    "@typescript-eslint/eslint-plugin": "^2.22.0",
    "@typescript-eslint/parser": "^2.22.0",
    "@webtanzhi/rope-tools": "^1.0.2",
    "autoprefixer": "^9.7.4",
    "babel-loader": "^8.0.6",
    "core-js": "^3.6.4",
    "eslint": "^6.8.0",
    "eslint-config-alloy": "^3.6.0",
    "eslint-plugin-react": "^7.18.3",
    "history": "^4.10.1",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.8.2",
    "open": "^6.4.0",
    "postcss-flexibility": "^2.0.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-router-dom": "^5.1.2",
    "rollup": "^1.31.1",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript2": "^0.22.1",
    "rollup-plugin-uglify": "^6.0.4",
    "ts-loader": "^6.2.1",
    "typescript": "^3.8.3",
    "webpack": "^4.41.6",
    "webpack-dev-server": "^3.10.3"
  },
  "peerDependencies": {
    "react-router-dom": "^5.1.2",
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  },
  "dependencies": {
    "@types/react": "^16.9.13",
    "@types/react-dom": "^16.9.4",
    "@webtanzhi/utils": "^1.0.6"
  }
}
