mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-10 05:03:44 +01:00
2de9892040
This reverts commit 83a23fc66e
.
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"scripts": {
|
|
"build": "webpack build --mode=production"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^7.1.2",
|
|
"glob-all": "^3.3.1",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"purgecss": "^6.0.0",
|
|
"purgecss-webpack-plugin": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.3",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|