78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"name": "@kevisual/app",
|
|
"private": true,
|
|
"version": "0.0.3",
|
|
"type": "module",
|
|
"basename": "/root/vite-react-template",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"ui": "bunx shadcn@latest add ",
|
|
"pub": "ev deploy dist -u"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.5.0",
|
|
"@kevisual/api": "^0.0.71",
|
|
"@kevisual/context": "^0.1.1",
|
|
"@kevisual/router": "0.2.14",
|
|
"@logto/react": "^4.0.14",
|
|
"@tanstack/react-query-devtools": "^5.101.0",
|
|
"@tanstack/react-router": "^1.170.13",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"dayjs": "^1.11.21",
|
|
"es-toolkit": "^1.47.0",
|
|
"fuse.js": "^7.4.2",
|
|
"lucide-react": "^1.17.0",
|
|
"nanoid": "^5.1.11",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-hook-form": "^7.77.0",
|
|
"react-hook-form": "^7.77.0",
|
|
"sonner": "^2.0.7",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@ai-sdk/anthropic": "^3.0.81",
|
|
"@ai-sdk/openai": "^3.0.68",
|
|
"@ai-sdk/openai-compatible": "^2.0.48",
|
|
"@kevisual/ai": "0.0.33",
|
|
"@kevisual/cnb": "^0.0.88",
|
|
"@kevisual/kv-login": "^0.1.20",
|
|
"@kevisual/query": "0.0.58",
|
|
"@kevisual/types": "^0.0.14",
|
|
"@kevisual/vite-html-plugin": "^0.0.1",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"@tanstack/react-query": "^5.101.0",
|
|
"@tanstack/react-router-devtools": "^1.167.0",
|
|
"@tanstack/router-plugin": "^1.168.16",
|
|
"@types/node": "^25.9.2",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"ai": "^6.0.197",
|
|
"comlink": "^4.4.2",
|
|
"dotenv": "^17.4.2",
|
|
"re-resizable": "^6.11.2",
|
|
"react-error-boundary": "^6.1.2",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.16",
|
|
"vite-plugin-pwa": "^1.3.0",
|
|
"workbox-window": "^7.4.1"
|
|
},
|
|
"packageManager": "pnpm@11.5.2"
|
|
} |