Files
LocalAGI/webui/react-ui/package.json
dependabot[bot] 3862c3c0eb chore(deps-dev): bump eslint from 9.35.0 to 9.38.0 in /webui/react-ui (#326)
Bumps [eslint](https://github.com/eslint/eslint) from 9.35.0 to 9.38.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.35.0...v9.38.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 19:01:32 +01:00

30 lines
670 B
JSON

{
"name": "react-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.2.0",
"highlight.js": "^11.11.1"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.38.0",
"eslint-plugin-react-hooks": "^6.0.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.3.0",
"react-router-dom": "^7.7.0",
"vite": "^7.1.4"
}
}