Files
penx/packages/components/package.json
2025-07-16 23:09:03 +08:00

189 lines
9.4 KiB
JSON

{
"name": "@penx/components",
"version": "0.0.0",
"private": true,
"type": "module",
"module": "index.ts",
"main": "index.ts",
"types": "./src/index.ts",
"exports": {
"./tailwind.css": "./src/styles/tailwind.css",
"./*": "./src/*.tsx",
"./ProfileButton": "./src/ProfileButton.tsx",
"./AddCreationButton": "./src/AddCreationButton.tsx",
"./AreaContext": "./src/AreaContext.tsx",
"./CreationCard": "./src/CreationCard/CreationCard.tsx",
"./AreasPopover": "./src/AreasPopover/AreasPopover.tsx",
"./AreaWidgets": "./src/area-widgets/AreaWidgets.tsx",
"./AreaInfo": "./src/AreaInfo.tsx",
"./AreaLink": "./src/AreaLink.tsx",
"./Bullet": "./src/Bullet.tsx",
"./ClientOnly": "./src/ClientOnly.tsx",
"./DatabaseList": "./src/DatabaseList.tsx",
"./EngagementTracker": "./src/EngagementTracker.tsx",
"./FileUpload": "./src/FileUpload.tsx",
"./Image": "./src/Image.tsx",
"./Kbd": "./src/Kbd.tsx",
"./LangSwitcher": "./src/LangSwitcher.tsx",
"./LinguiClientProvider": "./src/LinguiClientProvider.tsx",
"./LoginButton": "./src/LoginButton.tsx",
"./Logo": "./src/Logo.tsx",
"./ModeToggle": "./src/ModeToggle.tsx",
"./OptionTag": "./src/OptionTag.tsx",
"./PageList": "./src/PageList.tsx",
"./PageRender": "./src/PageRender.tsx",
"./SiteLink": "./src/SiteLink.tsx",
"./SocialNav": "./src/SocialNav.tsx",
"./TextLogo": "./src/TextLogo.tsx",
"./ThemeProvider": "./src/ThemeProvider.tsx",
"./AppProvider": "./src/AppProvider/AppProvider.tsx",
"./blur-image": "./src/blur-image.tsx",
"./placeholder-card": "./src/placeholder-card.tsx",
"./AreaDialog": "./src/AreaDialog/AreaDialog.tsx",
"./AreaForm": "./src/AreaDialog/AreaForm.tsx",
"./useAreaDialog": "./src/AreaDialog/useAreaDialog.tsx",
"./CommandList": "./src/CommandPanel/CommandList.tsx",
"./CommandPanel": "./src/CommandPanel/CommandPanel.tsx",
"./CommandWrapper": "./src/CommandPanel/CommandWrapper.tsx",
"./CommonList": "./src/CommandPanel/CommonList.tsx",
"./SearchPageList": "./src/CommandPanel/SearchPageList.tsx",
"./AddPropButton": "./src/Creation/AddPropButton.tsx",
"./AudioCreationUpload": "./src/Creation/AudioCreationUpload.tsx",
"./Authors": "./src/Creation/Authors.tsx",
"./ChangeType": "./src/Creation/ChangeType.tsx",
"./CoverUpload": "./src/Creation/CoverUpload.tsx",
"./Creation": "./src/Creation/Creation.tsx",
"./Tags": "./src/Creation/Tags.tsx",
"./CreationMoreMenu": "./src/Creation/CreationMoreMenu.tsx",
"./ImageCreationUpload": "./src/Creation/ImageCreationUpload.tsx",
"./JournalNav": "./src/Creation/JournalNav.tsx",
"./JournalShortcut": "./src/Creation/JournalShortcut.tsx",
"./PanelCreationProvider": "./src/Creation/PanelCreationProvider.tsx",
"./PropList": "./src/Creation/PropList.tsx",
"./SingleSelectProp": "./src/Creation/SingleSelectProp.tsx",
"./DeleteCreationDialog": "./src/Creation/DeleteCreationDialog/DeleteCreationDialog.tsx",
"./useDeleteCreationDialog": "./src/Creation/DeleteCreationDialog/useDeleteCreationDialog.ts",
"./PublishDialog": "./src/Creation/PublishDialog/PublishDialog.tsx",
"./PublishForm": "./src/Creation/PublishDialog/PublishForm.tsx",
"./usePublishDialog": "./src/Creation/PublishDialog/usePublishDialog.ts",
"./ClosePanelButton": "./src/DashboardLayout/ClosePanelButton.tsx",
"./DashboardLayout": "./src/DashboardLayout/DashboardLayout.tsx",
"./PanelHeaderWrapper": "./src/DashboardLayout/PanelHeaderWrapper.tsx",
"./PanelItem": "./src/DashboardLayout/PanelItem.tsx",
"./PanelLayout": "./src/DashboardLayout/PanelLayout.tsx",
"./PanelList": "./src/DashboardLayout/PanelList.tsx",
"./SettingsLayout": "./src/DashboardLayout/SettingsLayout.tsx",
"./CreationLink": "./src/DashboardLayout/panel-renderer/CreationLink.tsx",
"./GoogleOauthDialog": "./src/GoogleOauthDialog/GoogleOauthDialog.tsx",
"./useGoogleOauthDialog": "./src/GoogleOauthDialog/useGoogleOauthDialog.tsx",
"./NavbarWrapper": "./src/Navbar/NavbarWrapper.tsx",
"./PasswordDialog": "./src/PasswordDialog/PasswordDialog.tsx",
"./usePasswordDialog": "./src/PasswordDialog/usePasswordDialog.tsx",
"./BillingCycleSelect": "./src/PlanList/BillingCycleSelect.tsx",
"./PlanItem": "./src/PlanList/PlanItem.tsx",
"./PlanList": "./src/PlanList/PlanList.tsx",
"./PlanListDialog": "./src/PlanList/PlanListDialog.tsx",
"./PricingSlogan": "./src/PlanList/PricingSlogan.tsx",
"./UpgradeButton": "./src/PlanList/UpgradeButton.tsx",
"./useBillingCycle": "./src/PlanList/useBillingCycle.tsx",
"./usePlanListDialog": "./src/PlanList/usePlanListDialog.tsx",
"./Profile": "./src/Profile/Profile.tsx",
"./ProfileAvatar": "./src/Profile/ProfileAvatar.tsx",
"./ProfilePopover": "./src/Profile/ProfilePopover.tsx",
"./ImportPostEntry": "./src/Sidebar/ImportPostEntry.tsx",
"./LinkAccountEntry": "./src/Sidebar/LinkAccountEntry.tsx",
"./LinkGoogleEntry": "./src/Sidebar/LinkGoogleEntry.tsx",
"./LinkWalletEntry": "./src/Sidebar/LinkWalletEntry.tsx",
"./QuickSearchTrigger": "./src/Sidebar/QuickSearchTrigger.tsx",
"./VisitSiteButton": "./src/Sidebar/VisitSiteButton.tsx",
"./app-sidebar": "./src/Sidebar/app-sidebar.tsx",
"./SwitchChainDialog": "./src/SwitchChainDialog/SwitchChainDialog.tsx",
"./useSwitchChainDialog": "./src/SwitchChainDialog/useSwitchChainDialog.tsx",
"./date-cell": "./src/cells/date-cell.tsx",
"./draw-fns": "./src/cells/draw-fns.tsx",
"./file-cell": "./src/cells/file-cell.tsx",
"./image-cell": "./src/cells/image-cell.tsx",
"./cells": "./src/cells/index.tsx",
"./multiple-select-cell": "./src/cells/multiple-select-cell.tsx",
"./password-cell": "./src/cells/password-cell.tsx",
"./primary-cell": "./src/cells/primary-cell.tsx",
"./rate-cell": "./src/cells/rate-cell.tsx",
"./single-select-cell": "./src/cells/single-select-cell.tsx",
"./system-date-cell": "./src/cells/system-date-cell.tsx",
"./database-ui": "./src/database-ui/index.ts",
"./DashboardProviders": "./src/providers/DashboardProviders.tsx",
"./RootProviders": "./src/providers/RootProviders.tsx",
"./AreaPageWidget": "./src/theme-ui/AreaPageWidget.tsx",
"./BackLinks": "./src/theme-ui/BackLinks.tsx",
"./ContributeButton": "./src/theme-ui/ContributeButton.tsx",
"./Footer": "./src/theme-ui/Footer.tsx",
"./IPFSLink": "./src/theme-ui/IPFSLink.tsx",
"./Navigation": "./src/theme-ui/Navigation.tsx",
"./NavigationItem": "./src/theme-ui/NavigationItem.tsx",
"./NoteListWidget": "./src/theme-ui/NoteListWidget.tsx",
"./PageDefaultUI": "./src/theme-ui/PageDefaultUI.tsx",
"./PageTitle": "./src/theme-ui/PageTitle.tsx",
"./Pagination": "./src/theme-ui/Pagination.tsx",
"./PaginationNav": "./src/theme-ui/PaginationNav.tsx",
"./PodcastPlayer": "./src/theme-ui/PodcastPlayer.tsx",
"./PodcastTips": "./src/theme-ui/PodcastTips.tsx",
"./PostMetadata": "./src/theme-ui/PostMetadata.tsx",
"./PostPageWidget": "./src/theme-ui/PostPageWidget.tsx",
"./PostSubtitle": "./src/theme-ui/PostSubtitle.tsx",
"./Toc": "./src/theme-ui/Toc.tsx",
"./SubscribeNewsletterCard": "./src/theme-ui/SubscribeNewsletter/SubscribeNewsletterCard.tsx",
"./SubscribeNewsletterDialog": "./src/theme-ui/SubscribeNewsletter/SubscribeNewsletterDialog.tsx",
"./SubscribeNewsletterForm": "./src/theme-ui/SubscribeNewsletter/SubscribeNewsletterForm.tsx",
"./MembershipEntry": "./src/theme-ui/MembershipEntry/MembershipEntry.tsx",
"./SocialIcon": "./src/theme-ui/SocialIcon/index.tsx",
"./PostActions": "./src/theme-ui/PostActions/PostActions.tsx",
"./PhotoListWidget": "./src/theme-ui/PhotoListWidget.tsx",
"./PodcastListWidget": "./src/theme-ui/PodcastListWidget.tsx",
"./CommentSheet": "./src/theme-ui/PostActions/Comment/CommentSheet.tsx",
"./MobileSidebar": "./src/theme-ui/MobileSidebar/MobileSidebar.tsx",
"./MobileSidebarSheet": "./src/theme-ui/MobileSidebar/MobileSidebarSheet.tsx",
"./useMobileSidebarSheet": "./src/theme-ui/MobileSidebar/useMobileSidebarSheet.tsx",
"./GridLayoutContainer": "./src/theme-ui/grid-ui/GridLayoutContainer.tsx",
"./GridLayoutUI": "./src/theme-ui/grid-ui/GridLayoutUI.tsx"
},
"scripts": {
"lint": "eslint . --max-warnings 0",
"check-types": "tsc --noEmit"
},
"directory": "./src",
"devDependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@penx/typescript-config": "workspace:*",
"electron": "37.2.0"
},
"dependencies": {
"@penx/api": "workspace:*",
"@penx/constants": "workspace:*",
"@penx/content-render": "workspace:*",
"@penx/contexts": "workspace:*",
"@penx/domain": "workspace:*",
"@penx/emitter": "workspace:*",
"@penx/encryption": "workspace:*",
"@penx/google-drive": "workspace:*",
"@penx/hooks": "workspace:*",
"@penx/icons": "workspace:*",
"@penx/libs": "workspace:*",
"@penx/local-db": "workspace:*",
"@penx/mnemonic": "workspace:*",
"@penx/model-type": "workspace:*",
"@penx/novel-editor": "workspace:*",
"@penx/query-client": "workspace:*",
"@penx/services": "workspace:*",
"@penx/session": "workspace:*",
"@penx/store": "workspace:*",
"@penx/types": "workspace:*",
"@penx/uikit": "workspace:*",
"@penx/unique-id": "workspace:*",
"@penx/utils": "workspace:*",
"@penx/vaul": "workspace:*",
"@penx/widgets": "workspace:*",
"@penx/worker": "workspace:*",
"electron-conf": "^1.3.0"
}
}