{
  "name": "@mpjs/react-runtime",
  "version": "1.2.1",
  "description": "react-runtime",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf es lib",
    "lint": "eslint src --ext .js,.jsx,.ts,.tsx",
    "lint:test": "eslint test --ext .js,.jsx,.ts,.tsx",
    "build": "npm run lint && npm run jest:update && npm run clean && npm run build:es && npm run build:lib",
    "build:es": "cross-env MP_ENV=build:es mp babel",
    "build:lib": "cross-env MP_ENV=build:lib mp babel",
    "npm-publish": "npm run build && npm publish --registry https://registry.npmjs.org --access public",
    "test:start": "cross-env MP_ENV=test mp start",
    "test:build": "npm run lint:test && rimraf ./test/build && cross-env MP_ENV=test mp build",
    "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\"",
    "jest": "jest",
    "jest:update": "jest --updateSnapshot"
  },
  "keywords": [
    "mp",
    "react"
  ],
  "author": "mp0371@126.com",
  "license": "AGPL-3.0-only",
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@mpjs/mp": "^1.0.0",
    "@mpjs/mp-plugin-babel-import": "^1.0.0",
    "@mpjs/mp-plugin-react": "^1.0.0",
    "@mpjs/mp-plugin-typescript": "^1.0.0",
    "@mpjs/mp-plugin-webpack": "^1.0.0",
    "@types/classnames": "^2.2.6",
    "@types/create-subscription": "^16.4.0",
    "@types/enzyme": "^3.9.0",
    "@types/history": "^4.7.2",
    "@types/hoist-non-react-statics": "^3.0.1",
    "@types/jest": "^24.0.0",
    "@types/react": "^16.8.0",
    "@types/react-dom": "^16.8.0",
    "@types/react-router": "^5.0.0",
    "@types/react-router-dom": "^4.3.1",
    "@typescript-eslint/eslint-plugin": "^1.9.0",
    "@typescript-eslint/parser": "^1.9.0",
    "babel-eslint": "^10.0.1",
    "cross-env": "^5.2.0",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.12.0",
    "enzyme-to-json": "^3.0.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^4.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jest": "^22.0.0",
    "eslint-plugin-jsx-a11y": "^6.2.0",
    "eslint-plugin-prettier": "^3.0.0",
    "eslint-plugin-react": "^7.12.0",
    "eslint-plugin-react-hooks": "^1.0.0",
    "identity-obj-proxy": "^3.0.0",
    "immutable": "^4.0.0-0",
    "isomorphic-fetch": "^2.2.0",
    "jest": "^24.8.0",
    "prettier": "^1.16.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "rimraf": "^2.6.2",
    "ts-jest": "^24.0.0",
    "typescript": "^3.2.0",
    "webpack": "^4.28.0"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.4.0",
    "classnames": "^2.2.0",
    "create-subscription": "^16.8.0",
    "history": "^4.8.0",
    "hoist-non-react-statics": "^3.2.0",
    "i18next": "^15.0.0",
    "nprogress": "^0.2.0",
    "prop-types": "^15.6.0",
    "react-hot-loader": "^4.6.0",
    "react-jss": "^8.6.1",
    "react-redux": "^7.0.0",
    "react-router": "^5.0.0",
    "react-router-dom": "^5.0.0",
    "redux": "^4.0.0",
    "redux-thunk": "^2.3.0"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  }
}
