5b4839fa37
- add oxlint and oxfmt configuration for web/default quality checks - replace ESLint and Prettier scripts with protected-header Oxc formatting - update frontend workspace dependencies for oxlint and oxfmt
23 lines
451 B
JSON
Vendored
23 lines
451 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",
|
|
"oxfmt": "^0.54.0",
|
|
"oxlint": "^1.69.0",
|
|
"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"
|
|
}
|
|
}
|