mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:36:32 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"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": {
|
|
"@formily/antd": "^2.0.0-beta.72",
|
|
"@formily/core": "^2.0.0-beta.72",
|
|
"@formily/react": "^2.0.0-beta.72",
|
|
"@monaco-editor/react": "^4.2.1",
|
|
"ahooks": "^2.10.2",
|
|
"axios": "^0.21.1",
|
|
"beautiful-react-hooks": "^0.35.0",
|
|
"constate": "^3.3.0",
|
|
"lodash": "^4.17.21",
|
|
"monaco-editor": "^0.25.2",
|
|
"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",
|
|
"react-helmet": "^6.1.0",
|
|
"react-hooks-global-state": "^1.0.1",
|
|
"umi-request": "^1.3.5"
|
|
}
|
|
}
|