pay-admin/package.json
zsqtony 9eecdadaf9
Some checks failed
Build and Push Docker Image / build (push) Failing after 5s
fix:去掉NewMyS2Table
2025-08-21 18:01:14 +08:00

35 lines
905 B
JSON

{
"private": true,
"author": "helloworld <hello@world.com>",
"scripts": {
"build": "max build",
"dev": "max dev",
"format": "prettier --cache --write .",
"gencode": "node ./node_modules/.bin/gencode-ts",
"postinstall": "max setup",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.8.10",
"@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"
}
}