UNPKG

hydux-react-router

Version:
67 lines (66 loc) 1.89 kB
{ "name": "hydux-react-router", "version": "0.2.0", "description": "ReactRouter integration for hydux-react", "main": "./lib/index.js", "typings": "./lib/index", "types": "./lib/index", "scripts": { "build": "del lib && tsc -d -t es5", "build:dist": "webpack -p --progress --profile", "test": "mocha --require espower-typescript/guess \"src/test/**/*.ts\"", "test:watch": "npm run test -- -w --watch-extensions ts,tsx", "doc": "typedoc --theme minimal --out ./docs --exclude ./test ./src && touch ./docs/.nojekyll", "preversion": "npm run build && npm run build:dist && git add -A" }, "pre-commit": [], "repository": { "type": "git", "url": "git+https://github.com/hydux/hydux-react-router.git" }, "keywords": [ "elm", "hyperapp", "redux", "flux", "react", "picodom" ], "author": "Zack Young", "license": "MIT", "bugs": { "url": "https://github.com/hydux/hydux-react-router/issues" }, "homepage": "https://github.com/hydux/hydux-react-router#readme", "devDependencies": { "@types/history": "^4.6.2", "@types/mocha": "^2.2.44", "@types/node": "^8.0.56", "awesome-typescript-loader": "^3.4.1", "clean-webpack-plugin": "^0.1.17", "cross-env": "^5.1.1", "debug": "^3.1.0", "del-cli": "^1.1.0", "espower-typescript": "^8.1.2", "mocha": "^4.0.1", "power-assert": "^1.4.4", "pre-commit": "^1.2.2", "source-map-loader": "^0.2.3", "timekeeper": "^2.0.0", "tslint": "^5.8.0", "tslint-config-standard": "^7.0.0", "tslint-react": "^3.2.0", "typedoc": "^0.9.0", "typescript": "^2.6.2", "webpack": "^3.10.0" }, "dependencies": { "history": "^4.7.2", "hydux": "^0.2.0", "hydux-react": "^0.2.0", "prop-types": "^15.6.0", "react": "^16.2.0", "react-dom": "^16.2.0", "react-router": "^4.2.0" } }