UNPKG

react-remux

Version:
39 lines (38 loc) 935 B
{ "name": "react-remux", "version": "0.0.5", "description": "", "main": "./dist/index.js", "module": "./dist/index.esm.js", "browser": "./dist/index.umd.js", "types": "./types/index.d.ts", "unpkg": "./dist/index.umd.js", "scripts": { "rimraf": "rimraf dist types", "test": "jest", "build": "npm run rimraf && rollup -c", "watch": "npm run rimraf && rollup -c -w", "release": "npm run rimraf && cross-env NODE_ENV=production rollup -c", "init": "npm i" }, "keywords": [ "remux", "react", "redux", "dva", "react-redux" ], "author": "空鱼", "license": "MIT", "devDependencies": { "cross-env": "^6.0.3", "rimraf": "^3.0.0" }, "dependencies": { "react-redux": "^7.1.1", "remux-core": "^0.0.5", "rmagix-lib": "^0.0.1-alpha.7" }, "repository": "https://github.com/asyalas/remux", "gitHead": "4cbd89b9d963ba2a2d9f7b350ceb36b068b9a7f2" }