Created
October 6, 2017 04:18
-
-
Save victorighalo/5c27e519a171793cd9452293a30455a9 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": "hello-world", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"antd": "^2.12.3", | |
"bulma": "^0.5.3", | |
"bulma-components": "0.0.5", | |
"firebase": "^4.3.0", | |
"re-bulma": "^0.4.5", | |
"react": "^15.4.2", | |
"react-dom": "^15.4.2", | |
"semantic-ui-css": "^2.2.11", | |
"semantic-ui-react": "^0.71.3", | |
"superagent": "^3.5.2" | |
}, | |
"devDependencies": { | |
"react-scripts": "0.9.5" | |
}, | |
"scripts": { | |
"start": "react-scripts start", | |
"build": "react-scripts build", | |
"test": "react-scripts test --env=jsdom", | |
"eject": "react-scripts eject" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment