2020-11-11 07:23:39 +00:00
|
|
|
{
|
2021-05-23 00:38:08 +00:00
|
|
|
"name": "@nocobase/client",
|
|
|
|
"version": "0.4.0-alpha.7",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"typings": "lib/index.d.ts",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"build": "rimraf -rf lib esm dist && npm run build:cjs",
|
|
|
|
"build:cjs": "tsc --declaration"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@types/react": ">=16.8.0 || >=17.0.0",
|
|
|
|
"@types/react-dom": ">=16.8.0 || >=17.0.0",
|
|
|
|
"antd": "^4.0.0",
|
|
|
|
"react": ">=16.8.0 || >=17.0.0",
|
|
|
|
"react-dom": ">=16.8.0 || >=17.0.0",
|
|
|
|
"react-router-dom": ">=5.2.0"
|
|
|
|
},
|
|
|
|
"gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e",
|
|
|
|
"dependencies": {
|
2021-07-27 07:07:46 +00:00
|
|
|
"@antv/g2plot": "^2.3.27",
|
2021-08-21 07:53:22 +00:00
|
|
|
"@dnd-kit/core": "4.0.0-next-2021720152655",
|
|
|
|
"@dnd-kit/sortable": "5.0.0-next-2021720152655",
|
2021-08-20 14:50:12 +00:00
|
|
|
"@formily/antd": "^2.0.0-rc.3",
|
|
|
|
"@formily/core": "^2.0.0-rc.3",
|
|
|
|
"@formily/react": "^2.0.0-rc.3",
|
2021-07-03 16:19:26 +00:00
|
|
|
"@monaco-editor/react": "^4.2.1",
|
2021-05-23 00:38:08 +00:00
|
|
|
"ahooks": "^2.10.2",
|
|
|
|
"axios": "^0.21.1",
|
2021-06-04 03:20:11 +00:00
|
|
|
"beautiful-react-hooks": "^0.35.0",
|
2021-07-03 16:19:26 +00:00
|
|
|
"constate": "^3.3.0",
|
2021-08-14 15:48:29 +00:00
|
|
|
"file-saver": "^2.0.5",
|
2021-08-04 04:38:08 +00:00
|
|
|
"flat": "^5.0.2",
|
2021-08-02 07:05:28 +00:00
|
|
|
"html-react-parser": "^1.2.7",
|
2021-05-23 00:38:08 +00:00
|
|
|
"lodash": "^4.17.21",
|
2021-07-14 06:30:38 +00:00
|
|
|
"monaco-editor": "^0.25.2",
|
2021-08-13 01:57:21 +00:00
|
|
|
"react-big-calendar": "^0.33.6",
|
2021-06-02 03:09:01 +00:00
|
|
|
"react-dnd": "^14.0.2",
|
|
|
|
"react-dnd-html5-backend": "^14.0.0",
|
|
|
|
"react-dnd-preview": "^6.0.2",
|
|
|
|
"react-dnd-touch-backend": "^14.0.0",
|
2021-05-23 00:38:08 +00:00
|
|
|
"react-helmet": "^6.1.0",
|
|
|
|
"react-hooks-global-state": "^1.0.1",
|
2021-08-13 15:34:17 +00:00
|
|
|
"react-image-lightbox": "^5.1.4",
|
2021-08-13 01:57:21 +00:00
|
|
|
"react-modal-hook": "^3.0.0",
|
2021-05-23 00:38:08 +00:00
|
|
|
"umi-request": "^1.3.5"
|
|
|
|
}
|
2020-11-11 07:23:39 +00:00
|
|
|
}
|