UNPKG

dva-no-router

Version:

Official React bindings for dva, no router.

51 lines (50 loc) 1.01 kB
{ "name": "dva-no-router", "version": "1.2.1", "description": "Official React bindings for dva, no router.", "repository": { "type": "git", "url": "https://github.com/dvajs/dva" }, "homepage": "https://github.com/dvajs/dva", "keywords": [ "dva", "alibaba", "react", "react-native", "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-beta.46", "dva-core": "^1.4.0", "global": "^4.3.2", "invariant": "^2.2.2", "isomorphic-fetch": "^2.2.1", "react-redux": "5.0.7", "redux": "^3.7.2" }, "peerDependencies": { "react": "15.x || ^16.0.0-0", "react-dom": "15.x || ^16.0.0-0" }, "files": [ "lib", "src", "dist", "fetch.js", "index.js", "saga.js", "*.d.ts" ] }