Created
April 13, 2020 04:45
-
-
Save caseyjkey/082f49e8d377d8166a8b62411294bc3d to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "portfolio-app", | |
"version": "0.1.0", | |
"private": true, | |
"homepage": "https://caseykey.github.io/", | |
"dependencies": { | |
"@caseykey/react-read-more-read-less": "^1.0.7", | |
"@testing-library/jest-dom": "^4.2.4", | |
"@testing-library/react": "^9.4.0", | |
"@testing-library/user-event": "^7.2.1", | |
"aos": "^2.3.4", | |
"bootstrap": "^4.4.1", | |
"gatsby": "^2.18.21", | |
"gatsby-image": "^2.2.38", | |
"gatsby-plugin-netlify-cms": "^4.1.37", | |
"gatsby-plugin-netlify-cms-paths": "^1.3.0", | |
"gatsby-plugin-postcss": "^2.1.19", | |
"gatsby-plugin-react-helmet": "^3.1.21", | |
"gatsby-plugin-sharp": "^2.3.13", | |
"gatsby-source-filesystem": "^2.1.46", | |
"gatsby-transformer-json": "^2.2.25", | |
"gatsby-transformer-sharp": "^2.3.12", | |
"gh-pages": "^2.2.0", | |
"jquery": "^3.4.1", | |
"netlify-cms-app": "^2.11.5", | |
"polished": "^3.4.2", | |
"postcss": "^7.0.26", | |
"prop-types": "^15.7.2", | |
"react": "^16.12.0", | |
"react-animated-css": "^1.2.1", | |
"react-animations": "^1.0.0", | |
"react-countup": "^4.3.2", | |
"react-dom": "^16.12.0", | |
"react-helmet": "^5.2.1", | |
"react-icons": "^3.8.0", | |
"react-image-lightbox": "^5.1.1", | |
"react-responsive-carousel": "^3.1.51", | |
"react-scripts": "3.3.0", | |
"react-scroll": "^1.7.15", | |
"react-visibility-sensor": "^5.1.1", | |
"react-waypoint": "^9.0.2", | |
"reactstrap": "^8.2.0", | |
"styled-components": "^4.4.1", | |
"styled-components-breakpoint": "^3.0.0-preview.20", | |
"typeface-poppins": "0.0.72", | |
"typewriter-effect": "^2.12.2" | |
}, | |
"scripts": { | |
"start": "react-scripts start", | |
"build": "react-scripts build", | |
"test": "react-scripts test", | |
"eject": "react-scripts eject", | |
"deploy": "git add -A && git commit -m 'deploy to netlify' && git push origin source" | |
}, | |
"eslintConfig": { | |
"extends": "react-app" | |
}, | |
"browserslist": { | |
"production": [ | |
">0.2%", | |
"not dead", | |
"not op_mini all" | |
], | |
"development": [ | |
"last 1 chrome version", | |
"last 1 firefox version", | |
"last 1 safari version" | |
] | |
}, | |
"devDependencies": { | |
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8", | |
"webpack-cli": "^3.3.11" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment