2023-12-23 07:16:41 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-calendar",
|
2024-02-20 10:44:20 +00:00
|
|
|
"version": "0.19.0-alpha.7",
|
2023-12-23 07:16:41 +00:00
|
|
|
"displayName": "Calendar",
|
|
|
|
"displayName.zh-CN": "日历",
|
|
|
|
"description": "Provide calendar template and block",
|
|
|
|
"description.zh-CN": "提供日历模板和区块",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./dist/server/index.js",
|
2024-02-02 04:02:18 +00:00
|
|
|
"homepage": "https://docs.nocobase.com/plugins/calendar",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/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": {
|
|
|
|
"@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"
|
2023-12-29 07:49:02 +00:00
|
|
|
},
|
2024-02-02 04:02:18 +00:00
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
|
|
|
"keywords": [
|
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
|
|
|
}
|