|
3 | 3 | "version": "0.0.1", |
4 | 4 | "devDependencies": { |
5 | 5 | "@eslint/js": "^9.31.0", |
6 | | - "@radix-ui/react-slot": "^1.2.3", |
7 | | - "@radix-ui/react-tooltip": "^1.2.8", |
8 | 6 | "@radix-ui/react-dialog": "^1.1.15", |
9 | 7 | "@radix-ui/react-dropdown-menu": "^2.1.16", |
10 | 8 | "@radix-ui/react-popover": "^1.1.15", |
11 | | - "@tanstack/react-virtual": "^3.13.12", |
12 | | - "cmdk": "^1.1.1", |
13 | | - "fuse.js": "^7.1.0", |
| 9 | + "@radix-ui/react-slot": "^1.2.3", |
| 10 | + "@radix-ui/react-tooltip": "^1.2.8", |
14 | 11 | "@storybook/addon-docs": "^9.1.5", |
15 | 12 | "@storybook/addon-onboarding": "^9.1.5", |
16 | 13 | "@storybook/react-vite": "^9.1.5", |
17 | 14 | "@tailwindcss/typography": "^0.5.16", |
| 15 | + "@tanstack/react-virtual": "^3.13.12", |
18 | 16 | "@testing-library/dom": "^10.4.1", |
19 | 17 | "@testing-library/jest-dom": "^6.6.3", |
20 | 18 | "@testing-library/react": "^16.3.0", |
21 | 19 | "@types/node": "^20.11.25", |
22 | 20 | "@types/react": "^18.3.23", |
23 | 21 | "@types/react-dom": "^18.3.7", |
| 22 | + "@types/react-syntax-highlighter": "^15.5.13", |
24 | 23 | "@vitejs/plugin-react": "^4.7.0", |
25 | 24 | "@vitest/browser": "^3.2.4", |
26 | 25 | "@xyflow/react": "^12.8.4", |
27 | 26 | "autoprefixer": "^10.4.21", |
28 | 27 | "class-variance-authority": "^0.7.1", |
29 | 28 | "clsx": "^2.1.1", |
| 29 | + "cmdk": "^1.1.1", |
30 | 30 | "eslint": "^9.31.0", |
31 | 31 | "eslint-plugin-react-hooks": "^5.2.0", |
32 | 32 | "eslint-plugin-storybook": "^9.1.5", |
| 33 | + "fuse.js": "^7.1.0", |
33 | 34 | "globals": "^16.3.0", |
34 | 35 | "lucide-react": "^0.542.0", |
35 | 36 | "playwright": "^1.54.1", |
36 | 37 | "postcss": "^8.5.6", |
37 | 38 | "react": "^18.3.1", |
38 | 39 | "react-dom": "^18.3.1", |
| 40 | + "react-syntax-highlighter": "^15.6.6", |
39 | 41 | "storybook": "^9.1.5", |
40 | 42 | "syncpack": "^13.0.4", |
41 | 43 | "tailwind-merge": "^3.3.1", |
42 | | - "tailwind-scrollbar": "^4.0.2", |
| 44 | + "tailwind-scrollbar": "^3.1.0", |
43 | 45 | "tailwindcss": "^3.4.17", |
44 | 46 | "typescript": "^5.8.3", |
45 | 47 | "typescript-eslint": "^8.38.0", |
|
70 | 72 | "main": "dist/sqlmesh-common.umd.js", |
71 | 73 | "module": "dist/sqlmesh-common.es.js", |
72 | 74 | "peerDependencies": { |
73 | | - "@radix-ui/react-slot": "^1.2.3", |
74 | | - "@radix-ui/react-tooltip": "^1.2.8", |
75 | 75 | "@radix-ui/react-dialog": "^1.1.15", |
76 | 76 | "@radix-ui/react-dropdown-menu": "^2.1.16", |
77 | 77 | "@radix-ui/react-popover": "^1.1.15", |
78 | | - "@tanstack/react-virtual": "^3.13.12", |
79 | | - "cmdk": "^1.1.1", |
80 | | - "fuse.js": "^7.1.0", |
| 78 | + "@radix-ui/react-slot": "^1.2.3", |
| 79 | + "@radix-ui/react-tooltip": "^1.2.8", |
81 | 80 | "@tailwindcss/typography": "^0.5.16", |
| 81 | + "@tanstack/react-virtual": "^3.13.12", |
82 | 82 | "@xyflow/react": "^12.8.4", |
83 | 83 | "class-variance-authority": "^0.7.1", |
84 | 84 | "clsx": "^2.1.1", |
| 85 | + "cmdk": "^1.1.1", |
| 86 | + "fuse.js": "^7.1.0", |
85 | 87 | "lucide-react": "^0.542.0", |
86 | 88 | "react": "^18.3.1", |
87 | 89 | "react-dom": "^18.3.1", |
|
0 commit comments