2025-07-25

This commit is contained in:
2025-07-25 09:40:05 -05:00
parent fb35c70ef0
commit 55c03bcafb
19 changed files with 5388 additions and 32 deletions

16
frontend/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"scripts": {
"dev": "SASS_LOG_LEVEL=error webpack serve --config webpack.config.js"
},
"devDependencies": {
"css-loader": "^7.1.2",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"dependencies": {
"bootstrap": "^5.3.7"
}
}