Skip to content

Instantly share code, notes, and snippets.

@wpflames
Created February 7, 2022 15:43
Show Gist options
  • Select an option

  • Save wpflames/442ebfa4a5764e7b00ab6b256f980e96 to your computer and use it in GitHub Desktop.

Select an option

Save wpflames/442ebfa4a5764e7b00ab6b256f980e96 to your computer and use it in GitHub Desktop.
Package.json for Webpack
{
"name": "version-4",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"node-sass": "^7.0.1",
"sass-loader": "^12.4.0",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment