mirror of
https://github.com/mudler/LocalAI.git
synced 2026-03-31 13:15:51 -04:00
* feat(ui): move to React Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Add import model Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * syntax highlight Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Minor fixups Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
31 lines
711 B
JSON
31 lines
711 B
JSON
{
|
|
"name": "localai-react-ui",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.6.1",
|
|
"highlight.js": "^11.11.1",
|
|
"marked": "^15.0.7",
|
|
"dompurify": "^3.2.5",
|
|
"@fortawesome/fontawesome-free": "^6.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"vite": "^6.3.5",
|
|
"eslint": "^9.27.0",
|
|
"@eslint/js": "^9.27.0",
|
|
"globals": "^16.1.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20"
|
|
}
|
|
}
|