tachybase_todo/packages/plugins/@nocobase/plugin-calendar/package.json
Dunqing e112a644ea
feat(plugin-calendar): add calendar plugin (#3109)
* feat: init calendar plugin

* feat: move files to plugin

* feat: handle CalendarBlockInitializer in plugin

* feat: add todo

* feat: move collection template to plugin and fix i18n

* chore: update deps

* feat: export genStyleHook

* feat: handle i18n

* chore: remove react-i18next

* docs: update info

* test: move e2e test

* test: move to client

* chore: update version

* fix: merge revert

* fix: merge revert

* fix: missing SchemaSettings.xxx

* test: fix e2e failed

* test: update

* test: fix case failed

* fix: data blocks

* fix: remove provider

* fix: missing CalendarV2

* fix: missing CalendarActionInitializers

* fix: version

* fix: error

* fix: calender block form action should support print

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
2023-12-23 15:16:41 +08:00

38 lines
1.0 KiB
JSON

{
"name": "@nocobase/plugin-calendar",
"version": "0.18.0-alpha.1",
"displayName": "Calendar",
"displayName.zh-CN": "日历",
"description": "Provide calendar template and block",
"description.zh-CN": "提供日历模板和区块",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"types": "./dist/server/index.d.ts",
"devDependencies": {
"react-big-calendar": "^1.8.1",
"@ant-design/icons": "5.x",
"@formily/antd-v5": "1.x",
"@formily/react": "2.x",
"@formily/shared": "2.x",
"@formily/core": "2.x",
"lodash": "^4.17.21",
"react": "^18.2.0",
"dayjs": "^1.11.8",
"antd-style": "3.4.5",
"cron-parser": "4.4.0",
"react-js-cron": "^3.1.0",
"solarlunar-es": "^1.0.9",
"antd": "5.x"
},
"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"
}
}