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] d29265687c chore(deps): bump next from 15.3.4 to 15.4.5
Bumps [next](https://github.com/vercel/next.js) from 15.3.4 to 15.4.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/v15.3.4...v15.4.5)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-05 13:43:20 +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": "next lint"
},
"dependencies": {
"@fluentui/react-icons": "^2.0.307",
"next": "^15.4.5",
"nodemailer": "^7.0.5",
"pdf-lib": "^1.17.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-social-icons": "^6.24.0",
"react-turnstile": "^1.1.4",
"sharp": "^0.34.2",
"zod": "^4.0.14"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.3.4",
"@types/node": "^24.2.0",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.19.0",
"eslint-config-next": "^15.4.5",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.1"
},
"packageManager": "yarn@4.9.2"
}