mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-28 17:43:07 +08:00
047f88cd24
* feat(plugins): add client-v2 block plugins * fix(client-v2): address plugin review issues * fix(client-v2): drop template plugin migration * fix(plugin-gantt): comment out model loader registration * fix(client-v2): drop charts plugin migration * feat(data-visualization): migrate client v2 * chore(data-visualization): remove unused ECharts files * feat(data-visualization): add v2 echarts * refactor(index): export isTitleField from flow-compat * fix(kanban): align client-v2 settings * chore(plugin-block-multi-step-form): remove client-v2 files * chore(plugin-block-tree): remove unused components and files * chore(plugin-gantt): remove unused client-v2 files * chore(map): remove Google Maps components and models - Deleted Google Maps related components, models, and utility functions. - This includes the Search component, Map component, and various field models. - Cleaned up the codebase by removing unused files and simplifying the structure. BREAKING CHANGE: This change removes all Google Maps functionality from the plugin. * chore(kanban): remove unused models and plugin code * chore(calendar): remove deprecated calendar models and components * fix(chart): cast chart type options to any
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"name": "@nocobase/plugin-calendar",
|
|
"version": "2.1.0-beta.25",
|
|
"displayName": "Calendar",
|
|
"displayName.ru-RU": "Календарь",
|
|
"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.ru-RU": "Предоставляет шаблон коллекции календаря и блок для управления данными дат — такими как события, встречи, задачи и другие связанные с датой/временем данные.",
|
|
"description.zh-CN": "提供日历数据表模板和区块,用于管理日期数据,通常用于事件、约会、任务等与日期/时间相关的信息。",
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/calendar",
|
|
"homepage.ru-RU": "https://docs-ru.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.7.1",
|
|
"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": "2.x",
|
|
"@nocobase/client-v2": "2.x",
|
|
"@nocobase/database": "2.x",
|
|
"@nocobase/server": "2.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/plugins/calendar"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"Collections",
|
|
"Blocks"
|
|
]
|
|
}
|