{ "name": "dva-loading", "version": "3.0.24", "description": "Auto loading data binding plugin for dva.", "main": "dist/index.js", "module": "dist/index.esm.js", "sideEffects": false, "typings": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/dvajs/dva" }, "homepage": "https://github.com/dvajs/dva", "keywords": [ "dva", "dva-plugin", "loading" ], "author": "chencheng ", "license": "MIT", "devDependencies": { "dva": "2.6.0-beta.23", "dva-core": "2.0.4" }, "peerDependencies": { "dva-core": "^1.1.0 || ^1.5.0-0 || ^1.6.0-0" }, "files": [ "dist", "src" ], "dependencies": { "@babel/runtime": "^7.0.0" } }