ERPTurbo_Client/package.json
shenyifei bd4723b6ed feat(purchase): 新增成本差异和辅料费用编辑功能
- 新增 CostDifferenceSection 组件,支持分成金额调整与利润计算
- 新增 MaterialCostSection 组件,支持辅料费用的数量与单价编辑
- 优化 BasicInfoSection,增加车次号和运费类型的输入控件
- 重构 CostSummarySection,使用表格展示成本汇总信息
- 移除 LaborInfoSection 中的调试日志
- 调整 MarketPriceSection,改进供应商报价展示样式
- 优化 PackageInfoSection,增强纸箱信息的可编辑交互
- 清理 DealerInfoSection 中切换经销商时的冗余字段重置逻辑
2025-11-12 18:40:45 +08:00

115 lines
3.3 KiB
JSON

{
"name": "erp-turbo-client",
"version": "1.0.0",
"description": "",
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"prepare": "husky",
"dev": "pnpm -r run dev",
"build": "pnpm -r run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.21.5",
"@fingerprintjs/fingerprintjs": "3.4.2",
"@galacean/appx-adapter": "^0.3.3",
"@galacean/effects": "^2.4.8",
"@nutui/nutui-react-taro": "^3.0.18",
"@nutui/replace-icons": "^1.0.3",
"@tarojs/binding-win32-x64-msvc": "4.1.7",
"@tarojs/components": "4.1.7",
"@tarojs/helper": "4.1.7",
"@tarojs/plugin-framework-react": "4.1.7",
"@tarojs/plugin-html": "^4.1.7",
"@tarojs/plugin-http": "^4.1.7",
"@tarojs/plugin-inject": "^4.1.7",
"@tarojs/plugin-platform-alipay": "4.1.7",
"@tarojs/plugin-platform-h5": "4.1.7",
"@tarojs/plugin-platform-jd": "4.1.7",
"@tarojs/plugin-platform-qq": "4.1.7",
"@tarojs/plugin-platform-swan": "4.1.7",
"@tarojs/plugin-platform-tt": "4.1.7",
"@tarojs/plugin-platform-weapp": "4.1.7",
"@tarojs/react": "4.1.7",
"@tarojs/runtime": "4.1.7",
"@tarojs/shared": "4.1.7",
"@tarojs/taro": "4.1.7",
"@types/crypto-js": "^4.2.2",
"axios": "1.7.4",
"babel-plugin-import": "^1.13.8",
"crypto-js": "^4.2.0",
"decimal.js": "^10.6.0",
"immer": "^10.0.3",
"lottie-miniprogram": "^1.0.12",
"lottie-web": "^5.12.2",
"moment": "^2.30.1",
"rc-field-form": "^1.41.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-transition-group": "^4.4.5",
"swr": "^2.3.6",
"ua-parser-js": "^1.0.37",
"vconsole": "^3.15.1",
"weixin-js-sdk": "^1.6.5",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/preset-react": "^7.24.1",
"@huolala-tech/page-spy-api": "^1.6.4",
"@openapitools/openapi-generator-cli": "^2.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@tailwindcss/oxide": "^4.1.14",
"@tailwindcss/postcss": "^4.1.14",
"@tarojs/cli": "4.1.7",
"@tarojs/plugin-mini-ci": "^4.1.7",
"@tarojs/taro-loader": "4.1.7",
"@tarojs/webpack5-runner": "4.1.7",
"@types/jest": "^29.3.1",
"@types/node": "^18.15.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.2.18",
"@types/react-transition-group": "^4.4.10",
"@types/ua-parser-js": "^0.7.39",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@umijs/openapi": "^1.13.0",
"autoprefixer": "^10.4.15",
"babel-preset-taro": "4.1.7",
"cache-loader": "^4.1.0",
"eslint": "^8.56.0",
"eslint-config-taro": "4.1.7",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^4.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"husky": "^9.0.7",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^15.2.0",
"postcss": "^8.4.49",
"postcss-rem-to-responsive-pixel": "^5.1.3",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"react-refresh": "^0.11.0",
"stylelint": "^14.4.0",
"tailwindcss": "^4.1",
"tailwindcss-themer": "^4.1.1",
"taro-plugin-compiler-optimization": "^1.0.4",
"thread-loader": "^4.0.2",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "5.1.6",
"weapp-tailwindcss": "^4.3.3",
"webpack": "5.94.0"
}
}