mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-12 22:23:50 +01:00
15 lines
244 B
JSON
15 lines
244 B
JSON
{
|
|
"scripts": {
|
|
"build": "webpack build --mode=production"
|
|
},
|
|
"devDependencies": {
|
|
"purgecss": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.3",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|