Files
full-stack-fastapi/frontend/package.json
dependabot[bot] 47afef8720 ⬆ Bump dotenv from 16.4.5 to 17.2.2 in /frontend (#1846)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.5 to 17.2.2.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.5...v17.2.2)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-07 23:58:51 +02: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 --apply-unsafe --no-errors-on-unmatched --files-ignore-unknown=true ./",
"preview": "vite preview",
"generate-client": "openapi-ts"
},
"dependencies": {
"@chakra-ui/react": "^3.8.0",
"@emotion/react": "^11.14.0",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-query-devtools": "^5.74.9",
"@tanstack/react-router": "1.19.1",
"axios": "1.9.0",
"form-data": "4.0.4",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-error-boundary": "^5.0.0",
"react-hook-form": "7.62.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@hey-api/openapi-ts": "0.73.0",
"@playwright/test": "^1.55.0",
"@tanstack/router-devtools": "1.19.1",
"@tanstack/router-vite-plugin": "1.19.0",
"@types/node": "^22.15.3",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react-swc": "^3.9.0",
"dotenv": "^17.2.2",
"typescript": "^5.2.2",
"vite": "^6.3.4"
}
}