Created
February 7, 2022 15:43
-
-
Save wpflames/442ebfa4a5764e7b00ab6b256f980e96 to your computer and use it in GitHub Desktop.
Package.json for Webpack
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": "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