generated from kevisual/vite-react-template
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"name": "vite-react",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"basename": "/root/cnb-center",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"ui": "pnpm dlx shadcn@latest add ",
|
|
"pub": "envision deploy ./dist -k cnb-center -v 0.0.1 -y y -u"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^3.0.38",
|
|
"@ai-sdk/openai": "^3.0.26",
|
|
"@ai-sdk/openai-compatible": "^2.0.28",
|
|
"@kevisual/cnb": "^0.0.19",
|
|
"@kevisual/context": "^0.0.4",
|
|
"@kevisual/router": "0.0.70",
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@tanstack/react-router": "^1.158.1",
|
|
"ai": "^6.0.77",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.19",
|
|
"es-toolkit": "^1.44.0",
|
|
"lucide-react": "^0.563.0",
|
|
"nanoid": "^5.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-hook-form": "^7.71.1",
|
|
"sonner": "^2.0.7",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/query": "0.0.39",
|
|
"@kevisual/types": "^0.0.12",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tanstack/react-router-devtools": "^1.158.1",
|
|
"@tanstack/router-plugin": "^1.158.1",
|
|
"@types/node": "^25.2.1",
|
|
"@types/react": "^19.2.13",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.3",
|
|
"dotenv": "^17.2.3",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.0.0-beta.13"
|
|
},
|
|
"packageManager": "pnpm@10.28.2"
|
|
} |