UNPKG

@react-motion-router/core

Version:

Declarative routing library for ReactJS ⚛ with animations baked in ⏮

61 lines (60 loc) 1.51 kB
{ "name": "@react-motion-router/core", "version": "1.10.1", "main": "build/index.js", "publishConfig": { "access": "public" }, "files": [ "build" ], "description": "Declarative routing library for ReactJS ⚛ with animations baked in ⏮", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack", "dev": "webpack -w" }, "repository": { "type": "git", "url": "git+https://github.com/nxtexe/react-motion-router.git" }, "keywords": [ "react", "router", "route", "routing", "history", "shared element", "shared element transition", "navigation", "animation", "transition" ], "author": "nxtexe", "license": "Apache-2.0", "bugs": { "url": "https://github.com/nxtexe/react-motion-router/issues" }, "homepage": "https://github.com/nxtexe/react-motion-router#readme", "dependencies": { "urlpattern-polyfill": "^6.0.2", "web-gesture-events": "^0.1.0" }, "peerDependencies": { "node": "^17.7.2", "react": "^18.2.0", "react-dom": "^18.0.0" }, "devDependencies": { "@types/node": "^17.0.23", "@types/react": "^18.0.4", "@types/react-dom": "^18.0.0", "copy-webpack-plugin": "^11.0.0", "rimraf": "^3.0.2", "ts-loader": "^9.2.8", "typescript": "^4.6.3", "webpack": "^5.72.0", "webpack-cli": "^4.9.2" }, "gitHead": "38a495e365799d870713ad00fcffd26af293582f" }