SolarEnergy/central_frontend/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

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": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
2024-06-29 14:45:28 +00:00
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
2024-06-29 11:01:50 +00:00
"@mui/icons-material": "^5.15.21",
"@mui/material": "^5.15.21",
"date-and-time": "^3.3.0",
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",
"react-router-dom": "^6.24.0"
2024-06-29 11:01:50 +00:00
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}