Created
April 11, 2020 16:06
-
-
Save MagicMagnate/344f95aa8bd0de6fad578c8399760b52 to your computer and use it in GitHub Desktop.
This file contains 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": "with-styled-components", | |
"version": "1.0.0", | |
"scripts": { | |
"dev": "next", | |
"build": "next build", | |
"start:development": "next start", | |
"start:staging": "NODE_ENV=production ENV=staging next start", | |
"start:production": "NODE_ENV=production ENV=production next start" | |
}, | |
"dependencies": { | |
"bootstrap": "^4.4.1", | |
"chart.js": "^2.9.3", | |
"griddle-react": "^1.13.1", | |
"moment": "^2.24.0", | |
"next": "^9.3.4", | |
"node-sass": "^4.13.1", | |
"react": "16.13.1", | |
"react-bootstrap": "^1.0.0", | |
"react-chartjs-2": "^2.9.0", | |
"react-dom": "16.13.1", | |
"react-ga": "^2.7.0", | |
"styled-components": "^4.0.0" | |
}, | |
"devDependencies": { | |
"babel-plugin-styled-components": "^1.10.1" | |
}, | |
"proxy": "http://localhost:5000", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment