Created
January 10, 2018 03:36
-
-
Save kevinwo/2dca6057998172b4dd47347fb8afb50e to your computer and use it in GitHub Desktop.
This file contains hidden or 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", | |
"font-awesome": "4.7.0" | |
}, | |
"devDependencies": { | |
"babel-core": "^6.26.0", | |
"babel-loader": "^7.1.2", | |
"babel-preset-env": "^1.6.1", | |
"bootstrap": "4.0.0-beta.3", | |
"copy-webpack-plugin": "^4.3.1", | |
"jquery": "3.2.1", | |
"popper.js": "1.12.9", | |
"tether": "1.4.3", | |
"webpack": "^3.10.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment