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.14.0",
 | |
|     "@emotion/styled": "^11.14.1",
 | |
|     "@fontsource/roboto": "^5.2.8",
 | |
|     "@fullcalendar/core": "^6.1.19",
 | |
|     "@fullcalendar/daygrid": "^6.1.19",
 | |
|     "@fullcalendar/interaction": "^6.1.19",
 | |
|     "@fullcalendar/list": "^6.1.19",
 | |
|     "@fullcalendar/react": "^6.1.19",
 | |
|     "@mdi/js": "^7.4.47",
 | |
|     "@mdi/react": "^1.6.1",
 | |
|     "@mui/icons-material": "^7.2.0",
 | |
|     "@mui/lab": "^7.0.0-beta.17",
 | |
|     "@mui/material": "^7.2.0",
 | |
|     "@mui/x-data-grid": "^8.15.0",
 | |
|     "@mui/x-date-pickers": "^8.15.0",
 | |
|     "@mui/x-tree-view": "^8.15.0",
 | |
|     "date-and-time": "^3.6.0",
 | |
|     "dayjs": "^1.11.18",
 | |
|     "email-validator": "^2.0.4",
 | |
|     "filesize": "^11.0.13",
 | |
|     "jspdf": "^3.0.3",
 | |
|     "mui-color-input": "^7.0.0",
 | |
|     "react": "^19.1.1",
 | |
|     "react-dom": "^19.1.1",
 | |
|     "react-easy-crop": "^5.5.3",
 | |
|     "react-qr-code": "^2.0.18",
 | |
|     "react-router-dom": "^7.4.0",
 | |
|     "react-zoom-pan-pinch": "^3.7.0",
 | |
|     "svg2pdf.js": "^2.6.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@eslint/js": "^9.38.0",
 | |
|     "@types/react": "^19.1.15",
 | |
|     "@types/react-dom": "^19.1.9",
 | |
|     "@vitejs/plugin-react": "^4.7.0",
 | |
|     "eslint": "^9.38.0",
 | |
|     "eslint-plugin-react-hooks": "^5.2.0",
 | |
|     "eslint-plugin-react-refresh": "^0.4.24",
 | |
|     "globals": "^16.4.0",
 | |
|     "typescript": "^5.9.3",
 | |
|     "typescript-eslint": "^8.46.2",
 | |
|     "vite": "^7.0.6"
 | |
|   }
 | |
| }
 |