mirror of
https://github.com/colanode/colanode.git
synced 2025-12-16 03:37:51 +01:00
90 lines
2.8 KiB
JSON
90 lines
2.8 KiB
JSON
{
|
|
"$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": {
|
|
"@tailwindcss/postcss": "^4.1.14",
|
|
"@types/is-hotkey": "^0.1.10",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"tailwindcss": "^4.1.13",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@colanode/client": "*",
|
|
"@colanode/core": "*",
|
|
"@floating-ui/react": "^0.27.16",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
"@radix-ui/react-context-menu": "^2.2.16",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@react-oauth/google": "^0.12.2",
|
|
"@tanstack/react-query": "^5.90.3",
|
|
"@tanstack/react-virtual": "^3.13.12",
|
|
"@tiptap/core": "^3.7.0",
|
|
"@tiptap/extension-blockquote": "^3.7.0",
|
|
"@tiptap/extension-bold": "^3.7.0",
|
|
"@tiptap/extension-code": "^3.7.0",
|
|
"@tiptap/extension-code-block-lowlight": "^3.7.0",
|
|
"@tiptap/extension-document": "^3.7.0",
|
|
"@tiptap/extension-hard-break": "^3.7.0",
|
|
"@tiptap/extension-horizontal-rule": "^3.7.0",
|
|
"@tiptap/extension-italic": "^3.7.0",
|
|
"@tiptap/extension-link": "^3.7.0",
|
|
"@tiptap/extension-list": "^3.7.0",
|
|
"@tiptap/extension-paragraph": "^3.7.0",
|
|
"@tiptap/extension-strike": "^3.7.0",
|
|
"@tiptap/extension-table": "^3.7.0",
|
|
"@tiptap/extension-text": "^3.7.0",
|
|
"@tiptap/extension-underline": "^3.7.0",
|
|
"@tiptap/extensions": "^3.7.0",
|
|
"@tiptap/pm": "^3.4.2",
|
|
"@tiptap/react": "^3.7.0",
|
|
"@tiptap/suggestion": "^3.7.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"is-hotkey": "^0.2.0",
|
|
"lucide-react": "^0.545.0",
|
|
"re-resizable": "^6.11.2",
|
|
"react": "^19.2.0",
|
|
"react-circular-progressbar": "^2.2.0",
|
|
"react-day-picker": "^9.11.1",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^19.2.0",
|
|
"react-hook-form": "^7.65.0",
|
|
"react-intersection-observer": "^9.16.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tiptap-extension-auto-joiner": "^0.1.3",
|
|
"ts-pattern": "^5.8.0",
|
|
"zod": "^4.1.12"
|
|
}
|
|
}
|