Skip to content

Instantly share code, notes, and snippets.

@awestbro
Created March 12, 2017 21:30
Show Gist options
  • Save awestbro/0ce5ea10e94f6adcb41d86b7fe3ffe74 to your computer and use it in GitHub Desktop.
Save awestbro/0ce5ea10e94f6adcb41d86b7fe3ffe74 to your computer and use it in GitHub Desktop.
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "webpack -p",
"watch": "webpack --watch-stdin --progress --color"
},
"dependencies": {
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-env": "^1.2.1",
"copy-webpack-plugin": "^4.0.1",
"webpack": "^2.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment