Pierre HUBERT
ca4ac359d3
All checks were successful
continuous-integration/drone/push Build is passing
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "geneit_app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@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",
|
|
"@mdi/js": "^7.2.96",
|
|
"@mdi/react": "^1.6.1",
|
|
"@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",
|
|
"@types/jest": "^29.0.0",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"date-and-time": "^3.5.0",
|
|
"dayjs": "^1.11.13",
|
|
"email-validator": "^2.0.4",
|
|
"filesize": "^10.1.6",
|
|
"jspdf": "^2.5.1",
|
|
"mui-color-input": "^4.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-easy-crop": "^5.0.8",
|
|
"react-qr-code": "^2.0.14",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-zoom-pan-pinch": "^3.4.4",
|
|
"svg2pdf.js": "^2.2.3",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.3",
|
|
"vite-tsconfig-paths": "^5.0.1",
|
|
"web-vitals": "^3.5.2"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|