Created
December 19, 2017 13:14
-
-
Save YonatanKra/6bbff1cd4af01663b7d7c3c36c90c6df to your computer and use it in GitHub Desktop.
Package.json for the webpack project
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": "your-webpack-app", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"build": "webpack" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": {}, | |
"devDependencies": { | |
"clean-webpack-plugin": "^0.1.17", | |
"css-loader": "^0.28.7", | |
"html-loader": "^0.5.1", | |
"html-webpack-plugin": "^2.30.1", | |
"style-loader": "^0.19.1", | |
"uglifyjs-webpack-plugin": "^1.1.4", | |
"webpack": "^3.10.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment