43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"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",
|
|
"@fingerprintjs/fingerprintjs": "^4.6.2",
|
|
"@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",
|
|
"file-saver": "^2.0.5",
|
|
"print-js": "^1.6.0",
|
|
"react-phone-input-2": "^2.15.1",
|
|
"react-toastify": "^11.0.5",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"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"
|
|
}
|
|
}
|