- bump frontend runtime and tooling packages to latest available versions, including React, Rsbuild, TanStack, VisActor, and AI SDK. - refresh workspace catalog versions and regenerate Bun lockfile to keep default package resolution aligned.
28 lines
618 B
JSON
Vendored
28 lines
618 B
JSON
Vendored
{
|
|
"name": "new-api-web-workspace",
|
|
"private": true,
|
|
"workspaces": [
|
|
"default",
|
|
"classic"
|
|
],
|
|
"catalog": {
|
|
"@lobehub/icons": "^5.10.1",
|
|
"@rsbuild/core": "^2.1.4",
|
|
"@rsbuild/plugin-react": "^2.1.0",
|
|
"@rsbuild/plugin-tailwindcss": "^2.0.3",
|
|
"axios": "^1.18.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.21",
|
|
"oxfmt": "^0.57.0",
|
|
"oxlint": "^1.72.0",
|
|
"prettier": "^3.8.3",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-icons": "^5.7.0",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"sse.js": "^2.8.0"
|
|
}
|
|
}
|