2020-11-11 15:23:39 +08:00
|
|
|
{
|
2021-05-23 08:38:08 +08:00
|
|
|
"name": "@nocobase/client",
|
2024-03-23 17:54:02 +08:00
|
|
|
"version": "0.20.0-alpha.16",
|
2022-04-25 09:45:24 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-09-07 12:43:04 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"module": "es/index.mjs",
|
2023-07-16 12:46:25 +08:00
|
|
|
"types": "es/index.d.ts",
|
2022-01-10 19:22:21 +08:00
|
|
|
"dependencies": {
|
2024-03-03 23:06:24 +08:00
|
|
|
"@ahooksjs/use-url-state": "3.5.1",
|
2023-08-02 00:07:52 +08:00
|
|
|
"@ant-design/cssinjs": "^1.11.1",
|
|
|
|
"@ant-design/icons": "^5.1.4",
|
2023-09-04 16:25:49 +08:00
|
|
|
"@ant-design/pro-layout": "^7.16.11",
|
2023-06-25 14:04:19 +08:00
|
|
|
"@antv/g2plot": "^2.4.18",
|
2023-07-22 12:50:04 +08:00
|
|
|
"@ctrl/tinycolor": "^3.6.0",
|
2022-01-29 01:02:18 +08:00
|
|
|
"@dnd-kit/core": "^5.0.1",
|
2023-08-02 00:07:52 +08:00
|
|
|
"@dnd-kit/modifiers": "^6.0.0",
|
2022-01-29 01:02:18 +08:00
|
|
|
"@dnd-kit/sortable": "^6.0.0",
|
2022-01-10 19:22:21 +08:00
|
|
|
"@emotion/css": "^11.7.1",
|
2023-12-18 15:21:57 +08:00
|
|
|
"@formily/antd-v5": "^1.1.9",
|
2023-07-29 20:24:07 +08:00
|
|
|
"@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",
|
2024-03-23 17:54:02 +08:00
|
|
|
"@nocobase/evaluators": "0.20.0-alpha.16",
|
|
|
|
"@nocobase/sdk": "0.20.0-alpha.16",
|
|
|
|
"@nocobase/utils": "0.20.0-alpha.16",
|
2022-12-18 16:49:50 +08:00
|
|
|
"ahooks": "^3.7.2",
|
2024-01-06 18:32:25 +08:00
|
|
|
"antd": "^5.12.8",
|
2023-09-04 20:03:41 +08:00
|
|
|
"antd-style": "3.4.5",
|
2022-05-19 00:40:55 +08:00
|
|
|
"axios": "^0.26.1",
|
2022-02-24 00:04:41 +08:00
|
|
|
"classnames": "^2.3.1",
|
2022-10-10 15:30:47 +08:00
|
|
|
"cronstrue": "^2.11.0",
|
2022-01-22 21:05:06 +08:00
|
|
|
"file-saver": "^2.0.5",
|
2023-09-03 11:35:48 +08:00
|
|
|
"flat": "^5.0.2",
|
2023-01-13 10:55:04 +08:00
|
|
|
"i18next": "^22.4.9",
|
|
|
|
"i18next-http-backend": "^2.1.1",
|
2023-08-02 00:07:52 +08:00
|
|
|
"lodash": "4.17.21",
|
2023-03-19 08:18:50 +08:00
|
|
|
"markdown-it": "13.0.1",
|
|
|
|
"markdown-it-highlightjs": "3.3.1",
|
2022-06-02 14:33:37 +08:00
|
|
|
"mathjs": "^10.6.0",
|
2023-04-19 13:10:55 +08:00
|
|
|
"mermaid": "9.4.3",
|
2022-01-29 17:30:40 +08:00
|
|
|
"react-beautiful-dnd": "^13.1.0",
|
2022-03-05 14:43:19 +08:00
|
|
|
"react-drag-listview": "^0.1.9",
|
2023-07-08 08:26:27 +08:00
|
|
|
"react-error-boundary": "^4.0.10",
|
2022-01-20 12:06:09 +08:00
|
|
|
"react-helmet": "^6.1.0",
|
2022-07-25 09:24:34 +08:00
|
|
|
"react-hotkeys-hook": "^3.4.7",
|
2022-01-21 14:04:15 +08:00
|
|
|
"react-i18next": "^11.15.1",
|
2023-01-05 18:29:47 +08:00
|
|
|
"react-iframe": "~1.8.5",
|
2022-01-23 00:46:21 +08:00
|
|
|
"react-image-lightbox": "^5.1.4",
|
2023-03-19 10:55:05 +08:00
|
|
|
"react-js-cron": "^3.1.0",
|
2023-07-08 08:26:27 +08:00
|
|
|
"react-quill": "^2.0.0",
|
2023-06-20 11:48:02 +08:00
|
|
|
"react-router-dom": "^6.11.2",
|
2022-07-20 14:12:18 +08:00
|
|
|
"react-to-print": "^2.14.7",
|
2023-04-03 08:57:19 +08:00
|
|
|
"sanitize-html": "2.10.0",
|
2022-01-21 14:04:15 +08:00
|
|
|
"use-deep-compare-effect": "^1.8.1"
|
2022-01-10 19:22:21 +08:00
|
|
|
},
|
2021-05-23 08:38:08 +08:00
|
|
|
"peerDependencies": {
|
2023-06-20 11:48:02 +08:00
|
|
|
"react": ">=18.0.0",
|
|
|
|
"react-dom": ">=18.0.0",
|
|
|
|
"react-is": ">=18.0.0"
|
2021-12-06 21:23:34 +08:00
|
|
|
},
|
2022-01-10 19:22:21 +08:00
|
|
|
"devDependencies": {
|
2023-07-28 09:58:49 +08:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2023-03-19 08:18:50 +08:00
|
|
|
"@types/markdown-it": "12.2.3",
|
|
|
|
"@types/markdown-it-highlightjs": "3.3.1",
|
2023-07-08 08:26:27 +08:00
|
|
|
"@types/react-big-calendar": "^1.6.4",
|
2023-07-08 08:29:33 +08:00
|
|
|
"axios-mock-adapter": "^1.20.0",
|
|
|
|
"dumi": "^2.2.0",
|
2023-12-06 16:20:31 +08:00
|
|
|
"dumi-theme-nocobase": "^0.2.19"
|
2022-04-25 14:47:13 +08:00
|
|
|
},
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2023-07-07 06:56:04 +08:00
|
|
|
}
|