addseed-ux-admin/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2024-06-04 19:34:13 +08:00
{
"private": true,
"author": "guofei <guofeichu@gmail.com>",
"scripts": {
2024-06-05 19:24:38 +08:00
"build": "cross-env NODE_ENV=prod max build && node ./devops/deploy.js",
"dev": "cross-env UMI_ENV=dev max dev",
2024-06-04 19:34:13 +08:00
"format": "prettier --cache --write .",
"postinstall": "max setup",
"prepare": "husky",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.7.9",
"@umijs/max": "^4.2.8",
2024-06-05 16:39:56 +08:00
"@umijs/plugins": "^4.2.9",
"@unocss/cli": "^0.60.4",
2024-06-04 19:34:13 +08:00
"antd": "^5.18.0",
"antd-style": "^3.6.2",
"axios": "^1.7.2",
2024-06-10 21:20:29 +08:00
"dayjs": "^1.11.11",
2024-06-05 16:39:56 +08:00
"lodash-es": "^4.17.21",
"qs": "^6.12.1",
"tailwindcss": "^3.4.3",
"unocss": "^0.60.4"
2024-06-04 19:34:13 +08:00
},
"devDependencies": {
2024-06-07 19:26:41 +08:00
"@types/lodash-es": "^4.17.12",
2024-06-04 19:34:13 +08:00
"@types/qs": "^6.9.15",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
2024-06-05 19:24:38 +08:00
"ali-oss": "^6.20.0",
"cross-env": "^7.0.3",
2024-06-04 19:34:13 +08:00
"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.0.3"
}
}