{
  "name": "dva-core",
  "version": "2.0.4",
  "description": "The core lightweight library for dva, based on redux and redux-saga.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/dvajs/dva"
  },
  "homepage": "https://github.com/dvajs/dva",
  "keywords": [
    "dva",
    "alibaba",
    "redux",
    "redux-saga",
    "elm",
    "framework",
    "frontend"
  ],
  "authors": [
    "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dvajs/dva/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "flatten": "^1.0.2",
    "global": "^4.3.2",
    "invariant": "^2.2.1",
    "is-plain-object": "^2.0.3",
    "redux-saga": "^0.16.0",
    "warning": "^3.0.0"
  },
  "peerDependencies": {
    "redux": "4.x"
  },
  "devDependencies": {
    "mm": "^2.5.0",
    "redux": "^4.0.1"
  },
  "files": [
    "dist",
    "lib",
    "src",
    "index.js",
    "saga.js"
  ]
}
