This commit is contained in:
2026-01-03 02:44:21 +08:00
parent 2aa086c5d0
commit d1439ed33f
12 changed files with 384 additions and 40 deletions

View File

@@ -25,7 +25,7 @@
"@astrojs/vue": "^5.1.3",
"@kevisual/cache": "^0.0.5",
"@kevisual/context": "^0.0.4",
"@kevisual/query": "^0.0.33",
"@kevisual/query": "^0.0.34",
"@kevisual/query-login": "^0.0.7",
"@kevisual/registry": "^0.0.1",
"@kevisual/router": "^0.0.52",
@@ -34,6 +34,7 @@
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-table": "^8.21.3",
"@uiw/react-md-editor": "^4.0.11",
"antd": "^6.1.3",
"astro": "^5.16.6",
@@ -53,7 +54,7 @@
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.69.0",
"react-resizable-panels": "^4.1.0",
"react-resizable-panels": "^4.2.0",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.4.0",
"vue": "^3.5.26",
@@ -63,10 +64,11 @@
"access": "public"
},
"devDependencies": {
"@kevisual/api": "^0.0.14",
"@kevisual/api": "^0.0.16",
"@kevisual/types": "^0.0.10",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"baseline-browser-mapping": "^2.9.11",
"dotenv": "^17.2.3",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0"