mirror of
https://github.com/mudler/LocalAI.git
synced 2026-04-01 05:36:49 -04:00
chore(deps): bump playwright Bumps the npm_and_yarn group with 1 update in the /core/http/react-ui directory: [playwright](https://github.com/microsoft/playwright). Updates `playwright` from 1.52.0 to 1.58.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.52.0...v1.58.2) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.58.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
36 lines
915 B
JSON
36 lines
915 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 .",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"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",
|
|
"@modelcontextprotocol/sdk": "^1.25.1",
|
|
"@modelcontextprotocol/ext-apps": "^1.2.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",
|
|
"@playwright/test": "1.58.2"
|
|
}
|
|
}
|