Files
zeavis-edu/apps/web/package.json
T
dependabot[bot] cb7d0da8a6 chore(deps): bump web-vitals from 6.1.1 to 6.2.0 in the production group
Bumps the production group with 1 update: [web-vitals](https://github.com/GoogleChrome/web-vitals).


Updates `web-vitals` from 6.1.1 to 6.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: web-vitals
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-27 14:14:58 +00:00

41 lines
1.1 KiB
JSON

{
"name": "@zeavis/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc --project tsconfig.json && vite build",
"preview": "vite preview --host 0.0.0.0",
"typecheck": "tsc --project tsconfig.json"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",
"@tanstack/react-query": "^5.100.11",
"@tauri-apps/plugin-deep-link": "^2",
"@tauri-apps/plugin-opener": "^2",
"@vitejs/plugin-react": "^6.0.2",
"@zeavis/shared": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.16.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^7.15.1",
"recharts": "3.10.1",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.1",
"web-vitals": "6.2.0",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.15",
"typescript": "^7.0.2",
"vite": "^8.0.14",
"vite-tsconfig-paths": "6.1.1"
}
}