2023-12-23 15:16:41 +08:00
{
"name" : "@nocobase/plugin-calendar" ,
"displayName" : "Calendar" ,
2024-04-26 15:44:15 +08:00
"version" : "0.21.24" ,
2024-02-22 23:13:31 +08:00
"description" : "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on." ,
2024-04-01 13:39:44 +08:00
"keywords" : [
"Collections" ,
"Blocks"
] ,
"homepage" : "https://docs.nocobase.com/handbook/calendar" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/nocobase/nocobase.git" ,
"directory" : "packages/plugins/calendar"
} ,
2023-12-23 15:16:41 +08:00
"license" : "AGPL-3.0" ,
"main" : "./dist/server/index.js" ,
"types" : "./dist/server/index.d.ts" ,
"devDependencies" : {
2024-04-02 18:13:33 +08:00
"@ant-design/icons" : "~5.3.6" ,
2024-04-30 02:00:13 +08:00
"@tachybase/components" : "workspace:*" ,
2024-04-29 21:41:13 +08:00
"@tachybase/schema" : "workspace:*" ,
2024-04-10 16:14:26 +08:00
"antd" : "5.16.1" ,
2023-12-23 15:16:41 +08:00
"antd-style" : "3.4.5" ,
"cron-parser" : "4.4.0" ,
2023-12-25 22:26:05 +08:00
"dayjs" : "^1.11.8" ,
"lodash" : "^4.17.21" ,
"react" : "^18.2.0" ,
"react-big-calendar" : "^1.8.1" ,
2024-04-01 13:39:44 +08:00
"react-i18next" : "^11.15.1" ,
2023-12-23 15:16:41 +08:00
"react-js-cron" : "^3.1.0" ,
2023-12-25 22:26:05 +08:00
"solarlunar-es" : "^1.0.9"
2023-12-23 15:16:41 +08:00
} ,
"peerDependencies" : {
2024-04-01 13:39:44 +08:00
"@nocobase/client" : "workspace:*" ,
"@nocobase/database" : "workspace:*" ,
"@nocobase/server" : "workspace:*" ,
"@nocobase/test" : "workspace:*"
2023-12-29 15:49:02 +08:00
} ,
2024-04-01 13:39:44 +08:00
"description.zh-CN" : "提供日历数据表模板和区块,用于管理日期数据,通常用于事件、约会、任务等与日期/时间相关的信息。" ,
"displayName.zh-CN" : "日历" ,
2024-03-04 23:02:29 +08:00
"gitHead" : "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1" ,
2024-04-01 13:39:44 +08:00
"homepage.zh-CN" : "https://docs-cn.nocobase.com/handbook/calendar"
2023-12-23 15:16:41 +08:00
}