mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 00:00:50 +00:00
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>
30 lines
701 B
JSON
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"
|
|
}
|
|
}
|