代码拉取完成,页面将自动刷新
同步操作将从 鸿翼低码/低码组件 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "inbiz",
"version": "0.0.1",
"private": true,
"description": "",
"repository": {
"type": "git"
},
"scripts": {
"start": "concurrently \"npm run dev:basic\" \"npm run dev:components\"",
"dev:basic": "webpack server --mode=development --config ./scripts/basic.config.js",
"dev:web": "cross-env components=web webpack server --mode=development --config ./scripts/components.config.js",
"dev:wap": "cross-env components=wap webpack server --mode=development --config ./scripts/components.config.js",
"dev:components": "cross-env webpack server --mode=development --config ./scripts/components.config.js",
"build:basic": "webpack --config ./scripts/basic.config.js && node ./scripts/locale.js --locale=basic",
"build:components": "webpack --config ./scripts/components.config.js && node ./scripts/locale.js --locale=components",
"build": "concurrently \"npm run build:components\" \"npm run build:basic\""
},
"babel": {
"env": {
"development": {
"retainLines": true
}
}
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie > 11"
],
"resolutions": {
"@ant-design/pro-components": "2.3.52",
"@types/react": ">=18.0.25",
"@types/react-dom": ">=18.0.9",
"antd": "4.22.2",
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"react-router": "6.8.0",
"react-router-dom": "6.8.0"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-layout": "^7.17.16",
"@formily/antd": "^2.2.18",
"@formily/core": "^2.2.18",
"@formily/grid": "^2.3.1",
"@formily/path": "^2.3.1",
"@formily/react": "^2.2.18",
"@formily/reactive": "^2.2.18",
"@formily/reactive-react": "^2.3.1",
"@formily/shared": "^2.3.1",
"@inbiz/core": "^1.1.59",
"@inbiz/react": "^1.1.59",
"@inbiz/react-settings-form": "^1.1.59",
"@inbiz/shared": "^1.1.65",
"@inbiz/transformer": "^1.1.59",
"@microsoft/signalr": "^7.0.4",
"@monaco-editor/react": "^4.4.5",
"@react-spring/web": "^9.7.1",
"@tinymce/tinymce-react": "^4.3.0",
"ace-builds": "^1.32.2",
"ahooks": "^3.3.10",
"antd": "4.22.2",
"antd-img-crop": "^4.2.3",
"antd-mobile": "^5.28.0",
"antd-mobile-icons": "^0.3.0",
"array-move": "^4.0.0",
"bpmn-js": "^16.3.0",
"camunda-bpmn-moddle": "^7.0.1",
"classnames": "^2.3.2",
"client-only": "^0.0.1",
"clipboard": "^2.0.11",
"clipboard-polyfill": "^4.0.0",
"cnchar": "^3.2.2",
"core-js": "^3.30.2",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"darkreader": "^4.9.57",
"dayjs": "1.11.7",
"diagram-js": "^13.4.0",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"emoji-js": "^3.7.0",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"inbiz-graph": "^3.4.5",
"inbiz-uploader": "^5.16.20",
"inherits": "^2.0.4",
"inherits-browser": "^0.1.0",
"js-cookie": "^3.0.5",
"jsencrypt": "^3.2.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"monaco-editor": "^0.36.1",
"nprogress": "^0.2.0",
"object-assign": "^4.1.1",
"qrcode.react": "^3.1.0",
"qs": "^6.11.2",
"rc-field-form": "^1.41.0",
"rc-resize-observer": "^1.4.0",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-activation": "^0.12.4",
"react-color": "^2.19.3",
"react-contexify": "^5.0.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.6",
"react-helmet-async": "^1.0.9",
"react-html-parser": "^2.0.2",
"react-image-crop": "^10.0.9",
"react-infinite-scroller": "^1.2.6",
"react-intl": "^6.5.5",
"react-is": "^18.2.0",
"react-resizable": "^3.0.5",
"react-router-dom": "6.8.0",
"react-sizeme": "^3.0.2",
"react-sortable-hoc": "^2.0.0",
"react-svg": "^16.1.2",
"react-to-print": "^2.14.12",
"react-transition-group": "^4.4.5",
"requestidlecallback": "^0.3.0",
"screenfull": "^6.0.2",
"spark-md5": "^3.0.2",
"tiny-svg": "^3.0.1",
"umi-request": "^1.4.0",
"use-deep-compare": "^1.1.0",
"use-error-boundary": "^2.0.6"
},
"devDependencies": {
"@babel/plugin-transform-class-properties": "^7.23.3",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.11",
"@types/react-dom": "^18.0.11",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.12.2",
"compressing": "^1.9.0",
"compression-webpack-plugin": "^10.0.0",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.2",
"css-minimizer-webpack-plugin": "^1.2.0",
"dumi": "2.1.10",
"eslint": "^8.25.0",
"father-build": "^1.22.3",
"husky": "^8.0.1",
"inbiz-image-search-screenshot": "^2.0.0",
"inbiz-image-search-upload": "^2.0.0",
"inquirer": "^6.2.0",
"jest": "^27.3.1",
"less-loader": "^8.0.0",
"mini-css-extract-plugin": "^2.6.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "^2.8.1",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "^2.0.0",
"stylelint": "^13.2.0",
"terser-webpack-plugin": "^5.3.3",
"thread-loader": "^3.0.4",
"unplugin-auto-import": "0.12.1",
"unplugin-icons": "^0.14.15",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"packageManager": "pnpm@7.3.0",
"engines": {
"node": ">=16.11.0"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。