Files
router-studio/web/package.json
abearxiong d88056bf3c feat: update router-studio configuration and dependencies
- Changed TO_REPO from template/next-simple-template to template/router-studio in .cnb.yml.
- Updated transpilePackages in next.config.ts to only include @kevisual/api.
- Bumped version to 0.1.4 in package.json and updated deployment script.
- Updated dependencies in package.json:
  - @kevisual/api from ^0.0.20 to ^0.0.44
  - @kevisual/query from ^0.0.37 to ^0.0.39
  - @kevisual/router from ^0.0.60 to ^0.0.69
  - antd from ^6.2.1 to ^6.2.3
  - lucide-react from ^0.562.0 to ^0.563.0
  - next from 16.1.4 to 16.1.6
  - react and react-dom from 19.2.3 to 19.2.4
  - react-resizable-panels from ^4.4.1 to ^4.5.8
  - zustand from ^5.0.10 to ^5.0.11
  - @kevisual/types from ^0.0.11 to ^0.0.12
- Modified queryRouteList function to accept a parameter in index.tsx and store.ts.
- Enhanced searchRoutes functionality to set searchKeyword in store.ts.
2026-02-04 12:47:43 +08:00

60 lines
1.7 KiB
JSON

{
"name": "@kevisual/router-studio",
"version": "0.1.4",
"basename": "/root/router-studio",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"pub": "ev deploy ./dist -k router-studio -v 0.1.4 -u -y y",
"ui": "pnpm dlx shadcn@latest add "
},
"dependencies": {
"@kevisual/api": "^0.0.44",
"@kevisual/context": "^0.0.4",
"@kevisual/js-filter": "^0.0.5",
"@kevisual/query": "^0.0.39",
"@kevisual/router": "^0.0.69",
"@radix-ui/react-checkbox": "^1.3.3",
"@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-menubar": "^1.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-table": "^8.21.3",
"@uiw/react-md-editor": "^4.0.11",
"antd": "^6.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dotenv": "^17.2.3",
"es-toolkit": "^1.44.0",
"fuse.js": "^7.1.0",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.563.0",
"next": "16.1.6",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-resizable-panels": "^4.5.8",
"react-toastify": "^11.0.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"valtio": "^2.3.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@kevisual/types": "^0.0.12",
"@tailwindcss/postcss": "^4",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}