Files
anyllm-proxy/crates/proxy/admin-ui/package.json
T
whit3rabbitandClaude Sonnet 4.6 92c220270e fix(admin-ui): use unified typescript-eslint package, remove unknown inlineScripts option
Replace @typescript-eslint/eslint-plugin + @typescript-eslint/parser with the
unified typescript-eslint wrapper that eslint.config.js actually imports.
Remove inlineScripts option from viteSingleFile() — not recognized in v2.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 14:31:53 -05:00

30 lines
701 B
JSON

{
"name": "anyllm-admin-ui",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@tanstack/react-query": "^5.0.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.0.0",
"typescript-eslint": "^8.0.0",
"eslint": "^9.0.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.0",
"typescript": "^5.0.0",
"vite": "^6.0.0",
"vite-plugin-singlefile": "^2.0.0"
}
}