Auto commit: 2026-03-24 13:04

This commit is contained in:
xiongxiao
2026-03-24 13:04:47 +08:00
committed by cnb
parent c8955e684f
commit d6ba26fd39
4 changed files with 418 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "vite-react",
"name": "@kevisual/app",
"private": true,
"version": "0.0.1",
"type": "module",
@@ -9,6 +9,7 @@
"build": "vite build",
"preview": "vite preview",
"ui": "bunx shadcn@latest add ",
"template": "ev deploy . -k vite-react-template -v 0.0.1 -y y -u",
"pub": "envision deploy ./dist -k vite-react -v 0.0.1 -y y -u"
},
"files": [
@@ -20,9 +21,9 @@
"@base-ui/react": "^1.3.0",
"@kevisual/api": "^0.0.65",
"@kevisual/context": "^0.0.8",
"@kevisual/router": "0.1.6",
"@tanstack/react-query": "^5.91.3",
"@tanstack/react-router": "^1.168.1",
"@kevisual/router": "0.2.2",
"@tanstack/react-query": "^5.95.2",
"@tanstack/react-router": "^1.168.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@@ -30,12 +31,12 @@
"dayjs": "^1.11.20",
"es-toolkit": "^1.45.1",
"fuse.js": "^7.1.0",
"lucide-react": "^0.577.0",
"lucide-react": "^1.0.1",
"nanoid": "^5.1.7",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.2",
"react-hook-form": "^7.72.0",
"sonner": "^2.0.7",
"zustand": "^5.0.12"
},
@@ -49,18 +50,19 @@
"@kevisual/types": "^0.0.12",
"@kevisual/vite-html-plugin": "^0.0.1",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-router-devtools": "^1.166.10",
"@tanstack/router-plugin": "^1.167.2",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/router-plugin": "^1.167.4",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"dotenv": "^17.3.1",
"re-resizable": "^6.11.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "v8.0.1",
"typescript": "^6.0.2",
"vite": "v8.0.2",
"vite-plugin-pwa": "^1.2.0"
}
}