123456789101112131415161718192021222324252627282930313233343536 |
- {
- "private": true,
- "author": "await <youngcoding@163.com>",
- "description": "惠融数科新版商户后台",
- "scripts": {
- "build": "max build",
- "dev": "max dev",
- "format": "prettier --cache --write .",
- "postinstall": "max setup",
- "prepare": "husky",
- "setup": "max setup",
- "start": "npm run dev"
- },
- "dependencies": {
- "@ant-design/icons": "^5.0.1",
- "@ant-design/pro-components": "^2.4.4",
- "@umijs/max": "^4.4.5",
- "antd": "^5.4.0",
- "crypto-js": "^4.2.0",
- "js-md5": "^0.8.3"
- },
- "devDependencies": {
- "@types/react": "^18.0.33",
- "@types/react-dom": "^18.0.11",
- "cross-env": "^7.0.3",
- "husky": "^9",
- "lint-staged": "^13.2.0",
- "prettier": "^2.8.7",
- "prettier-plugin-organize-imports": "^3.2.2",
- "prettier-plugin-packagejson": "^2.4.3",
- "typescript": "^5.0.3"
- },
- "engines": {
- "node": ">=18"
- }
- }
|