|
15 | 15 | "author": "", |
16 | 16 | "license": "ISC", |
17 | 17 | "dependencies": { |
18 | | - "@apollo/client": "^3.9.0", |
19 | | - "@astrojs/react": "^3.0.9", |
20 | | - "@astrojs/tailwind": "^5.1.0", |
21 | | - "@types/react": "^18.2.48", |
22 | | - "@types/react-dom": "^18.2.18", |
23 | | - "astro": "^4.2.7", |
24 | | - "clsx": "^2.1.0", |
25 | | - "graphql": "^16.8.1", |
26 | | - "react": "^18.2.0", |
| 18 | + "@apollo/client": "^3.12.3", |
| 19 | + "@astrojs/react": "^4.1.0", |
| 20 | + "@astrojs/tailwind": "^5.1.3", |
| 21 | + "@radix-ui/react-alert-dialog": "^1.1.4", |
| 22 | + "@radix-ui/react-dialog": "^1.1.3", |
| 23 | + "@radix-ui/react-tabs": "^1.1.2", |
| 24 | + "@radix-ui/react-toolbar": "^1.1.1", |
| 25 | + "@radix-ui/themes": "^3.1.6", |
| 26 | + "@tiptap/extension-color": "^2.10.3", |
| 27 | + "@tiptap/extension-list-item": "^2.10.3", |
| 28 | + "@tiptap/extension-text-align": "^2.10.3", |
| 29 | + "@tiptap/extension-text-style": "^2.10.3", |
| 30 | + "@tiptap/pm": "^2.10.3", |
| 31 | + "@tiptap/react": "^2.10.3", |
| 32 | + "@tiptap/starter-kit": "^2.10.3", |
| 33 | + "@types/react": "^19.0.1", |
| 34 | + "@types/react-dom": "^19.0.2", |
| 35 | + "astro": "^5.0.5", |
| 36 | + "clsx": "^2.1.1", |
| 37 | + "fabric": "^6.5.3", |
| 38 | + "graphql": "^16.10.0", |
| 39 | + "lucide-react": "^0.468.0", |
| 40 | + "pdfjs-dist": "^4.9.155", |
| 41 | + "react": "^19.0.0", |
27 | 42 | "react-dnd": "^16.0.1", |
28 | 43 | "react-dnd-html5-backend": "^16.0.1", |
29 | | - "react-dom": "^18.2.0", |
30 | | - "tailwindcss": "^3.4.1" |
| 44 | + "react-dom": "^19.0.0", |
| 45 | + "tailwindcss": "^3.4.16" |
31 | 46 | }, |
32 | 47 | "devDependencies": { |
33 | | - "@graphql-codegen/cli": "^5.0.0", |
| 48 | + "@graphql-codegen/cli": "^5.0.3", |
34 | 49 | "@graphql-codegen/near-operation-file-preset": "^3.0.0", |
35 | | - "@graphql-codegen/typescript-operations": "^4.0.1", |
36 | | - "@graphql-codegen/typescript-react-apollo": "^4.1.0", |
37 | | - "@parcel/watcher": "^2.4.0", |
38 | | - "concurrently": "^8.2.2", |
| 50 | + "@graphql-codegen/typescript-operations": "^4.4.0", |
| 51 | + "@graphql-codegen/typescript-react-apollo": "^4.3.2", |
| 52 | + "@parcel/watcher": "^2.5.0", |
| 53 | + "concurrently": "^9.1.0", |
39 | 54 | "http-proxy": "^1.18.1", |
40 | | - "nodemon": "^3.0.3", |
41 | | - "prettier": "^3.2.4", |
42 | | - "ws": "^8.17.1" |
| 55 | + "nodemon": "^3.1.9", |
| 56 | + "prettier": "^3.4.2", |
| 57 | + "ws": "^8.18.0" |
43 | 58 | } |
44 | 59 | } |
0 commit comments