ERPTurbo_Admin/package.json
shenyifei 1429319b01 refactor(components): 调整组件导入路径并新增验证码组件
- 将多个组件中的 @chageable/components 导入改为从 @/components 导入
- 在 BoxBrandList.tsx、CostList.tsx、ProductDataList.tsx 等文件中更新 ProFormBizSelect 相关组件导入
- 在 CaptchaModal/index.tsx 中将 Captcha 组件导入从 @chageable/components 改为 @/components
- 在 ChannelList.tsx、CompanyList.tsx、EmployeeList.tsx 等文件中更新 ProFormUploadMaterial 导入
- 在 MaterialList.tsx 中更新 ProFormBizTreeSelect 和 ProFormUploadOss 导入
- 在 MenuList.tsx、OrderCostList.tsx 中更新 ProFormBizSelect 相关组件导入
- 在 DealerModal.tsx、MaterialModal.tsx、OrderModal.tsx 等文件中更新 SelectModal 导入
- 在 app.tsx 中将 LeftMenu 导入从 @chageable/components 改为 @/components
- 新增 UploadMaterial 组件并添加到 components/index.ts 导出
- 在 Captcha 组件中添加滑动验证码功能,包含样式和交互逻辑
- 在 companyPaymentAccount 工具函数中添加 branchName 字段支持
2026-01-07 00:12:26 +08:00

94 lines
2.5 KiB
JSON

{
"name": "xunhong",
"version": "1.0.0",
"description": "",
"workspaces": {
"packages": [
"packages/*",
"shared/**"
]
},
"scripts": {
"format": "pnpm --filter \"./packages/**\" run format",
"prepare": "husky",
"dev": "pnpm --filter \"./packages/**\" run dev",
"build": "pnpm --filter \"./packages/**\" run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/charts": "^2.2.7",
"@ant-design/cssinjs": "^1.23.0",
"@ant-design/icons": "^6.0.0",
"@ant-design/pro-components": "^2.8.6",
"@ant-design/pro-editor": "^1.3.0",
"@ant-design/x": "^1.1.0",
"@formily/antd-v5": "^1.2.3",
"@formily/core": "^2.3.2",
"@formily/react": "^2.3.2",
"@nutui/nutui-react": "^3.0.18",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.12",
"@types/uuid": "^10.0.0",
"@umijs/max": "^4.4.9",
"@umijs/max-plugin-openapi": "^2.0.3",
"@wangeditor-next/editor": "^5.6.34",
"@wangeditor-next/editor-for-react": "^1.0.9",
"ali-oss": "^6.21.0",
"antd": "^5.25.2",
"antd-style": "^3.7.1",
"axios": "1.7.4",
"classnames": "^2.5.1",
"clipboard": "^2.0.11",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"detect-port": "^1.6.1",
"district-data": "^0.0.17",
"dompurify": "^3.2.5",
"execa": "^9.4.1",
"file-saver": "^2.0.5",
"git-revision-webpack-plugin": "^5.0.0",
"highlight.js": "^11.10.0",
"immer": "^10.1.1",
"immutability-helper": "^3.1.1",
"inquirer": "^12.0.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"moment": "^2.30.1",
"mustache": "^4.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-calculator-ts": "^1.1.1",
"react-contexify": "^6.0.0",
"react-countup": "^6.5.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-json-view": "^1.21.3",
"react-rnd": "^10.4.13",
"styled-components": "^6.1.17",
"swagger-ui-dist": "^5.17.14",
"uuid": "^10.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/dompurify": "^3.2.0",
"@types/file-saver": "^2.0.7",
"@types/markdown-it": "^14.1.2",
"@types/react": "^18.3.11",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.1",
"@umijs/openapi": "^1.13.0",
"concurrently": "^9.1.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"tailwindcss-themer": "^4.1.1",
"typescript": "^5.6.3"
}
}