2024-06-29 11:01:50 +00:00
|
|
|
{
|
|
|
|
"name": "central_frontend",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc -b && vite build",
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-31 16:13:29 +00:00
|
|
|
"@emotion/react": "^11.13.3",
|
|
|
|
"@emotion/styled": "^11.13.0",
|
|
|
|
"@fontsource/roboto": "^5.0.14",
|
2024-06-29 14:45:28 +00:00
|
|
|
"@mdi/js": "^7.4.47",
|
|
|
|
"@mdi/react": "^1.6.1",
|
2024-08-31 16:13:29 +00:00
|
|
|
"@mui/icons-material": "^6.0.1",
|
|
|
|
"@mui/material": "^6.0.1",
|
|
|
|
"@mui/x-date-pickers": "^7.15.0",
|
|
|
|
"date-and-time": "^3.5.0",
|
|
|
|
"dayjs": "^1.11.13",
|
2024-06-29 11:01:50 +00:00
|
|
|
"react": "^18.3.1",
|
2024-06-29 14:45:28 +00:00
|
|
|
"react-dom": "^18.3.1",
|
2024-08-31 16:13:29 +00:00
|
|
|
"react-router-dom": "^6.26.1"
|
2024-06-29 11:01:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-31 16:13:29 +00:00
|
|
|
"@types/react": "^18.3.5",
|
2024-06-29 11:01:50 +00:00
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-08-31 16:13:29 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
|
|
"@typescript-eslint/parser": "^8.3.0",
|
2024-06-29 11:01:50 +00:00
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
2024-08-31 16:13:29 +00:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
|
|
"typescript": "^5.5.4",
|
|
|
|
"vite": "^5.4.2"
|
2024-06-29 11:01:50 +00:00
|
|
|
}
|
|
|
|
}
|