Created
March 12, 2017 21:30
-
-
Save awestbro/0ce5ea10e94f6adcb41d86b7fe3ffe74 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
{ | |
"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