1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00
Files
my-website/package.json
T
dependabot[bot] e694ec53c9 chore(deps): 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.0.8 to 16.0.9
- [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.0.8...v16.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-12 10:12:11 +03:00

49 lines
1.1 KiB
JSON

{
"name": "my-website",
"version": "0.0.0",
"private": true,
"homepage": "https://xfox111.net",
"license": "(MIT with exception)",
"description": "My personal website",
"author": {
"email": "eugene@xfox111.net",
"name": "Eugene Fox",
"url": "https://github.com/xfox111/"
},
"repository": {
"type": "git",
"url": "https://github.com/xfox111/my-website/"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@fluentui/svg-icons": "^1.1.316",
"next": "^16.0.9",
"nodemailer": "^7.0.11",
"pdf-lib": "^1.17.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-social-icons": "^6.25.0",
"react-turnstile": "^1.1.4",
"sharp": "^0.34.5",
"zod": "^4.1.13"
},
"devDependencies": {
"@next/eslint-plugin-next": "^16.0.8",
"@svgr/webpack": "^8.1.0",
"@types/node": "^25.0.0",
"@types/nodemailer": "^7.0.4",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.8",
"sass": "^1.96.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.49.0"
}
}