Skip to content

Instantly share code, notes, and snippets.

@kevinwo
Created January 10, 2018 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinwo/2dca6057998172b4dd47347fb8afb50e to your computer and use it in GitHub Desktop.
Save kevinwo/2dca6057998172b4dd47347fb8afb50e 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",
"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