Created
June 7, 2023 18:49
-
-
Save Danushka181/53e6fa503cec1aec156ec013ea1baf5c to your computer and use it in GitHub Desktop.
webpack packages json file
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
| { | |
| "scripts": { | |
| "build": "webpack" | |
| }, | |
| "dependencies": { | |
| "browser-sync": "^2.29.3", | |
| "browser-sync-webpack-plugin": "^2.3.0", | |
| "css-loader": "^6.7.3", | |
| "file-loader": "^6.2.0", | |
| "mini-css-extract-plugin": "^2.7.5", | |
| "node-sass": "^8.0.0", | |
| "sass-loader": "^13.2.2", | |
| "webpack": "^5.83.1", | |
| "webpack-cli": "^5.1.1" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment