nocobase/packages/client/package.json

44 lines
1.3 KiB
JSON
Raw Normal View History

{
2021-05-23 00:38:08 +00:00
"name": "@nocobase/client",
2021-11-01 07:20:30 +00:00
"version": "0.5.0-alpha.24",
2021-05-23 00:38:08 +00: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"
},
2021-10-07 16:37:39 +00:00
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4",
2021-05-23 00:38:08 +00:00
"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-10-07 07:25:20 +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",
"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-10-07 07:25:20 +00:00
"micromark": "~2.11.0",
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-05-23 00:38:08 +00:00
"react-helmet": "^6.1.0",
2021-08-13 15:34:17 +00:00
"react-image-lightbox": "^5.1.4",
2021-05-23 00:38:08 +00:00
"umi-request": "^1.3.5"
}
}