UNPKG

mux-lib

Version:
36 lines (35 loc) 836 B
{ "name": "mux-lib", "version": "0.0.5-alpha.13", "main": "./dist/index.umd.js", "types": "./types/index.d.ts", "unpkg": "./dist/index.umd.js", "scripts": { "rimraf": "rimraf dist types", "watch": "npm run rimraf && rollup -c -w", "release": "npm run rimraf && cross-env NODE_ENV=production rollup -c", "init": "npm i", "build": "npm run rimraf && rollup -c" }, "keywords": [ "remux", "react", "redux", "dva", "react-redux", "rmux" ], "author": "空鱼", "license": "MIT", "devDependencies": { "cross-env": "^6.0.3", "rimraf": "^3.0.0" }, "dependencies": { "invariant": "^2.2.4", "is-plain-object": "^3.0.0", "warning": "^4.0.3" }, "repository": "https://github.com/asyalas/remux", "gitHead": "198544986c8029d0656dea4d4b611da9c6468e97" }