|
16 | 16 | "test": "npm run typecheck && npm run prettier && npm run lint && npm run vitest && npm run build", |
17 | 17 | "storybook": "storybook dev -p 6006", |
18 | 18 | "storybook:build": "storybook build" |
| 19 | + }, |
| 20 | +"dependencies": { |
| 21 | + "@azure/msal-browser": "^3.20.0", |
| 22 | + "@azure/msal-react": "^2.0.22", |
| 23 | + "@mantine/core": "^7.12.0", |
| 24 | + "@mantine/dates": "^7.12.0", |
| 25 | + "@mantine/form": "^7.12.0", |
| 26 | + "@mantine/hooks": "^7.12.0", |
| 27 | + "@mantine/notifications": "^7.12.0", |
| 28 | + "@tabler/icons-react": "^3.12.0", |
| 29 | + "@ungap/with-resolvers": "^0.1.0", |
| 30 | + "axios": "^1.7.3", |
| 31 | + "dayjs": "^1.11.12", |
| 32 | + "dotenv": "^16.4.5", |
| 33 | + "html5-qrcode": "^2.3.8", |
| 34 | + "jsqr": "^1.4.0", |
| 35 | + "pdfjs-dist": "^4.5.136", |
| 36 | + "pluralize": "^8.0.0", |
| 37 | + "react": "^18.3.1", |
| 38 | + "react-dom": "^18.3.1", |
| 39 | + "react-pdf": "^9.1.0", |
| 40 | + "react-pdftotext": "^1.3.0", |
| 41 | + "react-qr-reader": "^3.0.0-beta-1", |
| 42 | + "react-router-dom": "^6.26.0", |
| 43 | + "zod": "^3.23.8" |
| 44 | + }, |
| 45 | + "devDependencies": { |
| 46 | + "@eslint/compat": "^1.1.1", |
| 47 | + "@storybook/addon-essentials": "^8.2.8", |
| 48 | + "@storybook/addon-interactions": "^8.2.8", |
| 49 | + "@storybook/addon-links": "^8.2.8", |
| 50 | + "@storybook/blocks": "^8.2.8", |
| 51 | + "@storybook/react": "^8.2.8", |
| 52 | + "@storybook/react-vite": "^8.2.8", |
| 53 | + "@storybook/testing-library": "^0.2.2", |
| 54 | + "@testing-library/dom": "^10.4.0", |
| 55 | + "@testing-library/jest-dom": "^6.4.8", |
| 56 | + "@testing-library/react": "^16.0.0", |
| 57 | + "@testing-library/user-event": "^14.5.2", |
| 58 | + "@types/pluralize": "^0.0.33", |
| 59 | + "@types/react": "^18.3.3", |
| 60 | + "@types/react-dom": "^18.3.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^8.0.1", |
| 62 | + "@typescript-eslint/parser": "^8.0.1", |
| 63 | + "@vitejs/plugin-react": "^4.3.1", |
| 64 | + "eslint-config-airbnb": "^19.0.4", |
| 65 | + "eslint-config-airbnb-typescript": "^18.0.0", |
| 66 | + "eslint-config-mantine": "^3.2.0", |
| 67 | + "eslint-plugin-import": "^2.29.1", |
| 68 | + "eslint-plugin-jsx-a11y": "^6.9.0", |
| 69 | + "eslint-plugin-react": "^7.35.0", |
| 70 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 71 | + "identity-obj-proxy": "^3.0.0", |
| 72 | + "jsdom": "^24.1.1", |
| 73 | + "postcss": "^8.4.41", |
| 74 | + "postcss-preset-mantine": "^1.17.0", |
| 75 | + "postcss-simple-vars": "^7.0.1", |
| 76 | + "prettier": "^3.3.3", |
| 77 | + "prop-types": "^15.8.1", |
| 78 | + "storybook": "^8.2.8", |
| 79 | + "storybook-dark-mode": "^4.0.2", |
| 80 | + "stylelint": "^16.8.1", |
| 81 | + "stylelint-config-standard-scss": "^13.1.0", |
| 82 | + "typescript": "^5.5.4", |
| 83 | + "typescript-eslint": "^8.0.1", |
| 84 | + "vite": "^5.4.0", |
| 85 | + "vite-tsconfig-paths": "^5.0.1", |
| 86 | + "vitest": "^2.0.5", |
| 87 | + "yarn-upgrade-all": "^0.7.4" |
| 88 | + }, |
| 89 | + "resolutions": { |
| 90 | + "pdfjs-dist": "4.5.136" |
19 | 91 | } |
20 | 92 | } |
0 commit comments