This commit is contained in:
2026-02-14 02:31:51 +08:00
parent fde8721583
commit 8de453811b
33 changed files with 4415 additions and 228 deletions

View File

@@ -18,20 +18,27 @@
"license": "MIT",
"dependencies": {
"@base-ui/react": "^1.2.0",
"@kevisual/api": "^0.0.47",
"@excalidraw/excalidraw": "^0.18.0",
"@kevisual/api": "^0.0.48",
"@kevisual/cache": "^0.0.5",
"@kevisual/context": "^0.0.4",
"@kevisual/router": "0.0.70",
"@kevisual/store": "^0.0.10",
"@tanstack/react-router": "^1.159.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.19",
"es-toolkit": "^1.44.0",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.564.0",
"nanoid": "^5.1.6",
"next-themes": "^0.4.6",
"re-resizable": "^6.11.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-draggable": "^4.5.0",
"react-hook-form": "^7.71.1",
"sonner": "^2.0.7",
"zustand": "^5.0.11"
@@ -45,6 +52,7 @@
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-router-devtools": "^1.159.5",
"@tanstack/router-plugin": "^1.159.5",
"@types/crypto-js": "^4.2.2",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
@@ -54,7 +62,7 @@
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "v8.0.0-beta.13"
"vite": "v7.3.1"
},
"packageManager": "pnpm@10.29.3"
}