2023-12-23 07:16:41 +00:00
{
"name" : "@nocobase/plugin-calendar" ,
2024-06-11 12:13:31 +00:00
"version" : "1.0.1-alpha.2" ,
2023-12-23 07:16:41 +00:00
"displayName" : "Calendar" ,
"displayName.zh-CN" : "日历" ,
2024-02-22 15:13:31 +00: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." ,
"description.zh-CN" : "提供日历数据表模板和区块,用于管理日期数据,通常用于事件、约会、任务等与日期/时间相关的信息。" ,
2023-12-23 07:16:41 +00:00
"license" : "AGPL-3.0" ,
"main" : "./dist/server/index.js" ,
2024-03-04 15:02:29 +00:00
"homepage" : "https://docs.nocobase.com/handbook/calendar" ,
"homepage.zh-CN" : "https://docs-cn.nocobase.com/handbook/calendar" ,
2023-12-23 07:16:41 +00:00
"types" : "./dist/server/index.d.ts" ,
"devDependencies" : {
"@ant-design/icons" : "5.x" ,
"@formily/antd-v5" : "1.x" ,
2023-12-25 14:26:05 +00:00
"@formily/core" : "2.x" ,
2023-12-23 07:16:41 +00:00
"@formily/react" : "2.x" ,
"@formily/shared" : "2.x" ,
2023-12-25 14:26:05 +00:00
"antd" : "5.x" ,
2023-12-23 07:16:41 +00:00
"antd-style" : "3.4.5" ,
"cron-parser" : "4.4.0" ,
2023-12-25 14:26:05 +00:00
"dayjs" : "^1.11.8" ,
"lodash" : "^4.17.21" ,
"react" : "^18.2.0" ,
"react-big-calendar" : "^1.8.1" ,
2023-12-23 07:16:41 +00:00
"react-js-cron" : "^3.1.0" ,
2023-12-25 14:26:05 +00:00
"solarlunar-es" : "^1.0.9"
2023-12-23 07:16:41 +00:00
} ,
"peerDependencies" : {
2024-04-28 16:46:21 +00:00
"@nocobase/client" : "1.x" ,
"@nocobase/database" : "1.x" ,
"@nocobase/server" : "1.x"
2023-12-23 07:16:41 +00:00
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/nocobase/nocobase.git" ,
"directory" : "packages/plugins/calendar"
2023-12-29 07:49:02 +00:00
} ,
2024-03-04 15:02:29 +00:00
"gitHead" : "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1" ,
2024-02-02 04:02:18 +00:00
"keywords" : [
2024-02-22 15:13:31 +00:00
"Collections" ,
2024-02-05 06:37:07 +00:00
"Blocks"
2024-02-02 04:02:18 +00:00
]
2023-12-23 07:16:41 +00:00
}