@genispace/geniapp 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/LICENSE +21 -0
- package/README.md +153 -0
- package/dist/CrossAppRecordPicker-BXchXcK5.js +624 -0
- package/dist/CrossAppRecordPicker-BXchXcK5.js.map +1 -0
- package/dist/Page-wHZrMN17.js +24 -0
- package/dist/Page-wHZrMN17.js.map +1 -0
- package/dist/ai/adopt/AiSuggestionPanel.d.ts +30 -0
- package/dist/ai/adopt/BusinessGuidancePanel.d.ts +31 -0
- package/dist/ai/adopt/DetailPageAiLayout.d.ts +7 -0
- package/dist/ai/adopt/adoptPresets.d.ts +11 -0
- package/dist/ai/adopt/guidanceContent.d.ts +27 -0
- package/dist/ai/adopt/parseAiSummary.d.ts +7 -0
- package/dist/ai/components/AgentJobProgress.d.ts +124 -0
- package/dist/ai/components/AsyncCombobox.d.ts +44 -0
- package/dist/ai/components/BulkActionBar.d.ts +44 -0
- package/dist/ai/components/EntityRef.d.ts +39 -0
- package/dist/ai/components/JobProgress.d.ts +64 -0
- package/dist/ai/components/ServerDataTable.d.ts +89 -0
- package/dist/ai/components/Timeline.d.ts +35 -0
- package/dist/ai/components/useInfiniteRows.d.ts +25 -0
- package/dist/ai/errors/userFacingError.d.ts +14 -0
- package/dist/ai/errors/userFacingError.js +48 -0
- package/dist/ai/errors/userFacingError.js.map +1 -0
- package/dist/ai/index.d.ts +34 -0
- package/dist/ai/integrations/partner/createPartnerRecordPickerHook.d.ts +15 -0
- package/dist/ai/integrations/partner/partnerRecordPicker.d.ts +20 -0
- package/dist/ai/layout/ModalWithAiLayout.d.ts +11 -0
- package/dist/ai/layout/aiUi.d.ts +16 -0
- package/dist/ai/layout/layoutConstants.d.ts +19 -0
- package/dist/ai/layout/modalSizeForAi.d.ts +5 -0
- package/dist/ai/locales/sharedAiCopy.d.ts +6 -0
- package/dist/ai/managed-data/DatasourceReadonlyTable.d.ts +11 -0
- package/dist/ai/managed-data/createTableClient.d.ts +7 -0
- package/dist/ai/managed-data/emitManagedEvent.d.ts +18 -0
- package/dist/ai/managed-data/executeManagedDatasource.d.ts +21 -0
- package/dist/ai/managed-data/queryManagedDatasource.d.ts +28 -0
- package/dist/ai/providers/AppUiProviders.d.ts +6 -0
- package/dist/ai/types/app-ai.types.d.ts +29 -0
- package/dist/ai/types/index.d.ts +1 -0
- package/dist/ai.d.ts +1 -0
- package/dist/ai.js +1817 -0
- package/dist/ai.js.map +1 -0
- package/dist/case-workspace/domain.d.ts +41 -0
- package/dist/case-workspace/domain.js +24 -0
- package/dist/case-workspace/domain.js.map +1 -0
- package/dist/case-workspace/index.d.ts +91 -0
- package/dist/case-workspace.d.ts +1 -0
- package/dist/case-workspace.js +392 -0
- package/dist/case-workspace.js.map +1 -0
- package/dist/cn-B6yFEsav.js +9 -0
- package/dist/cn-B6yFEsav.js.map +1 -0
- package/dist/components/ui/calendar.css +7 -0
- package/dist/cookieSettings-D_v3KS02.js +97 -0
- package/dist/cookieSettings-D_v3KS02.js.map +1 -0
- package/dist/dashboard/index.d.ts +16 -0
- package/dist/dashboard/src/ChartFrame.d.ts +18 -0
- package/dist/dashboard/src/ChartTooltip.d.ts +38 -0
- package/dist/dashboard/src/FilterBar.d.ts +23 -0
- package/dist/dashboard/src/KpiStatCard.d.ts +29 -0
- package/dist/dashboard/src/StatGrid.d.ts +15 -0
- package/dist/dashboard/src/TimeRangePicker.d.ts +14 -0
- package/dist/dashboard/src/chart.d.ts +10 -0
- package/dist/dashboard/src/format.d.ts +16 -0
- package/dist/dashboard/src/links.d.ts +2 -0
- package/dist/dashboard/src/useDashboardRange.d.ts +27 -0
- package/dist/dashboard.d.ts +1 -0
- package/dist/dashboard.js +361 -0
- package/dist/dashboard.js.map +1 -0
- package/dist/fonts.css +15 -0
- package/dist/hooks/access/AppAccessGate.d.ts +20 -0
- package/dist/hooks/access/AppAccessNotice.d.ts +8 -0
- package/dist/hooks/access/useAppAccess.d.ts +26 -0
- package/dist/hooks/config/businessLocale.d.ts +12 -0
- package/dist/hooks/config/currencies.d.ts +9 -0
- package/dist/hooks/index.d.ts +17 -0
- package/dist/hooks/picker/CrossAppRecordPicker.d.ts +37 -0
- package/dist/hooks/picker/managedAppPicker.d.ts +21 -0
- package/dist/hooks/picker/partnerPayload.d.ts +6 -0
- package/dist/hooks/routing/draftEntityId.d.ts +5 -0
- package/dist/hooks/routing/useRefetchOnRouteMatch.d.ts +6 -0
- package/dist/hooks/shell/resolveApiRoot.d.ts +13 -0
- package/dist/hooks/shell/shell.d.ts +4 -0
- package/dist/hooks/shell/useGenispacePlatformClient.d.ts +7 -0
- package/dist/hooks.d.ts +1 -0
- package/dist/hooks.js +42 -0
- package/dist/hooks.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +77 -0
- package/dist/index.js.map +1 -0
- package/dist/kit.d.ts +50 -0
- package/dist/kit.js +2067 -0
- package/dist/kit.js.map +1 -0
- package/dist/page.d.ts +1 -0
- package/dist/page.js +5 -0
- package/dist/page.js.map +1 -0
- package/dist/shell-DIHnXIUb.js +6 -0
- package/dist/shell-DIHnXIUb.js.map +1 -0
- package/dist/shell.d.ts +30 -0
- package/dist/shell.js +104 -0
- package/dist/shell.js.map +1 -0
- package/dist/storage/assetPreview.d.ts +12 -0
- package/dist/storage/components/AssetThumbnail.d.ts +15 -0
- package/dist/storage/components/CopyStorageLinkButton.d.ts +13 -0
- package/dist/storage/components/StorageImage.d.ts +9 -0
- package/dist/storage/components/StoragePreviewContent.d.ts +22 -0
- package/dist/storage/components/StorageVideo.d.ts +9 -0
- package/dist/storage/copyTextToClipboard.d.ts +5 -0
- package/dist/storage/hooks/useAuthenticatedStorageBlobs.d.ts +3 -0
- package/dist/storage/hooks/useImageThumbnailBlobs.d.ts +4 -0
- package/dist/storage/hooks/useShareableStorageLink.d.ts +7 -0
- package/dist/storage/index.d.ts +12 -0
- package/dist/storage/openUrlInNewTab.d.ts +6 -0
- package/dist/storage/platformStorage.d.ts +43 -0
- package/dist/storage.d.ts +1 -0
- package/dist/storage.js +605 -0
- package/dist/storage.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/styles/base.css +616 -0
- package/dist/styles/reduced-motion.css +14 -0
- package/dist/styles/tailwind-preset.js +269 -0
- package/dist/task-workspace/domain.d.ts +35 -0
- package/dist/task-workspace/domain.js +45 -0
- package/dist/task-workspace/domain.js.map +1 -0
- package/dist/task-workspace/experience.d.ts +50 -0
- package/dist/task-workspace/index.d.ts +172 -0
- package/dist/task-workspace.d.ts +1 -0
- package/dist/task-workspace.js +626 -0
- package/dist/task-workspace.js.map +1 -0
- package/dist/ui/components/features/app/AppCheckboxInput.d.ts +9 -0
- package/dist/ui/components/features/app/AppConfirmDialog.d.ts +12 -0
- package/dist/ui/components/features/app/AppDashboardSkeleton.d.ts +9 -0
- package/dist/ui/components/features/app/AppDatePicker.d.ts +69 -0
- package/dist/ui/components/features/app/AppModal.d.ts +27 -0
- package/dist/ui/components/features/app/AppPageStates.d.ts +17 -0
- package/dist/ui/components/features/app/AppSelectInput.d.ts +10 -0
- package/dist/ui/components/features/app/AppTemporalInput.d.ts +19 -0
- package/dist/ui/components/features/app/Page.d.ts +14 -0
- package/dist/ui/components/features/app/QueryErrorAlert.d.ts +7 -0
- package/dist/ui/components/features/app/Sidebar.d.ts +47 -0
- package/dist/ui/components/features/app/index.d.ts +17 -0
- package/dist/ui/components/features/user/UserAvatar.d.ts +17 -0
- package/dist/ui/components/features/user/UserDisplay.d.ts +10 -0
- package/dist/ui/components/features/user/UserSelect.d.ts +14 -0
- package/dist/ui/components/features/user/useUserDirectory.d.ts +13 -0
- package/dist/ui/components/features/user/userDirectoryTypes.d.ts +18 -0
- package/dist/ui/components/patterns/form-section.d.ts +11 -0
- package/dist/ui/components/primitives/feedback/index.d.ts +2 -0
- package/dist/ui/components/primitives/feedback/toaster.d.ts +1 -0
- package/dist/ui/components/primitives/feedback/use-toast.d.ts +46 -0
- package/dist/ui/components/primitives/page-skeleton/ChartAreaSkeleton.d.ts +13 -0
- package/dist/ui/components/primitives/page-skeleton/ChartEmptyState.d.ts +14 -0
- package/dist/ui/components/primitives/page-skeleton/ComponentSkeletonShell.d.ts +16 -0
- package/dist/ui/components/primitives/page-skeleton/ConfigEditorSkeleton.d.ts +5 -0
- package/dist/ui/components/primitives/page-skeleton/DetailTabsSkeleton.d.ts +6 -0
- package/dist/ui/components/primitives/page-skeleton/EmptyStateBadge.d.ts +13 -0
- package/dist/ui/components/primitives/page-skeleton/FormCardSkeleton.d.ts +7 -0
- package/dist/ui/components/primitives/page-skeleton/FormFieldSkeleton.d.ts +6 -0
- package/dist/ui/components/primitives/page-skeleton/FormPageSkeleton.d.ts +6 -0
- package/dist/ui/components/primitives/page-skeleton/GridCardsSkeleton.d.ts +6 -0
- package/dist/ui/components/primitives/page-skeleton/ListSkeleton.d.ts +26 -0
- package/dist/ui/components/primitives/page-skeleton/PageHeaderSkeleton.d.ts +6 -0
- package/dist/ui/components/primitives/page-skeleton/SplitPaneSkeleton.d.ts +4 -0
- package/dist/ui/components/primitives/page-skeleton/StatsRowSkeleton.d.ts +5 -0
- package/dist/ui/components/primitives/page-skeleton/TableEmptyState.d.ts +27 -0
- package/dist/ui/components/primitives/page-skeleton/TablePageSkeleton.d.ts +8 -0
- package/dist/ui/components/primitives/page-skeleton/TabsBarSkeleton.d.ts +6 -0
- package/dist/ui/components/primitives/page-skeleton/index.d.ts +24 -0
- package/dist/ui/components/primitives/page-skeleton/skeletonMetrics.d.ts +9 -0
- package/dist/ui/components/primitives/page-skeleton/useVisibleCenter.d.ts +34 -0
- package/dist/ui/components/ui/accordion.d.ts +7 -0
- package/dist/ui/components/ui/ai-draft-banner.d.ts +21 -0
- package/dist/ui/components/ui/alert-dialog.d.ts +48 -0
- package/dist/ui/components/ui/alert.d.ts +8 -0
- package/dist/ui/components/ui/avatar.d.ts +6 -0
- package/dist/ui/components/ui/badge.d.ts +9 -0
- package/dist/ui/components/ui/breadcrumb.d.ts +19 -0
- package/dist/ui/components/ui/button.d.ts +11 -0
- package/dist/ui/components/ui/calendar.d.ts +8 -0
- package/dist/ui/components/ui/card.d.ts +8 -0
- package/dist/ui/components/ui/chart.d.ts +16 -0
- package/dist/ui/components/ui/checkbox.d.ts +4 -0
- package/dist/ui/components/ui/collapsible.d.ts +5 -0
- package/dist/ui/components/ui/column-config.d.ts +42 -0
- package/dist/ui/components/ui/date-picker.d.ts +9 -0
- package/dist/ui/components/ui/date-range-filter.d.ts +32 -0
- package/dist/ui/components/ui/date-range-picker.d.ts +11 -0
- package/dist/ui/components/ui/dialog-input.d.ts +17 -0
- package/dist/ui/components/ui/dialog-safe-select.d.ts +13 -0
- package/dist/ui/components/ui/dialog.d.ts +25 -0
- package/dist/ui/components/ui/dropdown-menu.d.ts +27 -0
- package/dist/ui/components/ui/feature-guide.d.ts +43 -0
- package/dist/ui/components/ui/form.d.ts +25 -0
- package/dist/ui/components/ui/help-tip.d.ts +29 -0
- package/dist/ui/components/ui/hint-notice.d.ts +22 -0
- package/dist/ui/components/ui/index.d.ts +6 -0
- package/dist/ui/components/ui/input.d.ts +3 -0
- package/dist/ui/components/ui/label.d.ts +5 -0
- package/dist/ui/components/ui/modal-container.d.ts +56 -0
- package/dist/ui/components/ui/modal-templates.d.ts +46 -0
- package/dist/ui/components/ui/multi-select.d.ts +20 -0
- package/dist/ui/components/ui/pagination.d.ts +28 -0
- package/dist/ui/components/ui/popover.d.ts +7 -0
- package/dist/ui/components/ui/progress.d.ts +7 -0
- package/dist/ui/components/ui/radio-button-group.d.ts +18 -0
- package/dist/ui/components/ui/radio-group.d.ts +5 -0
- package/dist/ui/components/ui/scroll-area.d.ts +5 -0
- package/dist/ui/components/ui/select.d.ts +16 -0
- package/dist/ui/components/ui/separator.d.ts +7 -0
- package/dist/ui/components/ui/sheet.d.ts +25 -0
- package/dist/ui/components/ui/sidebar-rail.d.ts +9 -0
- package/dist/ui/components/ui/skeleton.d.ts +2 -0
- package/dist/ui/components/ui/slider.d.ts +13 -0
- package/dist/ui/components/ui/switch.d.ts +4 -0
- package/dist/ui/components/ui/table.d.ts +10 -0
- package/dist/ui/components/ui/tabs.d.ts +10 -0
- package/dist/ui/components/ui/textarea.d.ts +3 -0
- package/dist/ui/components/ui/toast.d.ts +21 -0
- package/dist/ui/components/ui/toggle-group.d.ts +12 -0
- package/dist/ui/components/ui/toggle.d.ts +12 -0
- package/dist/ui/components/ui/tooltip.d.ts +7 -0
- package/dist/ui/components/ui/typography.d.ts +15 -0
- package/dist/ui/components/ui/underline-tabs.d.ts +13 -0
- package/dist/ui/components/ui/view-mode-toggle.d.ts +9 -0
- package/dist/ui/hooks/useIsMobile.d.ts +16 -0
- package/dist/ui/styles/design-tokens.d.ts +189 -0
- package/dist/ui/styles/z-index-layers.d.ts +46 -0
- package/dist/ui.d.ts +2 -0
- package/dist/ui.js +35 -0
- package/dist/ui.js.map +1 -0
- package/dist/useUserDirectory-CqkyCQoR.js +2377 -0
- package/dist/useUserDirectory-CqkyCQoR.js.map +1 -0
- package/dist/utils/cookieSettings.d.ts +12 -0
- package/dist/utils/data/countryCodes.d.ts +26 -0
- package/dist/utils/index.d.ts +18 -0
- package/dist/utils/utils/appPath.d.ts +5 -0
- package/dist/utils/utils/chunkLoadRecovery.d.ts +7 -0
- package/dist/utils/utils/cn.d.ts +3 -0
- package/dist/utils/utils/crossApp.d.ts +71 -0
- package/dist/utils/utils/debounce.d.ts +1 -0
- package/dist/utils/utils/formatUserLabel.d.ts +8 -0
- package/dist/utils/utils/formatting.d.ts +18 -0
- package/dist/utils/utils/logoutNotification.d.ts +28 -0
- package/dist/utils/utils/operatorLocale.d.ts +32 -0
- package/dist/utils/utils/routeLocalePrefetch.d.ts +5 -0
- package/dist/utils/utils/shellIframeUrl.d.ts +20 -0
- package/dist/utils/utils/spaceSettings.d.ts +20 -0
- package/dist/utils/utils/sso.d.ts +42 -0
- package/dist/utils/utils/throttle.d.ts +1 -0
- package/dist/utils/utils/timezones.d.ts +14 -0
- package/dist/utils/utils/toDateInputValue.d.ts +5 -0
- package/dist/utils/utils/watermark.d.ts +1 -0
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +1334 -0
- package/dist/utils.js.map +1 -0
- package/dist/vite.d.ts +22 -0
- package/dist/vite.js +74 -0
- package/dist/vite.js.map +1 -0
- package/package.json +191 -0
package/package.json
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@genispace/geniapp",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Public runtime, UI, Shell protocol and build contracts for GeniSpace applications",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/genispace/genispace-geniapp.git"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/genispace/genispace-geniapp#readme",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/genispace/genispace-geniapp/issues"
|
|
14
|
+
},
|
|
15
|
+
"sideEffects": [
|
|
16
|
+
"**/*.css"
|
|
17
|
+
],
|
|
18
|
+
"files": [
|
|
19
|
+
"dist",
|
|
20
|
+
"LICENSE",
|
|
21
|
+
"README.md"
|
|
22
|
+
],
|
|
23
|
+
"main": "./dist/index.js",
|
|
24
|
+
"module": "./dist/index.js",
|
|
25
|
+
"types": "./dist/index.d.ts",
|
|
26
|
+
"exports": {
|
|
27
|
+
".": {
|
|
28
|
+
"types": "./dist/index.d.ts",
|
|
29
|
+
"import": "./dist/index.js"
|
|
30
|
+
},
|
|
31
|
+
"./ui": {
|
|
32
|
+
"types": "./dist/ui.d.ts",
|
|
33
|
+
"import": "./dist/ui.js"
|
|
34
|
+
},
|
|
35
|
+
"./kit": {
|
|
36
|
+
"types": "./dist/kit.d.ts",
|
|
37
|
+
"import": "./dist/kit.js"
|
|
38
|
+
},
|
|
39
|
+
"./page": {
|
|
40
|
+
"types": "./dist/page.d.ts",
|
|
41
|
+
"import": "./dist/page.js"
|
|
42
|
+
},
|
|
43
|
+
"./utils": {
|
|
44
|
+
"types": "./dist/utils.d.ts",
|
|
45
|
+
"import": "./dist/utils.js"
|
|
46
|
+
},
|
|
47
|
+
"./hooks": {
|
|
48
|
+
"types": "./dist/hooks.d.ts",
|
|
49
|
+
"import": "./dist/hooks.js"
|
|
50
|
+
},
|
|
51
|
+
"./shell": {
|
|
52
|
+
"types": "./dist/shell.d.ts",
|
|
53
|
+
"import": "./dist/shell.js"
|
|
54
|
+
},
|
|
55
|
+
"./ai": {
|
|
56
|
+
"types": "./dist/ai.d.ts",
|
|
57
|
+
"import": "./dist/ai.js"
|
|
58
|
+
},
|
|
59
|
+
"./ai/errors/userFacingError": {
|
|
60
|
+
"types": "./dist/ai/errors/userFacingError.d.ts",
|
|
61
|
+
"import": "./dist/ai/errors/userFacingError.js"
|
|
62
|
+
},
|
|
63
|
+
"./storage": {
|
|
64
|
+
"types": "./dist/storage.d.ts",
|
|
65
|
+
"import": "./dist/storage.js"
|
|
66
|
+
},
|
|
67
|
+
"./dashboard": {
|
|
68
|
+
"types": "./dist/dashboard.d.ts",
|
|
69
|
+
"import": "./dist/dashboard.js"
|
|
70
|
+
},
|
|
71
|
+
"./case-workspace": {
|
|
72
|
+
"types": "./dist/case-workspace.d.ts",
|
|
73
|
+
"import": "./dist/case-workspace.js"
|
|
74
|
+
},
|
|
75
|
+
"./case-workspace/domain": {
|
|
76
|
+
"types": "./dist/case-workspace/domain.d.ts",
|
|
77
|
+
"import": "./dist/case-workspace/domain.js"
|
|
78
|
+
},
|
|
79
|
+
"./task-workspace": {
|
|
80
|
+
"types": "./dist/task-workspace.d.ts",
|
|
81
|
+
"import": "./dist/task-workspace.js"
|
|
82
|
+
},
|
|
83
|
+
"./task-workspace/domain": {
|
|
84
|
+
"types": "./dist/task-workspace/domain.d.ts",
|
|
85
|
+
"import": "./dist/task-workspace/domain.js"
|
|
86
|
+
},
|
|
87
|
+
"./vite": {
|
|
88
|
+
"types": "./dist/vite.d.ts",
|
|
89
|
+
"import": "./dist/vite.js"
|
|
90
|
+
},
|
|
91
|
+
"./styles.css": "./dist/styles/base.css",
|
|
92
|
+
"./fonts.css": "./dist/fonts.css",
|
|
93
|
+
"./tailwind-preset": "./dist/styles/tailwind-preset.js"
|
|
94
|
+
},
|
|
95
|
+
"publishConfig": {
|
|
96
|
+
"access": "public",
|
|
97
|
+
"provenance": true
|
|
98
|
+
},
|
|
99
|
+
"dependencies": {
|
|
100
|
+
"@fontsource/geist-mono": "^5.1.0",
|
|
101
|
+
"@fontsource/inter": "^5.1.0",
|
|
102
|
+
"@fontsource/noto-sans-sc": "^5.1.0",
|
|
103
|
+
"@fontsource/space-grotesk": "^5.1.0",
|
|
104
|
+
"@tailwindcss/typography": "^0.5.16",
|
|
105
|
+
"@radix-ui/react-checkbox": "^1.3.1",
|
|
106
|
+
"@radix-ui/react-avatar": "^1.1.9",
|
|
107
|
+
"@radix-ui/react-collapsible": "^1.1.10",
|
|
108
|
+
"@radix-ui/react-dialog": "^1.1.14",
|
|
109
|
+
"@radix-ui/react-dropdown-menu": "^2.1.14",
|
|
110
|
+
"@radix-ui/react-label": "^2.1.6",
|
|
111
|
+
"@radix-ui/react-popover": "^1.1.13",
|
|
112
|
+
"@radix-ui/react-radio-group": "^1.3.7",
|
|
113
|
+
"@radix-ui/react-scroll-area": "^1.2.6",
|
|
114
|
+
"@radix-ui/react-select": "^2.2.2",
|
|
115
|
+
"@radix-ui/react-slot": "^1.2.2",
|
|
116
|
+
"@radix-ui/react-switch": "^1.2.2",
|
|
117
|
+
"@radix-ui/react-tabs": "^1.1.9",
|
|
118
|
+
"@radix-ui/react-toggle": "^1.1.2",
|
|
119
|
+
"@radix-ui/react-toggle-group": "^1.1.2",
|
|
120
|
+
"@radix-ui/react-toast": "^1.2.11",
|
|
121
|
+
"@radix-ui/react-tooltip": "^1.2.6",
|
|
122
|
+
"class-variance-authority": "^0.7.1",
|
|
123
|
+
"clsx": "^2.1.1",
|
|
124
|
+
"date-fns": "^3.6.0",
|
|
125
|
+
"lucide-react": "^0.344.0",
|
|
126
|
+
"react-hook-form": "^7.56.2",
|
|
127
|
+
"react-markdown": "^10.0.0",
|
|
128
|
+
"react-day-picker": "^8.10.1",
|
|
129
|
+
"react-pdf": "^10.0.0",
|
|
130
|
+
"recharts": "^2.15.0",
|
|
131
|
+
"remark-breaks": "^4.0.0",
|
|
132
|
+
"remark-gfm": "^4.0.0",
|
|
133
|
+
"tailwind-merge": "^3.2.0",
|
|
134
|
+
"tailwindcss-animate": "^1.0.7",
|
|
135
|
+
"xlsx": "^0.18.0"
|
|
136
|
+
},
|
|
137
|
+
"peerDependencies": {
|
|
138
|
+
"genispace": "3.1.0",
|
|
139
|
+
"i18next": ">=23 <26",
|
|
140
|
+
"react": ">=18.3 <20",
|
|
141
|
+
"react-dom": ">=18.3 <20",
|
|
142
|
+
"react-i18next": ">=14 <17",
|
|
143
|
+
"react-router-dom": ">=6.22 <8",
|
|
144
|
+
"tailwindcss": ">=3.4 <5",
|
|
145
|
+
"vite": ">=5.4 <8"
|
|
146
|
+
},
|
|
147
|
+
"peerDependenciesMeta": {
|
|
148
|
+
"tailwindcss": {
|
|
149
|
+
"optional": true
|
|
150
|
+
},
|
|
151
|
+
"vite": {
|
|
152
|
+
"optional": true
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"devDependencies": {
|
|
156
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
157
|
+
"@testing-library/react": "^16.3.2",
|
|
158
|
+
"@radix-ui/react-accordion": "^1.2.8",
|
|
159
|
+
"@types/node": "^22.15.3",
|
|
160
|
+
"@types/react": "^18.3.5",
|
|
161
|
+
"@types/react-dom": "^18.3.0",
|
|
162
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
163
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
164
|
+
"genispace": "3.1.0",
|
|
165
|
+
"i18next": "^24.2.2",
|
|
166
|
+
"jsdom": "^26.1.0",
|
|
167
|
+
"react": "^18.3.1",
|
|
168
|
+
"react-dom": "^18.3.1",
|
|
169
|
+
"react-i18next": "^15.4.0",
|
|
170
|
+
"react-router-dom": "^6.28.0",
|
|
171
|
+
"rimraf": "^6.0.1",
|
|
172
|
+
"tailwindcss": "^3.4.17",
|
|
173
|
+
"typescript": "^5.5.3",
|
|
174
|
+
"vite": "^5.4.2",
|
|
175
|
+
"vite-plugin-dts": "^3.9.1",
|
|
176
|
+
"vitest": "^3.2.4"
|
|
177
|
+
},
|
|
178
|
+
"engines": {
|
|
179
|
+
"node": ">=20"
|
|
180
|
+
},
|
|
181
|
+
"packageManager": "pnpm@8.15.0",
|
|
182
|
+
"scripts": {
|
|
183
|
+
"clean": "rimraf dist",
|
|
184
|
+
"build": "pnpm clean && vite build && node scripts/copy-assets.mjs",
|
|
185
|
+
"type-check": "tsc --noEmit && tsc -p tsconfig.build.json --noEmit",
|
|
186
|
+
"test": "vitest run",
|
|
187
|
+
"test:coverage": "vitest run --coverage",
|
|
188
|
+
"check:sdk-version": "node scripts/check-sdk-version.mjs",
|
|
189
|
+
"pack:check": "pnpm check:sdk-version && pnpm build && pnpm pack --pack-destination .pack"
|
|
190
|
+
}
|
|
191
|
+
}
|