UNPKG

file-system-router

Version:
33 lines (32 loc) 755 B
{ "name": "file-system-router", "version": "1.1.1", "description": "a file based routing system for react router", "keywords": [ "file", "based", "routing", "react", "router" ], "homepage": "https://github.com/aquaticcalf/file-system-router#readme", "bugs": { "url": "https://github.com/aquaticcalf/file-system-router/issues" }, "repository": { "type": "git", "url": "git+https://github.com/aquaticcalf/file-system-router.git" }, "license": "MIT", "author": "aquaticcalf", "type": "module", "main": "index.jsx", "dependencies": { "react": "^19.0.0", "react-router-dom": "^7.1.5" }, "devDependencies": { "@types/react": "^19.0.10", "@types/react-router-dom": "^5.3.3" } }