mux-fetch
Version:
39 lines (38 loc) • 950 B
JSON
{
"name": "mux-fetch",
"version": "0.0.1-alpha.16",
"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": {
"test": "jest",
"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": {
"@types/isomorphic-fetch": "^0.0.35",
"isomorphic-fetch": "^2.2.1",
"mux-lib": "^0.0.5-alpha.13"
},
"repository": "https://github.com/asyalas/remux",
"gitHead": "198544986c8029d0656dea4d4b611da9c6468e97"
}