mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"scripts": {
|
|
"build": "hb-cli",
|
|
"build:prod": "hb-cli --mode prod"
|
|
},
|
|
"dependencies": {
|
|
"bignumber.js": "^9.1.2",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.10",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/types": "^3.4.8",
|
|
"@uni-helper/uni-app-types": "^0.5.13",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|