{ "private": true, "author": "Soleilw ", "scripts": { "build": "cross-env mode=production max build", "build:dev": "cross-env mode=development max build", "dev": "cross-env mode=development 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.4", "antd": "^5.4.0", "cross-env": "^7.0.3", "dayjs": "^1.11.13", "docx": "^9.2.0", "file-saver": "^2.0.5", "he": "^1.2.0", "html-docx-js": "^0.3.1", "html-docx-js-typescript": "^0.1.5", "npm": "^11.1.0", "react-quill": "^2.0.0" }, "devDependencies": { "@types/react": "^18.0.33", "@types/react-dom": "^18.0.11", "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" } }