UNPKG

@lomray/react-route-manager

Version:
70 lines (69 loc) 2.07 kB
{ "name": "@lomray/react-route-manager", "version": "2.0.0", "description": "React route manager for react-router.", "main": "index.js", "types": "index.d.ts", "type": "module", "keywords": [ "js", "router", "route", "manager", "react" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Lomray-Software/react-route-manager.git" }, "bugs": { "url": "https://github.com/Lomray-Software/react-route-manager/issues" }, "homepage": "https://github.com/Lomray-Software/react-route-manager", "author": "Mikhail Yarmaliuk", "license": "MIT", "scripts": { "build": "rollup -c", "build:watch": "rollup -c -w", "release": "npm run build && cd lib && npm publish", "lint:check": "eslint --ext \".ts,.tsx\" \"src/**/*.{ts,tsx,*.ts,*tsx}\"", "lint:format": "eslint --fix --ext \".ts,.tsx\" \"src/**/*.{ts,tsx,*.ts,*tsx}\"", "ts:check": "tsc --project ./tsconfig.json --skipLibCheck --noemit", "test": "vitest run" }, "devDependencies": { "@commitlint/cli": "^18.6.0", "@commitlint/config-conventional": "^18.6.0", "@lomray/eslint-config": "^4.0.1", "@lomray/prettier-config": "^2.0.1", "@rollup/plugin-terser": "^0.4.4", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@types/sinon": "^17.0.3", "@types/sinon-chai": "^3.2.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@vitest/coverage-v8": "^1.2.2", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.0.10", "lint-staged": "^15.2.2", "prettier": "^3.2.5", "rollup": "^4.10.0", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-ts": "^3.4.5", "semantic-release": "^21.1.2", "sinon": "^17.0.1", "sinon-chai": "^3.7.0", "typescript": "^5.3.3", "vitest": "^1.2.2" }, "peerDependencies": { "react-router": ">=6.12.1" } }