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",
"@emotion/react": "^11.11.4",
2023-06-06 14:39:47 +00:00
"@emotion/styled": "^11.11.0",
2024-05-14 18:53:07 +00:00
"@fontsource/roboto": "^5.0.13",
"@fullcalendar/core": "^6.1.14",
"@fullcalendar/daygrid": "^6.1.14",
"@fullcalendar/interaction": "^6.1.14",
"@fullcalendar/list": "^6.1.14",
"@fullcalendar/react": "^6.1.14",
2023-06-08 17:47:59 +00:00
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
2024-05-14 18:53:07 +00:00
"@mui/icons-material": "^5.15.17",
2023-08-22 09:31:04 +00:00
"@mui/lab": "^5.0.0-alpha.140",
2024-05-14 18:53:07 +00:00
"@mui/material": "^5.15.17",
"@mui/x-data-grid": "^7.1.1",
"@mui/x-date-pickers": "^7.7.0",
2024-05-14 18:53:07 +00:00
"@mui/x-tree-view": "^7.4.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
2024-03-23 00:26:07 +00:00
"@types/jest": "^29.0.0",
2024-05-14 18:53:07 +00:00
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
2023-12-12 18:37:41 +00:00
"@vitejs/plugin-react": "^4.2.1",
2024-05-14 18:53:07 +00:00
"date-and-time": "^3.2.0",
"dayjs": "^1.11.11",
2023-08-11 08:49:40 +00:00
"email-validator": "^2.0.4",
2024-05-14 18:53:07 +00:00
"filesize": "^10.1.2",
2023-08-22 14:57:41 +00:00
"jspdf": "^2.5.1",
"mui-color-input": "^2.0.3",
2024-05-14 18:53:07 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.0.7",
"react-qr-code": "^2.0.14",
2024-05-14 18:53:07 +00:00
"react-router-dom": "^6.23.1",
"react-zoom-pan-pinch": "^3.4.4",
2023-12-12 18:37:41 +00:00
"svg2pdf.js": "^2.2.3",
2024-05-14 18:53:07 +00:00
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
"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"
]
}
}