|
11 | 11 | "prod": "serve -s dist", |
12 | 12 | "test": "vitest", |
13 | 13 | "test:ui": "vitest --ui", |
14 | | - "coverage": "vitest run --coverage" |
| 14 | + "coverage": "vitest run --coverage", |
| 15 | + "generate:graphql": "graphql-codegen --config codegen.ts" |
15 | 16 | }, |
16 | 17 | "dependencies": { |
| 18 | + "@apollo/client": "^3.10.5", |
| 19 | + "@hookform/resolvers": "^3.6.0", |
| 20 | + "@radix-ui/react-dialog": "^1.1.1", |
17 | 21 | "@radix-ui/react-dropdown-menu": "^2.1.1", |
| 22 | + "@radix-ui/react-icons": "^1.3.0", |
| 23 | + "@radix-ui/react-label": "^2.1.0", |
| 24 | + "@radix-ui/react-navigation-menu": "^1.2.0", |
| 25 | + "@radix-ui/react-select": "^2.1.1", |
18 | 26 | "@radix-ui/react-slot": "^1.1.0", |
| 27 | + "@react-keycloak/web": "^3.4.0", |
| 28 | + "@reduxjs/toolkit": "^2.2.5", |
| 29 | + "@tanstack/react-table": "^8.17.3", |
19 | 30 | "class-variance-authority": "^0.7.0", |
20 | 31 | "clsx": "^2.1.1", |
21 | | - "lucide-react": "^0.408.0", |
| 32 | + "cmdk": "^1.0.0", |
| 33 | + "graphql": "^16.8.2", |
| 34 | + "graphql-codegen": "^0.4.0", |
| 35 | + "i18next-browser-languagedetector": "^8.0.0", |
| 36 | + "keycloak-js": "^25.0.0", |
| 37 | + "lucide-react": "^0.396.0", |
22 | 38 | "react": "^18.3.1", |
23 | 39 | "react-dom": "^18.3.1", |
24 | | - "tailwind-merge": "^2.4.0", |
25 | | - "tailwindcss-animate": "^1.0.7" |
| 40 | + "react-hook-form": "^7.52.0", |
| 41 | + "react-i18next": "^14.1.2", |
| 42 | + "react-redux": "^9.1.2", |
| 43 | + "react-router-dom": "^6.23.1", |
| 44 | + "redux-persist": "^6.0.0", |
| 45 | + "tailwind-merge": "^2.3.0", |
| 46 | + "tailwindcss-animate": "^1.0.7", |
| 47 | + "zod": "^3.23.8" |
26 | 48 | }, |
27 | 49 | "devDependencies": { |
28 | 50 | "@testing-library/jest-dom": "^6.4.6", |
|
32 | 54 | "@types/node": "^20.14.9", |
33 | 55 | "@types/react": "^18.3.3", |
34 | 56 | "@types/react-dom": "^18.3.0", |
| 57 | + "@types/keycloak-js": "^3.4.1", |
| 58 | + "@types/react-i18next": "^8.1.0", |
| 59 | + "@types/react-router-dom": "^5.3.3", |
| 60 | + "@types/redux-persist": "^4.3.1", |
| 61 | + "@graphql-codegen/cli": "^5.0.2", |
| 62 | + "@graphql-codegen/client-preset": "^4.3.0", |
| 63 | + "@graphql-codegen/typescript-operations": "^4.2.1", |
| 64 | + "@graphql-codegen/typescript-react-apollo": "^4.3.0", |
35 | 65 | "@typescript-eslint/eslint-plugin": "^7.13.1", |
36 | 66 | "@typescript-eslint/parser": "^7.13.1", |
37 | 67 | "@vitejs/plugin-react-swc": "^3.5.0", |
|
52 | 82 | "typescript": "^5.2.2", |
53 | 83 | "vite": "^5.3.1", |
54 | 84 | "vite-tsconfig-paths": "^4.3.2", |
55 | | - "vitest": "^2.0.2" |
| 85 | + "vitest": "^2.0.2", |
| 86 | + "msw": "^2.3.1" |
56 | 87 | } |
57 | 88 | } |
0 commit comments