Created
May 19, 2018 08:40
-
-
Save shigeya/eba187228c0d538b73ddd7c6275dc4f1 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
| { | |
| "name": "webpack-demo", | |
| "version": "1.0.0", | |
| "description": "", | |
| "private": true, | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "lodash": "^4.17.10", | |
| "npm": "^6.0.1" | |
| }, | |
| "devDependencies": { | |
| "webpack": "^4.8.3", | |
| "webpack-cli": "^2.1.3" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment