UNPKG

@haoxh/redux-dva

Version:
45 lines (44 loc) 1.09 kB
{ "name": "@haoxh/redux-dva", "version": "1.0.0", "description": "dva redux中间件的实现", "main": "index.js", "scripts": { "build": "node scripts/build.js", "eslint": "npx eslint src --ext .js" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/**.js": [ "eslint --fix" ] }, "repository": { "type": "git", "url": "git+https://github.com/haoxh/redux-dva.git" }, "author": "haoxh1990@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/haoxh/redux-dva/issues" }, "homepage": "https://github.com/haoxh/redux-dva#readme", "devDependencies": { "@babel/core": "^7.5.5", "@babel/plugin-external-helpers": "^7.2.0", "@babel/preset-env": "^7.5.5", "eslint": "^6.1.0", "husky": "^3.0.2", "lint-staged": "^9.2.1", "rollup": "^1.17.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.0.1", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^5.1.1", "rollup-plugin-uglify": "^6.0.2" } }