|
| 1 | +{ |
| 2 | + "dependencies": { |
| 3 | + "@emotion/css": "^11.13.5", |
| 4 | + "@emotion/react": "^11.13.5", |
| 5 | + "@emotion/styled": "^11.13.5", |
| 6 | + "@fontsource/roboto": "^5.1.0", |
| 7 | + "@mdi/js": "^7.4.47", |
| 8 | + "@mdi/react": "^1.6.1", |
| 9 | + "@mui/icons-material": "^6.1.10", |
| 10 | + "@mui/material": "^6.1.10", |
| 11 | + "@rjsf/core": "^5.23.1", |
| 12 | + "@rjsf/mui": "^5.23.1", |
| 13 | + "@rjsf/utils": "^5.23.1", |
| 14 | + "@rjsf/validator-ajv8": "^5.23.1", |
| 15 | + "@suspensive/react": "^2.18.7", |
| 16 | + "@tanstack/react-query": "^5.62.2", |
| 17 | + "@tanstack/react-query-devtools": "^5.62.2", |
| 18 | + "notistack": "^3.0.1", |
| 19 | + "react": "^18.3.1", |
| 20 | + "react-dom": "^18.3.1", |
| 21 | + "react-error-boundary": "^4.1.2", |
| 22 | + "react-router-dom": "^7.0.2", |
| 23 | + "remeda": "^2.17.4" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@cspell/eslint-plugin": "^8.16.1", |
| 27 | + "@eslint/js": "^9.15.0", |
| 28 | + "@types/react": "^18.3.12", |
| 29 | + "@types/react-dom": "^18.3.1", |
| 30 | + "@vitejs/plugin-react-swc": "^3.5.0", |
| 31 | + "cspell": "^8.16.1", |
| 32 | + "eslint": "^9.15.0", |
| 33 | + "eslint-plugin-react": "^7.37.2", |
| 34 | + "eslint-plugin-react-hooks": "^5.0.0", |
| 35 | + "eslint-plugin-react-refresh": "^0.4.14", |
| 36 | + "globals": "^15.12.0", |
| 37 | + "typescript": "~5.6.2", |
| 38 | + "typescript-eslint": "^8.15.0", |
| 39 | + "vite": "^6.0.1", |
| 40 | + "vite-plugin-singlefile": "^2.0.3" |
| 41 | + }, |
| 42 | + "name": "frontend", |
| 43 | + "private": true, |
| 44 | + "scripts": { |
| 45 | + "build": "tsc -b && vite build", |
| 46 | + "dev": "vite", |
| 47 | + "lint": "eslint .", |
| 48 | + "preview": "vite preview" |
| 49 | + }, |
| 50 | + "type": "module", |
| 51 | + "version": "0.0.0" |
| 52 | +} |
0 commit comments