@tanstack/react-location-lite-experimental
Version:
46 lines (45 loc) • 968 B
JSON
{
"name": "@tanstack/react-location-lite-experimental",
"author": "Tanner Linsley",
"version": "3.7.2",
"license": "MIT",
"repository": "tanstack/react-location",
"homepage": "https://react-location.tanstack.com/",
"description": "",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react",
"location",
"@tanstack/react-location",
"router",
"routing",
"async",
"async router",
"typescript"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"browser": "build/umd/index.production.min.js",
"types": "build/types/index.d.ts",
"engines": {
"node": ">=12"
},
"files": [
"build",
"src"
],
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"history": "^5.2.0"
}
}