nocobase/packages/client/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

{
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-06-27 07:41:40 +00:00
"@formily/antd": "^2.0.0-beta.72",
"@formily/core": "^2.0.0-beta.72",
"@formily/react": "^2.0.0-beta.72",
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-05-23 00:38:08 +00:00
"lodash": "^4.17.21",
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",
"umi-request": "^1.3.5"
}
}