UNPKG

@moxy/react-page-swapper

Version:

An orchestrator that eases out the implementation of page transitions

77 lines (76 loc) 2.29 kB
{ "name": "@moxy/react-page-swapper", "version": "1.3.0", "description": "An orchestrator that eases out the implementation of page transitions", "main": "lib/index.js", "module": "es/index.js", "files": [ "lib", "es", "!**/*.test.js", "!**/__snapshots__", "!**/__mocks__" ], "homepage": "https://github.com/moxystudio/react-page-swapper#readme", "author": "André Cruz <andre@moxy.studio>", "license": "MIT", "keywords": [ "react", "page", "animation", "transition", "orchestrator" ], "repository": { "type": "git", "url": "git+https://github.com/moxystudio/react-page-swapper.git" }, "bugs": { "url": "https://github.com/moxystudio/react-page-swapper/issues" }, "scripts": { "build:commonjs": "cross-env BABEL_ENV=commonjs babel src -d lib --delete-dir-on-start", "build:es": "cross-env BABEL_ENV=es babel src -d es --delete-dir-on-start", "build": "npm run build:commonjs && npm run build:es", "test": "jest", "lint": "eslint --ignore-path .gitignore .", "prerelease": "npm t && npm run lint && npm run build", "release": "standard-version", "postrelease": "git push --follow-tags origin HEAD && npm publish" }, "peerDependencies": { "react": ">=16.8.0 <18", "react-dom": ">=16.8.0 <18" }, "dependencies": { "lodash": "^4.17.21", "memoize-one": "^5.1.1", "once": "^1.4.0", "prop-types": "^15.7.2", "react-transition-group": "^4.3.0", "shallowequal": "^1.1.0" }, "devDependencies": { "@babel/cli": "^7.13.10", "@babel/core": "^7.13.10", "@commitlint/config-conventional": "^12.0.1", "@moxy/babel-preset": "^3.3.1", "@moxy/eslint-config-babel": "^13.0.3", "@moxy/eslint-config-base": "^13.0.3", "@moxy/eslint-config-jest": "^13.0.3", "@moxy/eslint-config-react": "^13.0.3", "@moxy/jest-config-base": "^5.2.0", "@moxy/jest-config-testing-library": "^5.2.0", "@moxy/jest-config-web": "^5.2.0", "@testing-library/react": "^11.2.5", "commitlint": "^12.0.1", "cross-env": "^7.0.3", "eslint": "^7.22.0", "husky": "^4.3.8", "jest": "^26.6.3", "lint-staged": "^10.5.4", "react": "^17.0.2", "react-dom": "^17.0.2", "standard-version": "^9.1.1" } }