Files
full-stack-fastapi/frontend/package.json
dependabot[bot] f1c3145e87 ⬆ Bump vite from 7.2.2 to 7.2.6 in /frontend (#2015)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.2.2 to 7.2.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.2.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 13:26:31 +01:00

43 lines
1.2 KiB
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -p tsconfig.build.json && vite build",
"lint": "biome check --write --unsafe --no-errors-on-unmatched --files-ignore-unknown=true ./",
"preview": "vite preview",
"generate-client": "openapi-ts"
},
"dependencies": {
"@chakra-ui/react": "^3.30.0",
"@emotion/react": "^11.14.0",
"@tanstack/react-query": "^5.90.7",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-router": "^1.131.50",
"axios": "1.12.2",
"form-data": "4.0.5",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.2.0",
"react-error-boundary": "^6.0.0",
"react-hook-form": "7.66.1",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@hey-api/openapi-ts": "0.73.0",
"@playwright/test": "1.56.1",
"@tanstack/router-devtools": "^1.139.3",
"@tanstack/router-plugin": "^1.139.12",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"dotenv": "^17.2.3",
"typescript": "^5.9.3",
"vite": "^7.2.6"
}
}