Files
router-studio/package.json
abearxiong cf2baecb3c feat: add RouterGroupDialog for route management and grouping
- Introduced RouterGroupDialog component to display and manage routes in groups.
- Updated studio store to include allRoutes and methods for fetching routes.
- Added functionality to toggle route groups and search by path or key.
- Enhanced App component to include RouterGroupDialog and related state management.
- Integrated new icons and improved UI for better user experience.
2026-03-05 16:47:49 +08:00

65 lines
1.8 KiB
JSON

{
"name": "@kevisual/router-studio",
"version": "0.1.8",
"basename": "/root/router-studio",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"ui": "bunx shadcn@latest add ",
"pub": "envision deploy ./dist -k router-studio -v 0.1.8 -y y -u"
},
"files": [
"dist"
],
"dependencies": {
"@base-ui/react": "^1.2.0",
"@kevisual/router": "0.0.85",
"@tanstack/react-router": "^1.166.2",
"@tanstack/react-table": "^8.21.3",
"@uiw/react-codemirror": "^4.25.7",
"@uiw/react-md-editor": "^4.0.11",
"antd": "^6.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dayjs": "^1.11.19",
"eruda": "^3.4.3",
"es-toolkit": "^1.45.1",
"fuse.js": "^7.1.0",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.577.0",
"nanoid": "^5.1.6",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "^7.71.2",
"react-resizable-panels": "^4.7.1",
"sonner": "^2.0.7",
"valtio": "^2.3.1",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@kevisual/api": "^0.0.60",
"@kevisual/context": "^0.0.8",
"@kevisual/js-filter": "^0.0.5",
"@kevisual/kv-login": "^0.1.15",
"@kevisual/query": "^0.0.52",
"@kevisual/types": "^0.0.12",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-router-devtools": "^1.166.2",
"@tanstack/router-plugin": "^1.166.2",
"@types/node": "^25.3.3",
"@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.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "v8.0.0-beta.16"
}
}