- Added fullscreen toggle functionality to the QueryView component. - Introduced new icons for maximizing and minimizing the view. - Updated the QueryView component to handle details display with tab management. - Refactored the store to manage details data and active tabs. - Improved the handling of view data in the studio, including filtering unnecessary fields. - Created new routes for ID and console views, integrating them into the routing structure. - Added dynamic basename calculation based on the current URL path. - Enhanced the query module to utilize context keys for better state management. - Updated the UI components for better user experience and accessibility.
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "@kevisual/router-studio",
|
|
"version": "0.1.6",
|
|
"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.6 -y y -u"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.2.0",
|
|
"@kevisual/router": "0.0.80",
|
|
"@tanstack/react-router": "^1.161.1",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@uiw/react-md-editor": "^4.0.11",
|
|
"antd": "^6.3.0",
|
|
"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.44.0",
|
|
"fuse.js": "^7.1.0",
|
|
"idb-keyval": "^6.2.2",
|
|
"lucide-react": "^0.574.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",
|
|
"react-resizable-panels": "^4.6.4",
|
|
"sonner": "^2.0.7",
|
|
"valtio": "^2.3.0",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/api": "^0.0.52",
|
|
"@kevisual/context": "^0.0.8",
|
|
"@kevisual/js-filter": "^0.0.5",
|
|
"@kevisual/query": "^0.0.49",
|
|
"@kevisual/types": "^0.0.12",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tanstack/react-router-devtools": "^1.161.1",
|
|
"@tanstack/router-plugin": "^1.161.1",
|
|
"@types/node": "^25.2.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.4.1",
|
|
"tailwindcss": "^4.1.18",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "v8.0.0-beta.14"
|
|
}
|
|
} |