mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
39bf1c6d3d
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.41.0 to 8.42.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.42.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.42.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
49 lines
1.1 KiB
JSON
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.309",
|
|
"next": "^15.5.2",
|
|
"nodemailer": "^7.0.6",
|
|
"pdf-lib": "^1.17.1",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-social-icons": "^6.24.0",
|
|
"react-turnstile": "^1.1.4",
|
|
"sharp": "^0.34.3",
|
|
"zod": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^15.5.2",
|
|
"@types/node": "^24.3.0",
|
|
"@types/nodemailer": "^7.0.1",
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-dom": "^19.1.9",
|
|
"eslint": "^9.32.0",
|
|
"eslint-config-next": "^15.5.2",
|
|
"sass": "^1.91.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.42.0"
|
|
},
|
|
"packageManager": "yarn@4.9.2"
|
|
}
|