Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Created December 19, 2017 13:14
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 YonatanKra/6bbff1cd4af01663b7d7c3c36c90c6df to your computer and use it in GitHub Desktop.
Save YonatanKra/6bbff1cd4af01663b7d7c3c36c90c6df to your computer and use it in GitHub Desktop.
Package.json for the webpack project
{
"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