ERPTurbo_Client/package.json
shenyifei ac170e8628 feat(audit): 新增审核功能模块
- 新增审核列表、详情、更新接口
- 新增审核相关常量配置
- 新增审核页面组件及路由
- 调整采购订单驳回描述文案
- 优化费用统计导出功能
- 修复部分页面tabbar显示问题
- 更新应用版本号至v0.0.52
2025-12-23 00:20:43 +08:00

116 lines
3.4 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",
"xlsx": "^0.18.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"
}
}