2020-11-11 15:23:39 +08:00
|
|
|
{
|
2021-05-23 08:38:08 +08:00
|
|
|
"name": "@nocobase/client",
|
2021-10-07 15:27:02 +08:00
|
|
|
"version": "0.5.0-alpha.6",
|
2021-05-23 08:38:08 +08:00
|
|
|
"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 15:07:46 +08:00
|
|
|
"@antv/g2plot": "^2.3.27",
|
2021-08-21 15:53:22 +08:00
|
|
|
"@dnd-kit/core": "4.0.0-next-2021720152655",
|
|
|
|
"@dnd-kit/sortable": "5.0.0-next-2021720152655",
|
2021-10-07 15:25:20 +08:00
|
|
|
"@formily/antd": "2.0.0-rc.3",
|
|
|
|
"@formily/core": "2.0.0-rc.3",
|
|
|
|
"@formily/react": "2.0.0-rc.3",
|
2021-07-04 00:19:26 +08:00
|
|
|
"@monaco-editor/react": "^4.2.1",
|
2021-05-23 08:38:08 +08:00
|
|
|
"ahooks": "^2.10.2",
|
|
|
|
"axios": "^0.21.1",
|
2021-06-04 11:20:11 +08:00
|
|
|
"beautiful-react-hooks": "^0.35.0",
|
2021-07-04 00:19:26 +08:00
|
|
|
"constate": "^3.3.0",
|
2021-08-14 23:48:29 +08:00
|
|
|
"file-saver": "^2.0.5",
|
2021-08-04 12:38:08 +08:00
|
|
|
"flat": "^5.0.2",
|
2021-08-02 15:05:28 +08:00
|
|
|
"html-react-parser": "^1.2.7",
|
2021-05-23 08:38:08 +08:00
|
|
|
"lodash": "^4.17.21",
|
2021-10-07 15:25:20 +08:00
|
|
|
"micromark": "~2.11.0",
|
2021-07-14 14:30:38 +08:00
|
|
|
"monaco-editor": "^0.25.2",
|
2021-08-13 09:57:21 +08:00
|
|
|
"react-big-calendar": "^0.33.6",
|
2021-05-23 08:38:08 +08:00
|
|
|
"react-helmet": "^6.1.0",
|
2021-08-13 23:34:17 +08:00
|
|
|
"react-image-lightbox": "^5.1.4",
|
2021-05-23 08:38:08 +08:00
|
|
|
"umi-request": "^1.3.5"
|
|
|
|
}
|
2020-11-11 15:23:39 +08:00
|
|
|
}
|