|
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | 46 | "@heroicons/react": "^2.2.0", |
| 47 | + "@orama/core": "^1.2.16", |
47 | 48 | "@orama/ui": "^1.5.4", |
48 | 49 | "@radix-ui/react-avatar": "^1.1.11", |
49 | 50 | "@radix-ui/react-dialog": "^1.1.15", |
|
54 | 55 | "@radix-ui/react-tabs": "~1.1.13", |
55 | 56 | "@radix-ui/react-tooltip": "~1.2.8", |
56 | 57 | "@tailwindcss/postcss": "~4.1.18", |
| 58 | + "@types/react": "catalog:", |
57 | 59 | "@vcarl/remark-headings": "~0.1.0", |
58 | 60 | "classnames": "catalog:", |
| 61 | + "postcss-cli": "^11.0.1", |
59 | 62 | "postcss-calc": "^10.1.1", |
60 | | - "tailwindcss": "catalog:" |
| 63 | + "react": "catalog:", |
| 64 | + "tailwindcss": "catalog:", |
| 65 | + "typescript": "catalog:" |
61 | 66 | }, |
62 | 67 | "devDependencies": { |
63 | | - "@orama/core": "^1.2.16", |
64 | 68 | "@storybook/addon-styling-webpack": "^3.0.0", |
65 | 69 | "@storybook/addon-themes": "^10.2.6", |
66 | 70 | "@storybook/addon-webpack5-compiler-swc": "^4.0.2", |
67 | 71 | "@storybook/react-webpack5": "^10.2.6", |
68 | 72 | "@testing-library/user-event": "~14.6.1", |
69 | 73 | "@types/node": "catalog:", |
70 | | - "@types/react": "catalog:", |
71 | 74 | "cross-env": "catalog:", |
72 | 75 | "concurrently": "^8.2.2", |
73 | 76 | "css-loader": "~7.1.2", |
74 | 77 | "eslint-plugin-react": "~7.37.5", |
75 | 78 | "eslint-plugin-react-hooks": "^7.0.1", |
76 | 79 | "eslint-plugin-storybook": "~10.0.2", |
77 | 80 | "global-jsdom": "^27.0.0", |
78 | | - "postcss-cli": "^11.0.1", |
79 | 81 | "postcss-loader": "~8.2.0", |
80 | | - "react": "catalog:", |
81 | 82 | "storybook": "^10.2.6", |
82 | 83 | "style-loader": "~4.0.0", |
83 | 84 | "stylelint": "^17.1.1", |
84 | 85 | "stylelint-config-standard": "^40.0.0", |
85 | 86 | "stylelint-order": "7.0.1", |
86 | | - "stylelint-selector-bem-pattern": "4.0.1", |
87 | | - "tailwindcss": "catalog:", |
88 | | - "tsx": "^4.21.0", |
89 | | - "typescript": "catalog:" |
| 87 | + "stylelint-selector-bem-pattern": "4.0.1" |
90 | 88 | }, |
91 | 89 | "imports": { |
92 | 90 | "#ui/*": { |
|
0 commit comments