Skip to content

Instantly share code, notes, and snippets.

@lkacenja
Last active December 16, 2015 20:09
Show Gist options
  • Save lkacenja/88593784e1fb92a9f2ae to your computer and use it in GitHub Desktop.
Save lkacenja/88593784e1fb92a9f2ae to your computer and use it in GitHub Desktop.
package.json for webpack + babel
{
"name": "OMF-React-Stack",
"version": "0.0.0",
"description": "",
"main": "setup.js",
"dependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-transform-react-jsx": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^1.12.9"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "lkacenja",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment