From 354812c7c4a5e959b6577592a660aa16e1414af0 Mon Sep 17 00:00:00 2001 From: cll <931958862@qq.com> Date: Thu, 22 May 2025 15:12:21 +0800 Subject: [PATCH] package.json --- .gitignore | 1 - package.json | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/.gitignore b/.gitignore index 57ceb29..0086464 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,4 @@ /.mfsu .swc /package-lock.json -/package.json /yarn.lock \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..913c450 --- /dev/null +++ b/package.json @@ -0,0 +1,38 @@ +{ + "private": true, + "author": "cll <931958862@qq.com>", + "scripts": { + "build": "max build", + "dev": "max dev", + "format": "prettier --cache --write .", + "postinstall": "max setup", + "openapi2ts": "openapi2ts", + "prepare": "husky", + "setup": "max setup", + "start": "npm run dev" + }, + "dependencies": { + "@ant-design/charts": "^2.2.6", + "@ant-design/icons": "^5.0.1", + "@ant-design/pro-components": "^2.4.4", + "@umijs/max": "^4.4.4", + "@umijs/max-plugin-openapi": "^2.0.3", + "@umijs/plugin-openapi": "^1.3.3", + "antd": "^5.4.0", + "dayjs": "^1.11.9", + "echarts": "^5.6.0", + "echarts-for-react": "^3.0.2", + "print-js": "^1.6.0", + "react-phone-input-2": "^2.15.1" + }, + "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.7.3" + } +}