refactor: replace Button with div for consistent styling in AIEditorLink refactor: update navigation handling in AppVersionList and remove LayoutMain wrapper refactor: remove unused LayoutMain imports and components across various pages fix: ensure user app list is set correctly in useUserAppStore fix: update login URL format in AuthProvider fix: adjust layout styles in EnvPage and other pages for better responsiveness chore: update route definitions and create new routes for apps, config, domain, flowme, org, remote, token, user, and users style: replace Button with div for delete confirmation in various components fix: ensure correct handling of user profile image source
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "@kevisual/center",
|
|
"version": "0.2.1",
|
|
"basename": "/root/center",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"ui": "bunx shadcn@latest add ",
|
|
"pub": "envision deploy ./dist -k center -v 0.2.1 -y y -u"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^6.1.0",
|
|
"@base-ui/react": "^1.2.0",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@kevisual/api": "^0.0.59",
|
|
"@kevisual/cache": "^0.0.5",
|
|
"@kevisual/context": "^0.0.8",
|
|
"@kevisual/remote-app": "^0.0.4",
|
|
"@kevisual/router": "^0.0.83",
|
|
"@tanstack/react-router": "^1.161.4",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@uiw/react-codemirror": "^4.25.4",
|
|
"antd": "^6.3.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.19",
|
|
"es-toolkit": "^1.44.0",
|
|
"fuse.js": "^7.1.0",
|
|
"idb-keyval": "^6.2.2",
|
|
"lucide-react": "^0.575.0",
|
|
"marked": "^17.0.3",
|
|
"nanoid": "^5.1.6",
|
|
"next": "16.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "19.2.4",
|
|
"react-day-picker": "^9.13.2",
|
|
"react-dom": "19.2.4",
|
|
"react-hook-form": "^7.71.2",
|
|
"sonner": "^2.0.7",
|
|
"valtio": "^2.3.0",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/query": "0.0.49",
|
|
"@kevisual/types": "^0.0.12",
|
|
"@kevisual/use-config": "^1.0.30",
|
|
"@tailwindcss/vite": "^4.2.0",
|
|
"@tanstack/react-router-devtools": "^1.161.4",
|
|
"@tanstack/router-plugin": "^1.161.4",
|
|
"@types/node": "^25.3.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"dotenv": "^17.3.1",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "v8.0.0-beta.15"
|
|
}
|
|
} |