Files
erettsegi-browser/package.json
dependabot[bot] 50dc586974 Bump next in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).


Updates `next` from 16.1.5 to 16.1.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.1.5...v16.1.7)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-17 20:34:45 +00:00

37 lines
831 B
JSON

{
"name": "erettsegi-browser",
"version": "6.9",
"private": true,
"author": "albert|skidoodle@gh",
"license": "AGPL-3.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint --write",
"format": "biome format --write"
},
"dependencies": {
"@heroui/react": "^2.8.7",
"framer-motion": "^12.23.26",
"next": "16.1.7",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.5.0",
"undici": "^7.16.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"postcss": "8.5.6",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"typescript": "5.9.3"
}
}