57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "geneit_app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@fontsource/roboto": "^5.2.5",
|
|
"@fullcalendar/core": "^6.1.15",
|
|
"@fullcalendar/daygrid": "^6.1.15",
|
|
"@fullcalendar/interaction": "^6.1.15",
|
|
"@fullcalendar/list": "^6.1.15",
|
|
"@fullcalendar/react": "^6.1.15",
|
|
"@mdi/js": "^7.2.96",
|
|
"@mdi/react": "^1.6.1",
|
|
"@mui/icons-material": "^7.0.0",
|
|
"@mui/lab": "^7.0.0-beta.9",
|
|
"@mui/material": "^7.0.0",
|
|
"@mui/x-data-grid": "^7.28.2",
|
|
"@mui/x-date-pickers": "^7.28.2",
|
|
"@mui/x-tree-view": "^7.28.1",
|
|
"date-and-time": "^3.6.0",
|
|
"dayjs": "^1.11.13",
|
|
"email-validator": "^2.0.4",
|
|
"filesize": "^10.1.6",
|
|
"jspdf": "^3.0.1",
|
|
"mui-color-input": "^6.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-easy-crop": "^5.4.1",
|
|
"react-qr-code": "^2.0.14",
|
|
"react-router-dom": "^7.4.0",
|
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
"svg2pdf.js": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@types/react": "^19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-react-hooks": "^5.1.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"
|
|
}
|
|
}
|