Created
September 14, 2018 00:59
-
-
Save johnnykoo84/f3f0acb952a97dcf23f68e047e19592d 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": "learnco-client", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"apollo-boost": "^0.1.10", | |
"apollo-link": "^1.2.2", | |
"apollo-link-context": "^1.0.8", | |
"graphql": "^0.13.2", | |
"graphql-tag": "^2.9.2", | |
"jwt-decode": "^2.2.0", | |
"node-sass": "^4.9.2", | |
"react": "^16.4.1", | |
"react-apollo": "^2.1.9", | |
"react-dnd": "^5.0.0", | |
"react-dnd-html5-backend": "^5.0.1", | |
"react-dom": "^16.4.1", | |
"react-markdown": "^3.4.1", | |
"react-router-dom": "^4.3.1", | |
"react-scripts": "1.1.4", | |
"react-spinners": "^0.3.2", | |
"scottyjs": "^1.10.2" | |
}, | |
"scripts": { | |
"start": "react-scripts start", | |
"build": "yarn sass:build && react-scripts build", | |
"test": "react-scripts test --env=jsdom", | |
"eject": "react-scripts eject", | |
"sass": "sass --watch src/styles/scss:src/styles/css", | |
"sass:build": "sass --update src/styles/scss:src/styles/css", | |
"deploy": "npm run build && scotty --update --spa --source ./build --bucket learnco.codestates.com", | |
"dev-deploy": "npm run build && scotty --spa --source ./build --bucket dev-learnco.codestates.com" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment