feat: Introduce a React-based frontend dashboard with Webpack and Babel for improved UI and development.

This commit is contained in:
sebseb7
2025-12-20 21:43:17 +01:00
parent 12be2c7bf9
commit bef70e4709
13 changed files with 5336 additions and 20 deletions

View File

@@ -11,8 +11,25 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.6",
"babel-loader": "^10.0.0",
"better-sqlite3": "^12.5.0",
"chart.js": "^4.5.1",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"express": "^5.2.1"
"express": "^5.2.1",
"html-webpack-plugin": "^5.6.5",
"react": "^19.2.3",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.3",
"style-loader": "^4.0.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-middleware": "^7.4.5"
}
}