|
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | 15 | "@date-fns/utc": "2.1.1", |
| 16 | + "@dnd-kit/core": "^6.3.1", |
| 17 | + "@dnd-kit/modifiers": "^9.0.0", |
| 18 | + "@dnd-kit/sortable": "^10.0.0", |
| 19 | + "@dnd-kit/utilities": "^3.2.2", |
16 | 20 | "@fastify/cors": "9.0.1", |
17 | 21 | "@fastify/static": "7.0.4", |
18 | 22 | "@fastify/vite": "6.0.7", |
|
24 | 28 | "@graphql-typed-document-node/core": "3.2.0", |
25 | 29 | "@headlessui/react": "2.2.0", |
26 | 30 | "@hookform/resolvers": "3.10.0", |
27 | | - "@monaco-editor/react": "4.7.0", |
| 31 | + "@monaco-editor/react": "4.8.0-rc.2", |
28 | 32 | "@n1ru4l/react-time-ago": "1.1.0", |
29 | 33 | "@radix-ui/react-accordion": "1.2.2", |
30 | 34 | "@radix-ui/react-alert-dialog": "1.1.4", |
31 | 35 | "@radix-ui/react-avatar": "1.1.2", |
32 | 36 | "@radix-ui/react-checkbox": "1.1.3", |
33 | 37 | "@radix-ui/react-collapsible": "1.1.2", |
| 38 | + "@radix-ui/react-context-menu": "^2.2.16", |
34 | 39 | "@radix-ui/react-dialog": "1.1.4", |
35 | 40 | "@radix-ui/react-dropdown-menu": "2.1.4", |
36 | 41 | "@radix-ui/react-hover-card": "1.1.4", |
|
46 | 51 | "@radix-ui/react-switch": "1.1.2", |
47 | 52 | "@radix-ui/react-tabs": "1.1.2", |
48 | 53 | "@radix-ui/react-toast": "1.2.4", |
| 54 | + "@radix-ui/react-toggle": "^1.1.10", |
49 | 55 | "@radix-ui/react-toggle-group": "1.1.1", |
50 | 56 | "@radix-ui/react-tooltip": "1.1.6", |
51 | 57 | "@repeaterjs/repeater": "3.0.6", |
|
61 | 67 | "@storybook/react-vite": "8.4.7", |
62 | 68 | "@stripe/react-stripe-js": "3.1.1", |
63 | 69 | "@stripe/stripe-js": "5.5.0", |
| 70 | + "@tanstack/react-form": "^1.27.0", |
64 | 71 | "@tanstack/react-query": "5.63.0", |
65 | 72 | "@tanstack/react-router": "1.34.9", |
| 73 | + "@tanstack/react-router-devtools": "^1.139.13", |
66 | 74 | "@tanstack/react-table": "8.20.6", |
67 | 75 | "@tanstack/router-devtools": "1.34.9", |
68 | 76 | "@tanstack/zod-adapter": "1.120.5", |
|
100 | 108 | "graphiql": "4.0.0-alpha.5", |
101 | 109 | "graphql": "16.9.0", |
102 | 110 | "graphql-sse": "2.5.3", |
| 111 | + "graphql-ws": "5.16.1", |
103 | 112 | "immer": "10.1.3", |
104 | 113 | "js-cookie": "3.0.5", |
105 | 114 | "json-schema-typed": "8.0.1", |
106 | 115 | "json-schema-yup-transformer": "1.6.12", |
107 | 116 | "jsurl2": "2.2.0", |
| 117 | + "lodash": "4.17.21", |
108 | 118 | "lodash.debounce": "4.0.8", |
109 | 119 | "lucide-react": "0.469.0", |
| 120 | + "lz-string": "^1.5.0", |
110 | 121 | "mini-svg-data-uri": "1.4.4", |
111 | | - "monaco-editor": "0.50.0", |
| 122 | + "monaco-editor": "^0.52.2", |
| 123 | + "monaco-graphql": "^1.7.2", |
112 | 124 | "monaco-themes": "0.4.4", |
| 125 | + "next-themes": "^0.4.6", |
113 | 126 | "query-string": "9.1.1", |
114 | 127 | "react": "18.3.1", |
115 | 128 | "react-day-picker": "8.10.1", |
|
129 | 142 | "recharts": "2.15.1", |
130 | 143 | "regenerator-runtime": "0.14.1", |
131 | 144 | "snarkdown": "2.0.0", |
| 145 | + "sonner": "^2.0.7", |
132 | 146 | "storybook": "8.4.7", |
133 | 147 | "supertokens-auth-react": "0.38.0", |
134 | 148 | "supertokens-web-js": "0.9.0", |
|
142 | 156 | "use-debounce": "10.0.4", |
143 | 157 | "valtio": "1.13.2", |
144 | 158 | "vite": "7.1.11", |
| 159 | + "vite-plugin-monaco-editor": "^1.1.0", |
145 | 160 | "vite-tsconfig-paths": "5.1.4", |
146 | 161 | "wonka": "6.3.4", |
147 | 162 | "yup": "1.6.1", |
|
0 commit comments