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 .",
|
2025-08-12 18:17:37 +08:00
|
|
|
"gencode": "node ./node_modules/.bin/gencode-ts",
|
2025-06-27 16:42:11 +08:00
|
|
|
"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",
|
2025-06-27 16:42:11 +08:00
|
|
|
"@umijs/max": "^4.3.10",
|
2025-09-22 00:04:31 +08:00
|
|
|
"@wangeditor/editor": "^5.1.23",
|
|
|
|
|
"@wangeditor/editor-for-react": "^1.0.6",
|
2025-06-27 16:42:11 +08:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|