Created
October 24, 2016 15:17
-
-
Save louisscruz/3b7b562fd447b52f34d2059609c9fe70 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": "synth", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"start": "webpack-dev-server --inline --hot" | |
}, | |
"author": "", | |
"license": "ISC", | |
"devDependencies": { | |
"babel-core": "^6.17.0", | |
"babel-loader": "^6.2.5", | |
"babel-preset-es2015": "^6.16.0", | |
"babel-preset-react": "^6.16.0", | |
"jshint": "^2.9.4", | |
"jshint-loader": "^0.8.3", | |
"jsxhint-loader": "^0.2.0", | |
"webpack": "^1.13.2", | |
"webpack-dev-server": "^1.16.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment