e112a644ea
* 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>
77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"name": "@nocobase/client",
|
|
"version": "0.18.0-alpha.1",
|
|
"license": "Apache-2.0",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.mjs",
|
|
"types": "es/index.d.ts",
|
|
"dependencies": {
|
|
"@ant-design/cssinjs": "^1.11.1",
|
|
"@ant-design/icons": "^5.1.4",
|
|
"@ant-design/pro-layout": "^7.16.11",
|
|
"@antv/g2plot": "^2.4.18",
|
|
"@ctrl/tinycolor": "^3.6.0",
|
|
"@dnd-kit/core": "^5.0.1",
|
|
"@dnd-kit/modifiers": "^6.0.0",
|
|
"@dnd-kit/sortable": "^6.0.0",
|
|
"@emotion/css": "^11.7.1",
|
|
"@formily/antd-v5": "^1.1.9",
|
|
"@formily/core": "^2.2.27",
|
|
"@formily/grid": "^2.2.27",
|
|
"@formily/json-schema": "^2.2.27",
|
|
"@formily/path": "^2.2.27",
|
|
"@formily/react": "^2.2.27",
|
|
"@formily/reactive": "^2.2.27",
|
|
"@formily/reactive-react": "^2.2.27",
|
|
"@formily/shared": "^2.2.27",
|
|
"@formily/validator": "^2.2.27",
|
|
"@nocobase/evaluators": "0.18.0-alpha.1",
|
|
"@nocobase/sdk": "0.18.0-alpha.1",
|
|
"@nocobase/utils": "0.18.0-alpha.1",
|
|
"ahooks": "^3.7.2",
|
|
"antd": "^5.12.2",
|
|
"antd-style": "3.4.5",
|
|
"axios": "^0.26.1",
|
|
"classnames": "^2.3.1",
|
|
"cronstrue": "^2.11.0",
|
|
"file-saver": "^2.0.5",
|
|
"flat": "^5.0.2",
|
|
"i18next": "^22.4.9",
|
|
"i18next-http-backend": "^2.1.1",
|
|
"lodash": "4.17.21",
|
|
"markdown-it": "13.0.1",
|
|
"markdown-it-highlightjs": "3.3.1",
|
|
"mathjs": "^10.6.0",
|
|
"mermaid": "9.4.3",
|
|
"react-beautiful-dnd": "^13.1.0",
|
|
"react-drag-listview": "^0.1.9",
|
|
"react-error-boundary": "^4.0.10",
|
|
"react-helmet": "^6.1.0",
|
|
"react-hotkeys-hook": "^3.4.7",
|
|
"react-i18next": "^11.15.1",
|
|
"react-iframe": "~1.8.5",
|
|
"react-image-lightbox": "^5.1.4",
|
|
"react-js-cron": "^3.1.0",
|
|
"react-quill": "^2.0.0",
|
|
"react-router-dom": "^6.11.2",
|
|
"react-to-print": "^2.14.7",
|
|
"sanitize-html": "2.10.0",
|
|
"use-deep-compare-effect": "^1.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18.0.0",
|
|
"react-dom": ">=18.0.0",
|
|
"react-is": ">=18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/markdown-it": "12.2.3",
|
|
"@types/markdown-it-highlightjs": "3.3.1",
|
|
"@types/react-big-calendar": "^1.6.4",
|
|
"axios-mock-adapter": "^1.20.0",
|
|
"dumi": "^2.2.0",
|
|
"dumi-theme-nocobase": "^0.2.19"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|