|
34 | 34 | "devDependencies": { |
35 | 35 | "@biomejs/biome": "2.2.4", |
36 | 36 | "husky": "^9.1.7", |
37 | | - "jsdom": "^26.0.0", |
38 | | - "knip": "^5.66.3", |
39 | | - "lint-staged": "^15.5.2", |
40 | | - "postcss": "^8.4.33", |
41 | | - "tailwindcss": "^3.4.1", |
42 | | - "tsx": "^4.20.6", |
43 | | - "typed-openapi": "^2.2.2", |
44 | | - "typescript": "^5.9.3", |
45 | | - "vite": "^5.0.12", |
46 | | - "vite-tsconfig-paths": "^5.1.4", |
47 | | - "vitest": "^4.0.10", |
48 | | - "yaml": "^2.8.1" |
49 | | - }, |
50 | | - "dependencies": { |
51 | | - "@ai-sdk/openai": "^2.0.52", |
52 | | - "@codemirror/state": "^6.5.2", |
53 | | - "@codemirror/view": "^6.38.8", |
54 | | - "@dnd-kit/react": "^0.1.21", |
55 | | - "@floating-ui/dom": "^1.7.4", |
56 | | - "@phosphor-icons/react": "^2.1.10", |
57 | | - "@posthog/agent": "1.22.0", |
58 | | - "@radix-ui/react-icons": "^1.3.2", |
59 | | - "@radix-ui/themes": "^3.2.1", |
60 | | - "@tanstack/react-query": "^5.90.2", |
61 | | - "@tiptap/core": "^3.11.0", |
62 | | - "@tiptap/extension-link": "^3.11.0", |
63 | | - "@tiptap/extension-mention": "^3.11.0", |
64 | | - "@tiptap/extension-placeholder": "^3.11.0", |
65 | | - "@tiptap/extension-typography": "^3.11.0", |
66 | | - "@tiptap/extension-underline": "^3.11.0", |
67 | | - "@tiptap/pm": "^3.11.0", |
68 | | - "@tiptap/react": "^3.11.0", |
69 | | - "@tiptap/starter-kit": "^3.11.0", |
70 | | - "@tiptap/suggestion": "^3.11.0", |
71 | | - "@xterm/addon-fit": "^0.10.0", |
72 | | - "@xterm/addon-web-links": "^0.11.0", |
73 | | - "@xterm/xterm": "^5.5.0", |
74 | | - "ai": "^5.0.75", |
75 | | - "cmdk": "^1.1.1", |
76 | | - "date-fns": "^3.3.1", |
77 | | - "idb-keyval": "^6.2.2", |
78 | | - "node-addon-api": "^8.5.0", |
79 | | - "node-pty": "1.1.0-beta39", |
80 | | - "posthog-js": "^1.283.0", |
81 | | - "posthog-node": "^4.18.0", |
82 | | - "radix-themes-tw": "0.2.3", |
83 | | - "react": "^18.2.0", |
84 | | - "react-dom": "^18.2.0", |
85 | | - "react-hook-form": "^7.64.0", |
86 | | - "react-hotkeys-hook": "^4.4.4", |
87 | | - "react-markdown": "^10.1.0", |
88 | | - "react-resizable-panels": "^3.0.6", |
89 | | - "sonner": "^2.0.7", |
90 | | - "uuid": "^9.0.1", |
91 | | - "zod": "^4.1.12", |
92 | | - "zustand": "^4.5.0" |
| 37 | + "lint-staged": "^15.5.2" |
93 | 38 | }, |
94 | 39 | "lint-staged": { |
95 | 40 | "*.{ts,tsx,js,jsx}": [ |
|
0 commit comments