visual-forge-hub-test-env 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +73 -0
- package/dist/App.d.ts +2 -0
- package/dist/components/admin/AdminLayout.d.ts +6 -0
- package/dist/components/admin/CreateLayoutDialog.d.ts +7 -0
- package/dist/components/admin/CreatePageDialog.d.ts +6 -0
- package/dist/components/admin/CreateTemplateDialog.d.ts +7 -0
- package/dist/components/admin/CreateWidgetDialog.d.ts +7 -0
- package/dist/components/admin/LayoutList.d.ts +8 -0
- package/dist/components/admin/PageList.d.ts +5 -0
- package/dist/components/admin/TemplateList.d.ts +8 -0
- package/dist/components/admin/WidgetList.d.ts +8 -0
- package/dist/components/api/ApiAuthEditor.d.ts +15 -0
- package/dist/components/api/ApiRequestEditor.d.ts +20 -0
- package/dist/components/api/ApiRequestTree.d.ts +25 -0
- package/dist/components/api/ApiResponseViewer.d.ts +13 -0
- package/dist/components/api/CodeGeneratorDialog.d.ts +23 -0
- package/dist/components/api/CreateCollectionDialog.d.ts +3 -0
- package/dist/components/api/EnvironmentSelector.d.ts +16 -0
- package/dist/components/api/ExportCollectionButton.d.ts +6 -0
- package/dist/components/api/ImportCollectionDialog.d.ts +5 -0
- package/dist/components/api/KeyValueEditor.d.ts +15 -0
- package/dist/components/api/RequestHistoryPanel.d.ts +16 -0
- package/dist/components/editor/AccordionComponentEditor.d.ts +13 -0
- package/dist/components/editor/ButtonComponentEditor.d.ts +7 -0
- package/dist/components/editor/CardComponentEditor.d.ts +15 -0
- package/dist/components/editor/ChartComponentEditor.d.ts +8 -0
- package/dist/components/editor/CodeComponentEditor.d.ts +7 -0
- package/dist/components/editor/ColumnDivider.d.ts +6 -0
- package/dist/components/editor/ComponentContextMenu.d.ts +15 -0
- package/dist/components/editor/ComponentStylePanel.d.ts +25 -0
- package/dist/components/editor/ComponentsSidebar.d.ts +7 -0
- package/dist/components/editor/DeviceFrame.d.ts +7 -0
- package/dist/components/editor/DividerComponentEditor.d.ts +1 -0
- package/dist/components/editor/DraggableComponent.d.ts +13 -0
- package/dist/components/editor/DroppableColumn.d.ts +15 -0
- package/dist/components/editor/EntityDetailComponentEditor.d.ts +6 -0
- package/dist/components/editor/EntityListComponentEditor.d.ts +6 -0
- package/dist/components/editor/FormCheckboxComponentEditor.d.ts +12 -0
- package/dist/components/editor/FormInputComponentEditor.d.ts +13 -0
- package/dist/components/editor/FormSelectComponentEditor.d.ts +12 -0
- package/dist/components/editor/FormSubmitComponentEditor.d.ts +14 -0
- package/dist/components/editor/FormTextareaComponentEditor.d.ts +13 -0
- package/dist/components/editor/GridCanvas.d.ts +27 -0
- package/dist/components/editor/HeadingComponentEditor.d.ts +7 -0
- package/dist/components/editor/ImageComponentEditor.d.ts +7 -0
- package/dist/components/editor/InsertWidgetDialog.d.ts +7 -0
- package/dist/components/editor/LayoutPreviewModal.d.ts +10 -0
- package/dist/components/editor/LinkComponentEditor.d.ts +7 -0
- package/dist/components/editor/ListComponentEditor.d.ts +7 -0
- package/dist/components/editor/OutlinePanel.d.ts +14 -0
- package/dist/components/editor/OutlineTreeItem.d.ts +18 -0
- package/dist/components/editor/PageActionsDropdown.d.ts +9 -0
- package/dist/components/editor/PageContentComponentEditor.d.ts +1 -0
- package/dist/components/editor/PagePreviewModal.d.ts +17 -0
- package/dist/components/editor/PageVersionDiffView.d.ts +28 -0
- package/dist/components/editor/PageVersionsDialog.d.ts +9 -0
- package/dist/components/editor/PreviewModal.d.ts +7 -0
- package/dist/components/editor/QueryComponentEditor.d.ts +6 -0
- package/dist/components/editor/QuoteComponentEditor.d.ts +7 -0
- package/dist/components/editor/ResponsiveControls.d.ts +7 -0
- package/dist/components/editor/RowContextMenu.d.ts +12 -0
- package/dist/components/editor/RowPropertiesPanel.d.ts +37 -0
- package/dist/components/editor/SectionTemplatesDialog.d.ts +5 -0
- package/dist/components/editor/SidebarToggle.d.ts +17 -0
- package/dist/components/editor/SortableRow.d.ts +23 -0
- package/dist/components/editor/SpacerComponentEditor.d.ts +7 -0
- package/dist/components/editor/TabsComponentEditor.d.ts +13 -0
- package/dist/components/editor/TextComponentEditor.d.ts +7 -0
- package/dist/components/editor/VideoComponentEditor.d.ts +7 -0
- package/dist/components/editor/WidgetPreviewModal.d.ts +10 -0
- package/dist/components/entities/AddFieldPopover.d.ts +11 -0
- package/dist/components/entities/CardLayoutEditor.d.ts +24 -0
- package/dist/components/entities/CreateEntityDialog.d.ts +7 -0
- package/dist/components/entities/EntityActionsDropdown.d.ts +8 -0
- package/dist/components/entities/EntityRecordDialog.d.ts +24 -0
- package/dist/components/entities/EntityVersionDiffView.d.ts +9 -0
- package/dist/components/entities/EntityVersionsDialog.d.ts +8 -0
- package/dist/components/entities/FieldEditor.d.ts +16 -0
- package/dist/components/entities/ViewOptionsPanel.d.ts +82 -0
- package/dist/components/entities/ViewSelector.d.ts +22 -0
- package/dist/components/entities/views/CalendarView.d.ts +27 -0
- package/dist/components/entities/views/CardView.d.ts +32 -0
- package/dist/components/entities/views/GalleryView.d.ts +28 -0
- package/dist/components/entities/views/GanttView.d.ts +33 -0
- package/dist/components/entities/views/KanbanView.d.ts +35 -0
- package/dist/components/entities/views/ListView.d.ts +31 -0
- package/dist/components/entities/views/TimelineView.d.ts +28 -0
- package/dist/components/forms/ConditionalLogicEditor.d.ts +20 -0
- package/dist/components/forms/CreateFormDialog.d.ts +6 -0
- package/dist/components/forms/FieldLibrary.d.ts +5 -0
- package/dist/components/forms/FieldPropertiesPanel.d.ts +11 -0
- package/dist/components/forms/FormCanvas.d.ts +11 -0
- package/dist/components/forms/FormPreviewModal.d.ts +9 -0
- package/dist/components/forms/FormPropertiesPanel.d.ts +6 -0
- package/dist/components/forms/FormSubmissionDialog.d.ts +6 -0
- package/dist/components/forms/FormTemplateDialog.d.ts +15 -0
- package/dist/components/forms/OptionsEditor.d.ts +10 -0
- package/dist/components/forms/SectionPropertiesPanel.d.ts +11 -0
- package/dist/components/forms/SectionRenderer.d.ts +15 -0
- package/dist/components/forms/ValidationRulesEditor.d.ts +7 -0
- package/dist/components/public/ChartRenderer.d.ts +12 -0
- package/dist/components/public/ComponentRenderer.d.ts +7 -0
- package/dist/components/queries/CreateQueryDialog.d.ts +6 -0
- package/dist/components/queries/QueryConditionBuilder.d.ts +5 -0
- package/dist/components/queries/QueryConditionTree.d.ts +5 -0
- package/dist/components/queries/QueryFieldSelector.d.ts +7 -0
- package/dist/components/queries/QueryJoinBuilder.d.ts +5 -0
- package/dist/components/queries/QueryJoinTree.d.ts +5 -0
- package/dist/components/queries/QuerySettingsPanel.d.ts +6 -0
- package/dist/components/ui/accordion.d.ts +7 -0
- package/dist/components/ui/alert-dialog.d.ts +20 -0
- package/dist/components/ui/alert.d.ts +8 -0
- package/dist/components/ui/aspect-ratio.d.ts +3 -0
- package/dist/components/ui/avatar.d.ts +6 -0
- package/dist/components/ui/badge.d.ts +9 -0
- package/dist/components/ui/breadcrumb.d.ts +19 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/calendar.d.ts +8 -0
- package/dist/components/ui/card.d.ts +8 -0
- package/dist/components/ui/carousel.d.ts +18 -0
- package/dist/components/ui/chart.d.ts +62 -0
- package/dist/components/ui/checkbox.d.ts +4 -0
- package/dist/components/ui/collapsible.d.ts +5 -0
- package/dist/components/ui/command.d.ts +82 -0
- package/dist/components/ui/context-menu.d.ts +27 -0
- package/dist/components/ui/dialog.d.ts +21 -0
- package/dist/components/ui/drawer.d.ts +22 -0
- package/dist/components/ui/dropdown-menu.d.ts +27 -0
- package/dist/components/ui/form.d.ts +23 -0
- package/dist/components/ui/hover-card.d.ts +6 -0
- package/dist/components/ui/input-otp.d.ts +34 -0
- package/dist/components/ui/input.d.ts +3 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/menubar.d.ts +33 -0
- package/dist/components/ui/navigation-menu.d.ts +12 -0
- package/dist/components/ui/pagination.d.ts +28 -0
- package/dist/components/ui/popover.d.ts +6 -0
- package/dist/components/ui/progress.d.ts +4 -0
- package/dist/components/ui/radio-group.d.ts +5 -0
- package/dist/components/ui/resizable.d.ts +23 -0
- package/dist/components/ui/scroll-area.d.ts +5 -0
- package/dist/components/ui/select.d.ts +13 -0
- package/dist/components/ui/separator.d.ts +4 -0
- package/dist/components/ui/sheet.d.ts +25 -0
- package/dist/components/ui/sidebar.d.ts +66 -0
- package/dist/components/ui/skeleton.d.ts +2 -0
- package/dist/components/ui/slider.d.ts +4 -0
- package/dist/components/ui/sonner.d.ts +4 -0
- package/dist/components/ui/switch.d.ts +4 -0
- package/dist/components/ui/table.d.ts +10 -0
- package/dist/components/ui/tabs.d.ts +7 -0
- package/dist/components/ui/textarea.d.ts +5 -0
- package/dist/components/ui/toast.d.ts +15 -0
- package/dist/components/ui/toaster.d.ts +1 -0
- package/dist/components/ui/toggle-group.d.ts +12 -0
- package/dist/components/ui/toggle.d.ts +12 -0
- package/dist/components/ui/tooltip.d.ts +7 -0
- package/dist/components/ui/use-toast.d.ts +2 -0
- package/dist/contexts/ClipboardContext.d.ts +12 -0
- package/dist/favicon.ico +0 -0
- package/dist/hooks/use-mobile.d.ts +1 -0
- package/dist/hooks/use-toast.d.ts +44 -0
- package/dist/hooks/useHistory.d.ts +14 -0
- package/dist/hooks/useKeyboardShortcuts.d.ts +11 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +31293 -0
- package/dist/index.umd.js +175 -0
- package/dist/integrations/supabase/client.d.ts +1450 -0
- package/dist/integrations/supabase/types.d.ts +1581 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/main.d.ts +0 -0
- package/dist/pages/Admin.d.ts +2 -0
- package/dist/pages/ApiCollectionEditor.d.ts +2 -0
- package/dist/pages/ApiCollections.d.ts +2 -0
- package/dist/pages/Auth.d.ts +2 -0
- package/dist/pages/Entities.d.ts +2 -0
- package/dist/pages/EntityEditor.d.ts +2 -0
- package/dist/pages/EntityRecords.d.ts +2 -0
- package/dist/pages/FormBuilder.d.ts +1 -0
- package/dist/pages/FormSettings.d.ts +1 -0
- package/dist/pages/FormSubmissions.d.ts +1 -0
- package/dist/pages/Forms.d.ts +1 -0
- package/dist/pages/LayoutEditor.d.ts +2 -0
- package/dist/pages/Layouts.d.ts +2 -0
- package/dist/pages/NotFound.d.ts +2 -0
- package/dist/pages/PageEditor.d.ts +2 -0
- package/dist/pages/PublicPage.d.ts +5 -0
- package/dist/pages/Queries.d.ts +1 -0
- package/dist/pages/QueryEditor.d.ts +1 -0
- package/dist/pages/QueryResults.d.ts +1 -0
- package/dist/pages/TemplateEditor.d.ts +2 -0
- package/dist/pages/Templates.d.ts +2 -0
- package/dist/pages/WidgetEditor.d.ts +2 -0
- package/dist/pages/Widgets.d.ts +2 -0
- package/dist/placeholder.svg +1 -0
- package/dist/robots.txt +14 -0
- package/dist/types/entity.d.ts +43 -0
- package/package.json +100 -0
package/dist/main.d.ts
ADDED
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function FormBuilder(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function FormSettings(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function FormSubmissions(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function Forms(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function Queries(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function QueryEditor(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function QueryResults(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1200" fill="none"><rect width="1200" height="1200" fill="#EAEAEA" rx="3"/><g opacity=".5"><g opacity=".5"><path fill="#FAFAFA" d="M600.709 736.5c-75.454 0-136.621-61.167-136.621-136.62 0-75.454 61.167-136.621 136.621-136.621 75.453 0 136.62 61.167 136.62 136.621 0 75.453-61.167 136.62-136.62 136.62Z"/><path stroke="#C9C9C9" stroke-width="2.418" d="M600.709 736.5c-75.454 0-136.621-61.167-136.621-136.62 0-75.454 61.167-136.621 136.621-136.621 75.453 0 136.62 61.167 136.62 136.621 0 75.453-61.167 136.62-136.62 136.62Z"/></g><path stroke="url(#a)" stroke-width="2.418" d="M0-1.209h553.581" transform="scale(1 -1) rotate(45 1163.11 91.165)"/><path stroke="url(#b)" stroke-width="2.418" d="M404.846 598.671h391.726"/><path stroke="url(#c)" stroke-width="2.418" d="M599.5 795.742V404.017"/><path stroke="url(#d)" stroke-width="2.418" d="m795.717 796.597-391.441-391.44"/><path fill="#fff" d="M600.709 656.704c-31.384 0-56.825-25.441-56.825-56.824 0-31.384 25.441-56.825 56.825-56.825 31.383 0 56.824 25.441 56.824 56.825 0 31.383-25.441 56.824-56.824 56.824Z"/><g clip-path="url(#e)"><path fill="#666" fill-rule="evenodd" d="M616.426 586.58h-31.434v16.176l3.553-3.554.531-.531h9.068l.074-.074 8.463-8.463h2.565l7.18 7.181V586.58Zm-15.715 14.654 3.698 3.699 1.283 1.282-2.565 2.565-1.282-1.283-5.2-5.199h-6.066l-5.514 5.514-.073.073v2.876a2.418 2.418 0 0 0 2.418 2.418h26.598a2.418 2.418 0 0 0 2.418-2.418v-8.317l-8.463-8.463-7.181 7.181-.071.072Zm-19.347 5.442v4.085a6.045 6.045 0 0 0 6.046 6.045h26.598a6.044 6.044 0 0 0 6.045-6.045v-7.108l1.356-1.355-1.282-1.283-.074-.073v-17.989h-38.689v23.43l-.146.146.146.147Z" clip-rule="evenodd"/></g><path stroke="#C9C9C9" stroke-width="2.418" d="M600.709 656.704c-31.384 0-56.825-25.441-56.825-56.824 0-31.384 25.441-56.825 56.825-56.825 31.383 0 56.824 25.441 56.824 56.825 0 31.383-25.441 56.824-56.824 56.824Z"/></g><defs><linearGradient id="a" x1="554.061" x2="-.48" y1=".083" y2=".087" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="b" x1="796.912" x2="404.507" y1="599.963" y2="599.965" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="c" x1="600.792" x2="600.794" y1="403.677" y2="796.082" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="d" x1="404.85" x2="796.972" y1="403.903" y2="796.02" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><clipPath id="e"><path fill="#fff" d="M581.364 580.535h38.689v38.689h-38.689z"/></clipPath></defs></svg>
|
package/dist/robots.txt
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Json } from '../integrations/supabase/types';
|
|
2
|
+
export type FieldType = 'text' | 'number' | 'boolean' | 'date' | 'longtext' | 'image' | 'url';
|
|
3
|
+
export interface EntityField {
|
|
4
|
+
id: string;
|
|
5
|
+
entity_id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
display_name: string;
|
|
8
|
+
field_type: FieldType;
|
|
9
|
+
is_required: boolean;
|
|
10
|
+
default_value: string | null;
|
|
11
|
+
position: number;
|
|
12
|
+
validation_rules?: Json | null;
|
|
13
|
+
}
|
|
14
|
+
export interface EntityDataField {
|
|
15
|
+
id: string;
|
|
16
|
+
name: string;
|
|
17
|
+
display_name: string;
|
|
18
|
+
field_type: string;
|
|
19
|
+
is_required: boolean;
|
|
20
|
+
default_value: string | null;
|
|
21
|
+
position: number;
|
|
22
|
+
validation_rules?: Json | null;
|
|
23
|
+
}
|
|
24
|
+
export interface EntityData {
|
|
25
|
+
version: number;
|
|
26
|
+
settings: {
|
|
27
|
+
name: string;
|
|
28
|
+
display_name: string;
|
|
29
|
+
description: string | null;
|
|
30
|
+
icon: string | null;
|
|
31
|
+
is_published: boolean;
|
|
32
|
+
};
|
|
33
|
+
fields: EntityDataField[];
|
|
34
|
+
}
|
|
35
|
+
export interface Entity {
|
|
36
|
+
id: string;
|
|
37
|
+
name: string;
|
|
38
|
+
display_name: string;
|
|
39
|
+
description: string | null;
|
|
40
|
+
icon: string | null;
|
|
41
|
+
is_published: boolean;
|
|
42
|
+
entity_data: EntityData | null;
|
|
43
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "visual-forge-hub-test-env",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.umd.js",
|
|
7
|
+
"module": "./dist/index.es.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./dist/index.es.js",
|
|
15
|
+
"require": "./dist/index.umd.js"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"scripts": {
|
|
19
|
+
"dev": "vite",
|
|
20
|
+
"build": "vite build",
|
|
21
|
+
"build:dev": "vite build --mode development",
|
|
22
|
+
"lint": "eslint .",
|
|
23
|
+
"preview": "vite preview"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@dnd-kit/core": "^6.3.1",
|
|
27
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
28
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
29
|
+
"@hookform/resolvers": "^3.10.0",
|
|
30
|
+
"@radix-ui/react-accordion": "^1.2.11",
|
|
31
|
+
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
32
|
+
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
33
|
+
"@radix-ui/react-avatar": "^1.1.10",
|
|
34
|
+
"@radix-ui/react-checkbox": "^1.3.2",
|
|
35
|
+
"@radix-ui/react-collapsible": "^1.1.11",
|
|
36
|
+
"@radix-ui/react-context-menu": "^2.2.15",
|
|
37
|
+
"@radix-ui/react-dialog": "^1.1.14",
|
|
38
|
+
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
39
|
+
"@radix-ui/react-hover-card": "^1.1.14",
|
|
40
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
41
|
+
"@radix-ui/react-menubar": "^1.1.15",
|
|
42
|
+
"@radix-ui/react-navigation-menu": "^1.2.13",
|
|
43
|
+
"@radix-ui/react-popover": "^1.1.14",
|
|
44
|
+
"@radix-ui/react-progress": "^1.1.7",
|
|
45
|
+
"@radix-ui/react-radio-group": "^1.3.7",
|
|
46
|
+
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
47
|
+
"@radix-ui/react-select": "^2.2.5",
|
|
48
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
49
|
+
"@radix-ui/react-slider": "^1.3.5",
|
|
50
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
51
|
+
"@radix-ui/react-switch": "^1.2.5",
|
|
52
|
+
"@radix-ui/react-tabs": "^1.1.12",
|
|
53
|
+
"@radix-ui/react-toast": "^1.2.14",
|
|
54
|
+
"@radix-ui/react-toggle": "^1.1.9",
|
|
55
|
+
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
56
|
+
"@radix-ui/react-tooltip": "^1.2.7",
|
|
57
|
+
"@supabase/supabase-js": "^2.78.0",
|
|
58
|
+
"@tanstack/react-query": "^5.83.0",
|
|
59
|
+
"class-variance-authority": "^0.7.1",
|
|
60
|
+
"clsx": "^2.1.1",
|
|
61
|
+
"cmdk": "^1.1.1",
|
|
62
|
+
"date-fns": "^3.6.0",
|
|
63
|
+
"embla-carousel-react": "^8.6.0",
|
|
64
|
+
"input-otp": "^1.4.2",
|
|
65
|
+
"lucide-react": "^0.462.0",
|
|
66
|
+
"next-themes": "^0.3.0",
|
|
67
|
+
"react": "^18.3.1",
|
|
68
|
+
"react-day-picker": "^8.10.1",
|
|
69
|
+
"react-dom": "^18.3.1",
|
|
70
|
+
"react-hook-form": "^7.61.1",
|
|
71
|
+
"react-resizable-panels": "^2.1.9",
|
|
72
|
+
"react-router-dom": "^6.30.1",
|
|
73
|
+
"recharts": "^2.15.4",
|
|
74
|
+
"sonner": "^1.7.4",
|
|
75
|
+
"tailwind-merge": "^2.6.0",
|
|
76
|
+
"tailwindcss-animate": "^1.0.7",
|
|
77
|
+
"vaul": "^0.9.9",
|
|
78
|
+
"zod": "^3.25.76"
|
|
79
|
+
},
|
|
80
|
+
"devDependencies": {
|
|
81
|
+
"@eslint/js": "^9.32.0",
|
|
82
|
+
"@tailwindcss/typography": "^0.5.16",
|
|
83
|
+
"@types/node": "^22.16.5",
|
|
84
|
+
"@types/react": "^18.3.23",
|
|
85
|
+
"@types/react-dom": "^18.3.7",
|
|
86
|
+
"@vitejs/plugin-react-swc": "^3.11.0",
|
|
87
|
+
"autoprefixer": "^10.4.21",
|
|
88
|
+
"eslint": "^9.32.0",
|
|
89
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
90
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
91
|
+
"globals": "^15.15.0",
|
|
92
|
+
"lovable-tagger": "^1.1.11",
|
|
93
|
+
"postcss": "^8.5.6",
|
|
94
|
+
"tailwindcss": "^3.4.17",
|
|
95
|
+
"typescript": "^5.8.3",
|
|
96
|
+
"typescript-eslint": "^8.38.0",
|
|
97
|
+
"vite": "^5.4.19",
|
|
98
|
+
"vite-plugin-dts": "^4.5.4"
|
|
99
|
+
}
|
|
100
|
+
}
|