2020-11-11 07:23:39 +00:00
|
|
|
{
|
2021-05-23 00:38:08 +00:00
|
|
|
"name": "@nocobase/client",
|
2023-06-27 05:50:59 +00:00
|
|
|
"version": "0.10.0-alpha.4",
|
2022-04-25 01:45:24 +00:00
|
|
|
"license": "Apache-2.0",
|
2021-12-06 13:23:34 +00:00
|
|
|
"main": "lib",
|
2022-05-18 16:40:55 +00:00
|
|
|
"module": "es/index.js",
|
|
|
|
"typings": "es/index.d.ts",
|
2022-01-10 11:22:21 +00:00
|
|
|
"dependencies": {
|
2023-06-22 11:51:16 +00:00
|
|
|
"@ant-design/pro-layout": "^7.14.3",
|
2023-06-25 06:04:19 +00:00
|
|
|
"@antv/g2plot": "^2.4.18",
|
2022-01-28 17:02:18 +00:00
|
|
|
"@dnd-kit/core": "^5.0.1",
|
|
|
|
"@dnd-kit/sortable": "^6.0.0",
|
2022-01-10 11:22:21 +00:00
|
|
|
"@emotion/css": "^11.7.1",
|
2023-06-22 23:55:44 +00:00
|
|
|
"@formily/antd": "2.2.26",
|
|
|
|
"@formily/core": "2.2.26",
|
|
|
|
"@formily/react": "2.2.26",
|
2023-06-27 05:50:59 +00:00
|
|
|
"@nocobase/evaluators": "0.10.0-alpha.4",
|
|
|
|
"@nocobase/sdk": "0.10.0-alpha.4",
|
|
|
|
"@nocobase/utils": "0.10.0-alpha.4",
|
2022-12-18 08:49:50 +00:00
|
|
|
"ahooks": "^3.7.2",
|
2023-04-12 04:24:09 +00:00
|
|
|
"antd": "^4.24.8",
|
2022-05-18 16:40:55 +00:00
|
|
|
"axios": "^0.26.1",
|
2022-02-23 16:04:41 +00:00
|
|
|
"classnames": "^2.3.1",
|
2022-11-02 13:38:55 +00:00
|
|
|
"cron-parser": "^4.6.0",
|
2022-10-10 07:30:47 +00:00
|
|
|
"cronstrue": "^2.11.0",
|
2022-01-22 13:05:06 +00:00
|
|
|
"file-saver": "^2.0.5",
|
2023-01-13 02:55:04 +00:00
|
|
|
"i18next": "^22.4.9",
|
|
|
|
"i18next-http-backend": "^2.1.1",
|
2023-03-19 00:18:50 +00:00
|
|
|
"markdown-it": "13.0.1",
|
|
|
|
"markdown-it-highlightjs": "3.3.1",
|
2022-06-02 06:33:37 +00:00
|
|
|
"mathjs": "^10.6.0",
|
2023-04-19 05:10:55 +00:00
|
|
|
"mermaid": "9.4.3",
|
2022-01-29 09:30:40 +00:00
|
|
|
"react-beautiful-dnd": "^13.1.0",
|
2022-02-21 07:31:31 +00:00
|
|
|
"react-big-calendar": "^0.38.7",
|
2022-03-05 06:43:19 +00:00
|
|
|
"react-drag-listview": "^0.1.9",
|
2023-04-24 08:40:02 +00:00
|
|
|
"react-error-boundary": "^4.0.3",
|
2022-01-20 04:06:09 +00:00
|
|
|
"react-helmet": "^6.1.0",
|
2022-07-25 01:24:34 +00:00
|
|
|
"react-hotkeys-hook": "^3.4.7",
|
2022-01-21 06:04:15 +00:00
|
|
|
"react-i18next": "^11.15.1",
|
2023-01-05 10:29:47 +00:00
|
|
|
"react-iframe": "~1.8.5",
|
2022-01-22 16:46:21 +00:00
|
|
|
"react-image-lightbox": "^5.1.4",
|
2023-03-19 02:55:05 +00:00
|
|
|
"react-js-cron": "^3.1.0",
|
2022-04-14 15:10:18 +00:00
|
|
|
"react-quill": "^1.3.5",
|
2023-06-20 03:48:02 +00:00
|
|
|
"react-router-dom": "^6.11.2",
|
2022-07-20 06:12:18 +00:00
|
|
|
"react-to-print": "^2.14.7",
|
2023-04-03 00:57:19 +00:00
|
|
|
"sanitize-html": "2.10.0",
|
2022-10-27 04:09:56 +00:00
|
|
|
"solarlunar-es": "^1.0.9",
|
2022-01-21 06:04:15 +00:00
|
|
|
"use-deep-compare-effect": "^1.8.1"
|
2022-01-10 11:22:21 +00:00
|
|
|
},
|
2021-05-23 00:38:08 +00:00
|
|
|
"peerDependencies": {
|
2023-06-20 03:48:02 +00:00
|
|
|
"react": ">=18.0.0",
|
|
|
|
"react-dom": ">=18.0.0",
|
|
|
|
"react-is": ">=18.0.0"
|
2021-12-06 13:23:34 +00:00
|
|
|
},
|
2022-01-10 11:22:21 +00:00
|
|
|
"devDependencies": {
|
2022-05-18 16:40:55 +00:00
|
|
|
"@testing-library/react": "^12.1.2",
|
2023-03-19 00:18:50 +00:00
|
|
|
"@types/markdown-it": "12.2.3",
|
|
|
|
"@types/markdown-it-highlightjs": "3.3.1",
|
2023-06-20 03:48:02 +00:00
|
|
|
"axios-mock-adapter": "^1.20.0",
|
|
|
|
"dumi": "^2.2.0",
|
|
|
|
"dumi-theme-nocobase": "^0.2.9"
|
2022-04-25 06:47:13 +00:00
|
|
|
},
|
2022-11-04 13:23:02 +00:00
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2020-11-11 07:23:39 +00:00
|
|
|
}
|