GeneIT/geneit_app/package.json

73 lines
1.9 KiB
JSON
Raw Normal View History

2023-06-06 08:52:50 +00:00
{
"name": "geneit_app",
"version": "0.1.0",
"private": true,
2023-12-12 18:37:41 +00:00
"type": "module",
2023-06-06 08:52:50 +00:00
"dependencies": {
2023-07-08 14:02:18 +00:00
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
2024-09-09 20:17:51 +00:00
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.15",
"@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",
2023-06-08 17:47:59 +00:00
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
2024-09-09 20:17:51 +00:00
"@mui/icons-material": "^6.0.2",
"@mui/lab": "^6.0.0-beta.9",
"@mui/material": "^6.0.2",
"@mui/x-data-grid": "^7.16.0",
"@mui/x-date-pickers": "^7.16.0",
"@mui/x-tree-view": "^7.16.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.0.0",
2024-03-23 00:26:07 +00:00
"@types/jest": "^29.0.0",
2024-09-09 20:17:51 +00:00
"@types/react": "^18.3.5",
2024-05-14 18:53:07 +00:00
"@types/react-dom": "^18.3.0",
2023-12-12 18:37:41 +00:00
"@vitejs/plugin-react": "^4.2.1",
2024-09-09 20:17:51 +00:00
"date-and-time": "^3.5.0",
"dayjs": "^1.11.13",
2023-08-11 08:49:40 +00:00
"email-validator": "^2.0.4",
2024-09-09 20:17:51 +00:00
"filesize": "^10.1.6",
2023-08-22 14:57:41 +00:00
"jspdf": "^2.5.1",
"mui-color-input": "^4.0.0",
2024-05-14 18:53:07 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
2024-09-09 20:17:51 +00:00
"react-easy-crop": "^5.0.8",
"react-qr-code": "^2.0.14",
2024-09-09 20:17:51 +00:00
"react-router-dom": "^6.26.2",
"react-zoom-pan-pinch": "^3.4.4",
2023-12-12 18:37:41 +00:00
"svg2pdf.js": "^2.2.3",
2024-09-09 20:17:51 +00:00
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite-tsconfig-paths": "^5.0.1",
"web-vitals": "^3.5.2"
2023-06-06 08:52:50 +00:00
},
"scripts": {
2023-12-12 18:37:41 +00:00
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
2023-06-06 08:52:50 +00:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}