mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:35:28 +00:00
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"name": "@nocobase/plugin-calendar",
|
|
"version": "0.21.0-alpha.9",
|
|
"displayName": "Calendar",
|
|
"displayName.zh-CN": "日历",
|
|
"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": "提供日历数据表模板和区块,用于管理日期数据,通常用于事件、约会、任务等与日期/时间相关的信息。",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/calendar",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/calendar",
|
|
"types": "./dist/server/index.d.ts",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "5.x",
|
|
"@formily/antd-v5": "1.x",
|
|
"@formily/core": "2.x",
|
|
"@formily/react": "2.x",
|
|
"@formily/shared": "2.x",
|
|
"antd": "5.x",
|
|
"antd-style": "3.4.5",
|
|
"cron-parser": "4.4.0",
|
|
"dayjs": "^1.11.8",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-big-calendar": "^1.8.1",
|
|
"react-js-cron": "^3.1.0",
|
|
"solarlunar-es": "^1.0.9"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/server": "0.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/plugins/calendar"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"Collections",
|
|
"Blocks"
|
|
]
|
|
}
|