b596de739d
- add a web workspace catalog to manage dependency versions shared by default and classic frontends. - switch shared dependencies including @lobehub/icons to catalog references and align @lobehub/icons on 5.10.0. - replace separate frontend Bun lockfiles with a unified web/bun.lock to reduce duplicate maintenance.
21 lines
402 B
JSON
Vendored
21 lines
402 B
JSON
Vendored
{
|
|
"name": "new-api-web-workspace",
|
|
"private": true,
|
|
"workspaces": [
|
|
"default",
|
|
"classic"
|
|
],
|
|
"catalog": {
|
|
"@lobehub/icons": "^5.10.0",
|
|
"axios": "^1.16.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.20",
|
|
"prettier": "^3.8.3",
|
|
"qrcode.react": "^4.2.0",
|
|
"react-icons": "^5.6.0",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"sse.js": "^2.8.0"
|
|
}
|
|
}
|