Skip to content

Instantly share code, notes, and snippets.

@louisscruz
Created October 24, 2016 15:17
Show Gist options
  • Save louisscruz/3b7b562fd447b52f34d2059609c9fe70 to your computer and use it in GitHub Desktop.
Save louisscruz/3b7b562fd447b52f34d2059609c9fe70 to your computer and use it in GitHub Desktop.
{
"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