pay-admin/package.json

37 lines
951 B
JSON
Raw Normal View History

2025-06-27 16:42:11 +08:00
{
"private": true,
"author": "helloworld <hello@world.com>",
"scripts": {
"build": "max build",
"dev": "max dev",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
2025-07-25 16:42:54 +08:00
"@ant-design/pro-components": "^2.8.10",
"@antv/g2": "^5.3.5",
2025-06-27 16:42:11 +08:00
"@antv/s2": "^2.0.0-next.25",
"@antv/s2-react": "^2.0.0-next.24",
"@umijs/max": "^4.3.10",
"antd": "^5.4.0",
"axios": "^1.7.2",
"dayjs": "^1.11.12",
"lodash": "^4.17.21",
"react-use": "^17.5.1",
"valtio": "^1.13.2"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"gencode-ts-cli": "^0.0.1",
"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"
}
}