UNPKG

pathpunk

Version:

A react component based router with most of the functionalities of an SPA router

63 lines (62 loc) 1.54 kB
{ "name": "pathpunk", "version": "1.1.3", "description": "A react component based router with most of the functionalities of an SPA router", "main": "./lib/index.js", "files": [ "lib" ], "scripts": { "build": "tsc --project tsconfig.build.json", "clean": "rm -rf ./lib/", "lint": "eslint ./src/ --fix", "typecheck": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/emekaorji/pathpunk.git" }, "license": "MIT", "author": { "name": "Emeka Orji", "email": "emekaorji@users.noreply.github.com", "url": "https://github.com/emekaorji" }, "engines": { "node": ">=12.0" }, "keywords": [ "router", "spa", "react", "router-reload", "router-push", "router-query", "router-pathname", "dynamic-route" ], "bugs": { "url": "https://github.com/emekaorji/pathpunk/issues" }, "homepage": "https://github.com/emekaorji/pathpunk#readme", "devDependencies": { "@types/node": "^12.20.11", "@types/react": "^18.2.19", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "eslint": "^7.25.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", "prettier": "^2.2.1", "ts-node": "^10.2.1", "typescript": "^5.1.6" }, "lint-staged": { "*.ts": "eslint --cache --cache-location .eslintcache --fix" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }