|
4 | 4 | "devDependencies": { |
5 | 5 | "@eslint/js": "^9.31.0", |
6 | 6 | "@radix-ui/react-slot": "^1.2.3", |
| 7 | + "@radix-ui/react-tooltip": "^1.2.8", |
7 | 8 | "@storybook/addon-docs": "^9.1.2", |
8 | 9 | "@storybook/addon-essentials": "^9.0.0-alpha.12", |
9 | 10 | "@storybook/addon-onboarding": "^9.1.2", |
10 | 11 | "@storybook/react-vite": "^9.1.2", |
| 12 | + "@storybook/test": "^8.6.14", |
11 | 13 | "@tailwindcss/typography": "^0.5.16", |
12 | 14 | "@testing-library/dom": "^10.4.1", |
13 | 15 | "@testing-library/jest-dom": "^6.6.3", |
|
17 | 19 | "@types/react-dom": "^18.3.7", |
18 | 20 | "@vitejs/plugin-react": "^4.7.0", |
19 | 21 | "@vitest/browser": "^3.2.4", |
| 22 | + "@xyflow/react": "^12.8.4", |
20 | 23 | "autoprefixer": "^10.4.21", |
21 | 24 | "class-variance-authority": "^0.7.1", |
22 | 25 | "clsx": "^2.1.1", |
23 | 26 | "eslint": "^9.31.0", |
24 | 27 | "eslint-plugin-react-hooks": "^5.2.0", |
25 | 28 | "eslint-plugin-storybook": "^9.1.2", |
26 | 29 | "globals": "^16.3.0", |
| 30 | + "lucide-react": "^0.542.0", |
27 | 31 | "playwright": "^1.54.1", |
28 | 32 | "postcss": "^8.5.6", |
29 | 33 | "react": "^18.3.1", |
30 | 34 | "react-dom": "^18.3.1", |
31 | 35 | "storybook": "^9.1.2", |
32 | 36 | "syncpack": "^13.0.4", |
33 | 37 | "tailwind-merge": "^3.3.1", |
| 38 | + "tailwind-scrollbar": "^4.0.2", |
34 | 39 | "tailwindcss": "^3.4.17", |
35 | 40 | "typescript": "^5.8.3", |
36 | 41 | "typescript-eslint": "^8.38.0", |
|
62 | 67 | "module": "dist/sqlmesh-common.es.js", |
63 | 68 | "peerDependencies": { |
64 | 69 | "@radix-ui/react-slot": "^1.2.3", |
| 70 | + "@radix-ui/react-tooltip": "^1.2.8", |
65 | 71 | "@tailwindcss/typography": "^0.5.16", |
| 72 | + "@xyflow/react": "^12.8.4", |
66 | 73 | "class-variance-authority": "^0.7.1", |
67 | 74 | "clsx": "^2.1.1", |
| 75 | + "lucide-react": "^0.542.0", |
68 | 76 | "react": "^18.3.1", |
69 | 77 | "react-dom": "^18.3.1", |
70 | 78 | "tailwind-merge": "^3.3.1", |
|
0 commit comments