rmux-router
Version:
40 lines (39 loc) • 934 B
JSON
{
"name": "rmux-router",
"version": "0.0.1-alpha.0",
"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": "ISC",
"devDependencies": {
"@types/history": "^4.7.3",
"@types/react-router-dom": "^5.1.3",
"cross-env": "^6.0.3",
"rimraf": "^3.0.0"
},
"dependencies": {
"connected-react-router": "^6.6.1",
"history": "^4.10.1",
"querystring": "^0.2.0",
"react-router-dom": "^5.1.2"
}
}