UNPKG

named-react-router

Version:

A lightweight extension to React Router for named routes

55 lines (54 loc) 1.37 kB
{ "name": "named-react-router", "author": { "name": "Mark Bazylev", "url": "https://github.com/Mark-Bazylev" }, "repository": { "type": "git", "url": "https://github.com/Mark-Bazylev/named-react-router.git" }, "description": "A lightweight extension to React Router for named routes", "main": "dist/named-react-router.cjs.js", "module": "dist/named-react-router.es.js", "types": "dist/index.d.ts", "license": "MIT", "type": "module", "version": "1.3.2", "scripts": { "build": "vite build", "prepare": "vite build" }, "peerDependencies": { "react": " ^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.0.0" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/node": "^22.12.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5", "vite-plugin-dts": "^4.5.0" }, "licenses": [ { "type": "MIT", "url": "https://github.com/Mark-Bazylev/named-react-router/blob/main/LICENSE" } ], "keywords": [ "react", "react-router", "named-routes", "library" ] }