Created
October 28, 2017 00:22
-
-
Save elliot42/14c14458ffb0b42e6d02fd5a1a7d09d3 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
{ | |
"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