sealday
8085941141
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1372
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "@tachybase/plugin-calendar",
|
|
"displayName": "Calendar",
|
|
"version": "0.21.77",
|
|
"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.",
|
|
"keywords": [
|
|
"Collections",
|
|
"Blocks"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"types": "./dist/server/index.d.ts",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "~5.3.7",
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"antd": "5.19.1",
|
|
"cron-parser": "4.4.0",
|
|
"dayjs": "^1.11.8",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.3.1",
|
|
"react-big-calendar": "^1.8.1",
|
|
"react-i18next": "^14.1.2",
|
|
"react-js-cron": "^3.1.0",
|
|
"solarlunar-es": "^1.0.9"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*"
|
|
},
|
|
"description.zh-CN": "提供日历数据表模板和区块,用于管理日期数据,通常用于事件、约会、任务等与日期/时间相关的信息。",
|
|
"displayName.zh-CN": "日历"
|
|
}
|