UNPKG

react-location-devtools

Version:

See https://react-location.tanstack.com/tools/devtools

49 lines (48 loc) 1.04 kB
{ "name": "react-location-devtools", "author": "Tanner Linsley", "version": "3.3.4", "license": "MIT", "repository": "tannerlinsley/react-location", "homepage": "https://react-location.tanstack.com/", "description": "", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "react", "location", "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", "react-location": "3.3.4" }, "devDependencies": { "babel-plugin-transform-async-to-promises": "^0.8.18" } }