Skip to content

Instantly share code, notes, and snippets.

@houhr
Created January 21, 2017 07:36
Show Gist options
  • Save houhr/0d921c1663be68236303530924e17c7e to your computer and use it in GitHub Desktop.
Save houhr/0d921c1663be68236303530924e17c7e to your computer and use it in GitHub Desktop.
{
"description": "The perfect scaffolding for React + Babel + Webpack + d3 development in Atom",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.26.1",
"d3": "^4.4.3",
"json-loader": "^0.5.4",
"node-sass": "^4.3.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.14.0"
},
"devDependencies": {
"webpack-notifier": "^1.5.0"
},
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment