UNPKG

gatsby-plugin-transitions

Version:
70 lines (69 loc) 2.44 kB
{ "name": "gatsby-plugin-transitions", "description": "Gatsby-plugin for animated page-transitions.", "version": "2.1.7", "author": "Andreas Faust", "license": "MIT", "repository": "AndreasFaust/gatsby-plugin-transitions", "homepage": "https://andreasfaust.github.io/gatsby-plugin-transitions/", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "engines": { "node": ">=8", "npm": ">=5" }, "dependencies": { "prop-types": "^15.7.2" }, "devDependencies": { "@babel/core": "^7.7.7", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/plugin-transform-runtime": "^7.7.6", "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", "babel-plugin-macros": "^2.8.0", "gatsby": "^2.18.17", "gatsby-cli": "^2.8.22", "gatsby-plugin-layout": "^1.1.18", "gatsby-plugin-react-helmet": "^3.1.18", "gatsby-plugin-sass": "^2.1.26", "generate-changelog": "^1.8.0", "gh-pages": "^2.1.1", "node-sass": "^4.13.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-select": "^3.0.8", "react-spring": "^8.0.27", "rollup": "^1.27.14", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-url": "^3.0.1", "standard": "^14.3.1" }, "peerDependencies": { "gatsby": "^2.7.0", "react": "^16.8.5", "react-dom": "^16.8.5", "react-spring": "^8.0.0" }, "keywords": [ "gatsby", "gatsby-plugin", "transitions", "page-transitions", "animation" ], "scripts": { "dev": "gatsby develop", "start": "yarn dev", "build": "rollup -c && gatsby build --prefix-paths", "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && yarn publish", "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && yarn publish", "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && yarn publish", "deploy": "gh-pages -d public" } }