mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
f355c4ca48
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.6 to 0.33.5. - [Release notes](https://github.com/lovell/sharp/releases) - [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md) - [Commits](https://github.com/lovell/sharp/compare/v0.32.6...v0.33.5) --- updated-dependencies: - dependency-name: sharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"name": "my-website",
|
|
"version": "1.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.252",
|
|
"next": "14.2.10",
|
|
"next-safe": "^3.5.0",
|
|
"nodemailer": "^6.9.15",
|
|
"pdf-lib": "^1.17.1",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-social-icons": "^6.18.0",
|
|
"sass": "^1.77.8",
|
|
"sharp": "^0.33.5",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/nodemailer": "^6.4.16",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "^14.2.15",
|
|
"typescript": "^5"
|
|
},
|
|
"resolutions": {
|
|
"next": "^13.0.0",
|
|
"eslint": "^8.56.0"
|
|
}
|
|
}
|