badmfck-presenter
Version:
Wrapper for react-router-dom
32 lines (31 loc) • 687 B
JSON
{
"name": "badmfck-presenter",
"version": "1.1.0",
"description": "Wrapper for react-router-dom",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"presenter",
"router",
"react-router",
"react-router-dom",
"navigation"
],
"dependencies": {
"badmfck-signal": "^1.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0"
},
"devDependencies": {
"@types/react": "^18.2.22",
"@types/react-router-dom": "^5.3.3"
},
"author": "Igor Bloom",
"license": "MIT"
}