Created
March 15, 2017 19:01
-
-
Save viniciusdacal/58eca7aab9f7796e69047c815455aa33 to your computer and use it in GitHub Desktop.
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": "my-app", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "react": "^15.4.2", | |
| "react-dom": "^15.4.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