mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2026-04-27 21:17:36 +02:00
6b9936dc39
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js). Updates `next` from 16.1.0 to 16.1.5 - [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.0...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
37 lines
831 B
JSON
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.5",
|
|
"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"
|
|
}
|
|
}
|