Skip to content

Instantly share code, notes, and snippets.

@elliot42
Created October 28, 2017 00:22
Show Gist options
  • Save elliot42/dd081d3587068f9684512ee6fb20c65f to your computer and use it in GitHub Desktop.
Save elliot42/dd081d3587068f9684512ee6fb20c65f to your computer and use it in GitHub Desktop.
{
"scripts": {
"build": "webpack --progress -p",
"watch": "webpack --progress --watch",
"server": "webpack-dev-server --open"
},
"name": "dir",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"lit-html": "^0.7.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment