{ "name": "@pankod/refine-react-location", "description": "refine React Location router provider. refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.", "version": "3.36.2", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "private": false, "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsup --watch --format esm,cjs,iife --legacy-output", "build": "tsup --format esm,cjs,iife --minify --legacy-output", "test": "jest --passWithNoTests --runInBand", "prepare": "npm run build" }, "author": "refine", "module": "dist/esm/index.js", "devDependencies": { "@pankod/refine-core": "^3.101.0", "@esbuild-plugins/node-resolve": "^0.1.4", "@types/jest": "^29.2.4", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "ts-jest": "^29.0.3", "tslib": "^2.3.1", "tsup": "^6.7.0" }, "dependencies": { "@tanstack/react-location": "^3.7.4", "@tanstack/react-location-rank-routes": "^3.4.4" }, "peerDependencies": { "@pankod/refine-core": "^3.101.0", "@tanstack/react-location": "^3.7.4", "@tanstack/react-location-rank-routes": "^3.4.4", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", "@types/react": "^17.0.0 || ^18.0.0", "@types/react-dom": "^17.0.0 || ^18.0.0" }, "repository": { "type": "git", "url": "https://github.com/refinedev/refine.git", "directory": "packages/react-location" }, "gitHead": "829f5a516f98c06f666d6be3e6e6099c75c07719", "publishConfig": { "access": "public" } }