package.json
This commit is contained in:
parent
a500b88b31
commit
354812c7c4
|
|
@ -12,5 +12,4 @@
|
||||||
/.mfsu
|
/.mfsu
|
||||||
.swc
|
.swc
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
/package.json
|
|
||||||
/yarn.lock
|
/yarn.lock
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue