46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "central_frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@fontsource/roboto": "^5.2.5",
|
|
"@mdi/js": "^7.4.47",
|
|
"@mdi/react": "^1.6.1",
|
|
"@mui/icons-material": "^7.0.0",
|
|
"@mui/material": "^7.0.0",
|
|
"@mui/x-charts": "^7.21.0",
|
|
"@mui/x-date-pickers": "^7.28.2",
|
|
"date-and-time": "^3.6.0",
|
|
"dayjs": "^1.11.13",
|
|
"filesize": "^10.1.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.4.0",
|
|
"semver": "^7.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@types/semver": "^7.7.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
|
"@typescript-eslint/parser": "^8.28.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.24.1",
|
|
"vite": "^6.2.3"
|
|
}
|
|
}
|