2020-11-11 15:23:39 +08:00
|
|
|
{
|
2021-05-23 08:38:08 +08:00
|
|
|
"name": "@nocobase/client",
|
2022-06-01 12:49:30 +08:00
|
|
|
"version": "0.7.0-alpha.83",
|
2022-04-25 09:45:24 +08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "Apache-2.0",
|
|
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
],
|
2021-12-06 21:23:34 +08:00
|
|
|
"main": "lib",
|
2022-05-19 00:40:55 +08:00
|
|
|
"module": "es/index.js",
|
|
|
|
"typings": "es/index.d.ts",
|
2022-01-10 19:22:21 +08:00
|
|
|
"dependencies": {
|
2022-01-29 01:02:18 +08:00
|
|
|
"@dnd-kit/core": "^5.0.1",
|
|
|
|
"@dnd-kit/sortable": "^6.0.0",
|
2022-01-10 19:22:21 +08:00
|
|
|
"@emotion/css": "^11.7.1",
|
2022-05-05 16:41:06 +08:00
|
|
|
"@formily/antd": "2.0.20",
|
|
|
|
"@formily/core": "2.0.20",
|
|
|
|
"@formily/react": "2.0.20",
|
2022-06-01 12:49:30 +08:00
|
|
|
"@nocobase/sdk": "0.7.0-alpha.83",
|
|
|
|
"@nocobase/utils": "0.7.0-alpha.83",
|
2022-01-10 19:22:21 +08:00
|
|
|
"ahooks": "^3.0.5",
|
2022-04-25 14:37:10 +08:00
|
|
|
"antd": "~4.19.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-01-22 21:05:06 +08:00
|
|
|
"file-saver": "^2.0.5",
|
2022-01-10 19:22:21 +08:00
|
|
|
"i18next": "^21.6.0",
|
2022-01-28 13:20:01 +08:00
|
|
|
"marked": "^4.0.12",
|
2022-01-29 17:30:40 +08:00
|
|
|
"react-beautiful-dnd": "^13.1.0",
|
2022-02-21 15:31:31 +08:00
|
|
|
"react-big-calendar": "^0.38.7",
|
2022-03-05 14:43:19 +08:00
|
|
|
"react-drag-listview": "^0.1.9",
|
2022-01-20 12:06:09 +08:00
|
|
|
"react-helmet": "^6.1.0",
|
2022-01-21 14:04:15 +08:00
|
|
|
"react-i18next": "^11.15.1",
|
2022-01-23 00:46:21 +08:00
|
|
|
"react-image-lightbox": "^5.1.4",
|
2022-04-14 23:10:18 +08:00
|
|
|
"react-quill": "^1.3.5",
|
2022-02-10 18:38:05 +08:00
|
|
|
"react-router-dom": "^5.2.0",
|
2022-04-10 09:10:25 +08:00
|
|
|
"slate": "^0.76.1",
|
|
|
|
"slate-history": "^0.66.0",
|
|
|
|
"slate-react": "^0.76.1",
|
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": {
|
|
|
|
"@types/react": ">=16.8.0 || >=17.0.0",
|
|
|
|
"@types/react-dom": ">=16.8.0 || >=17.0.0",
|
|
|
|
"react": ">=16.8.0 || >=17.0.0",
|
2021-12-06 21:23:34 +08:00
|
|
|
"react-dom": ">=16.8.0",
|
2022-02-10 18:38:05 +08:00
|
|
|
"react-is": ">=16.8.0 || >=17.0.0"
|
2021-12-06 21:23:34 +08:00
|
|
|
},
|
2022-01-10 19:22:21 +08:00
|
|
|
"devDependencies": {
|
2022-05-19 00:40:55 +08:00
|
|
|
"@testing-library/react": "^12.1.2",
|
2022-01-28 13:20:01 +08:00
|
|
|
"@types/marked": "^4.0.1",
|
2022-01-10 19:22:21 +08:00
|
|
|
"axios-mock-adapter": "^1.20.0"
|
2022-04-25 14:47:13 +08:00
|
|
|
},
|
2022-04-25 16:16:19 +08:00
|
|
|
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
|
2020-11-11 15:23:39 +08:00
|
|
|
}
|