- Added a resizable panel layout in the studio app to display the view list alongside the main application. - Refactored the studio store to include new methods for fetching and managing route views. - Introduced a new DataItemForm component for configuring data items in views. - Created a ViewEditor component for adding and editing views, including data items and queries. - Enhanced the ViewList component to support searching, adding, editing, and deleting views. - Updated UI components (Button, Checkbox, Dialog, Input, Label, Table) for better styling and functionality. - Added environment configuration for API URL. - Introduced a new workspace configuration for pnpm.
8 lines
101 B
JSON
8 lines
101 B
JSON
{
|
|
"dependencies": {
|
|
"nanoid": "^5.1.6",
|
|
"zod": "^4.2.1",
|
|
"zod-to-json-schema": "^3.25.1"
|
|
}
|
|
}
|