2025-06-11 00:14:17 +02:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
|
|
|
"name": "@colanode/ui",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"compile": "tsc --noEmit",
|
|
|
|
|
"test": "vitest",
|
|
|
|
|
"lint": "eslint . --max-warnings 0",
|
|
|
|
|
"build": "tsc",
|
|
|
|
|
"coverage": "vitest run --coverage "
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-07-04 09:12:30 +02:00
|
|
|
"@tailwindcss/postcss": "^4.1.11",
|
2025-06-11 00:14:17 +02:00
|
|
|
"@types/is-hotkey": "^0.1.10",
|
2025-06-15 11:55:43 +02:00
|
|
|
"@types/react": "^19.1.8",
|
2025-06-11 00:14:17 +02:00
|
|
|
"@types/react-dom": "^19.1.6",
|
|
|
|
|
"tailwindcss": "^4.1.8",
|
2025-07-04 09:12:30 +02:00
|
|
|
"tw-animate-css": "^1.3.5"
|
2025-06-11 00:14:17 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@colanode/client": "*",
|
|
|
|
|
"@colanode/core": "*",
|
2025-07-04 09:12:30 +02:00
|
|
|
"@floating-ui/react": "^0.27.13",
|
2025-06-11 00:14:17 +02:00
|
|
|
"@hookform/resolvers": "^5.1.1",
|
|
|
|
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
|
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
|
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
|
|
|
"@radix-ui/react-context-menu": "^2.2.15",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
|
|
|
"@radix-ui/react-hover-card": "^1.1.14",
|
|
|
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
|
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
|
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
|
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
|
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
2025-06-12 22:08:54 +02:00
|
|
|
"@react-oauth/google": "^0.12.2",
|
2025-07-04 09:12:30 +02:00
|
|
|
"@tanstack/react-query": "^5.81.5",
|
|
|
|
|
"@tanstack/react-virtual": "^3.13.12",
|
|
|
|
|
"@tiptap/core": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-blockquote": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-bold": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-bullet-list": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-code": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-code-block-lowlight": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-document": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-dropcursor": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-horizontal-rule": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-italic": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-link": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-list-item": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-list-keymap": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-ordered-list": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-paragraph": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-placeholder": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-strike": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-task-item": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-task-list": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-text": "^2.24.1",
|
|
|
|
|
"@tiptap/extension-underline": "^2.24.1",
|
|
|
|
|
"@tiptap/pm": "^2.24.1",
|
|
|
|
|
"@tiptap/react": "^2.24.1",
|
|
|
|
|
"@tiptap/suggestion": "^2.24.1",
|
2025-06-11 00:14:17 +02:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"cmdk": "^1.1.1",
|
|
|
|
|
"date-fns": "^4.1.0",
|
|
|
|
|
"is-hotkey": "^0.2.0",
|
2025-07-04 09:12:30 +02:00
|
|
|
"lucide-react": "^0.525.0",
|
2025-06-11 00:14:17 +02:00
|
|
|
"re-resizable": "^6.11.2",
|
|
|
|
|
"react": "^19.1.0",
|
|
|
|
|
"react-day-picker": "^9.7.0",
|
|
|
|
|
"react-dnd": "^16.0.1",
|
|
|
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
|
|
|
"react-dom": "^19.1.0",
|
2025-07-04 09:12:30 +02:00
|
|
|
"react-hook-form": "^7.59.0",
|
2025-06-11 00:14:17 +02:00
|
|
|
"react-intersection-observer": "^9.16.0",
|
2025-07-04 09:12:30 +02:00
|
|
|
"sonner": "^2.0.6",
|
2025-06-15 11:55:43 +02:00
|
|
|
"tailwind-merge": "^3.3.1",
|
2025-06-11 00:14:17 +02:00
|
|
|
"tiptap-extension-auto-joiner": "^0.1.3",
|
|
|
|
|
"ts-pattern": "^5.7.1",
|
2025-07-04 09:12:30 +02:00
|
|
|
"zod": "^3.25.72"
|
2025-06-11 00:14:17 +02:00
|
|
|
}
|
|
|
|
|
}
|