Files
full-stack-fastapi/frontend/package.json
dependabot[bot] 80fb16c0a9 ⬆ Bump react-hook-form from 7.66.0 to 7.66.1 in /frontend (#1997)
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.66.0 to 7.66.1.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.66.0...v7.66.1)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-version: 7.66.1
  dependency-type: direct:production
  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-11-24 12:29:14 +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.0",
"@tanstack/react-router": "^1.131.50",
"axios": "1.12.2",
"form-data": "4.0.4",
"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.2.4",
"@hey-api/openapi-ts": "0.73.0",
"@playwright/test": "1.56.1",
"@tanstack/router-devtools": "^1.131.42",
"@tanstack/router-plugin": "^1.133.15",
"@types/node": "^24.10.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react-swc": "^4.2.2",
"dotenv": "^17.2.3",
"typescript": "^5.2.2",
"vite": "^7.2.2"
}
}