reactant-router-dom
Version:
A react router dom for Reactant
35 lines (34 loc) • 832 B
JSON
{
"name": "reactant-router-dom",
"version": "0.139.0",
"description": "A react router dom for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Reactant",
"Router",
"History",
"Link",
"React"
],
"homepage": "https://reactant.js.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/unadlib/reactant.git",
"directory": "packages/reactant-router-dom"
},
"authors": [
"Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)"
],
"license": "MIT",
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"react-router": "^5.3.1",
"react-router-dom": "^5.3.1"
}
}