tachybase_todo/packages/core/client/package.json

82 lines
2.4 KiB
JSON

{
"name": "@tachybase/client",
"version": "0.21.56",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.mjs",
"types": "es/index.d.ts",
"dependencies": {
"@ahooksjs/use-url-state": "3.5.1",
"@ant-design/cssinjs": "^1.11.1",
"@ant-design/icons": "^5.3.7",
"@ant-design/pro-layout": "^7.16.11",
"@antv/g2plot": "^2.4.18",
"@ctrl/tinycolor": "^3.6.0",
"@dnd-kit/accessibility": "^3.1.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/css": "^11.7.1",
"@tachybase/components": "workspace:*",
"@tachybase/evaluators": "workspace:*",
"@tachybase/schema": "workspace:*",
"@tachybase/sdk": "workspace:*",
"@tachybase/utils": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.18.1",
"antd-style": "3.4.5",
"axios": "^1.6.2",
"classnames": "^2.3.1",
"cronstrue": "^2.11.0",
"d3-format": "^3.1.0",
"dayjs": "^1.11.8",
"deepmerge": "^4.2.2",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"i18next": "^22.4.9",
"i18next-http-backend": "^2.1.1",
"lodash": "4.17.21",
"lru-cache": "8.0.5",
"markdown-it": "13.0.1",
"markdown-it-highlightjs": "3.3.1",
"mathjs": "^10.6.0",
"mermaid": "9.4.3",
"mitt": "^3.0.1",
"nanoid": "^3.3.6",
"rc-tree-select": "^5.15.0",
"rc-util": "^5.32.0",
"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-intersection-observer": "^9.10.3",
"react-js-cron": "^3.1.0",
"react-quill": "^2.0.0",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2",
"react-to-print": "^2.14.7",
"sanitize-html": "2.10.0",
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/flat": "^5.0.5",
"@types/lodash": "^4.17.5",
"@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"
},
"peerDependencies": {
"@tachybase/database": "workspace:*",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-is": ">=18.0.0"
}
}