mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
f5a1e5ee27
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.0.2 to 15.0.3. - [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/commits/v15.0.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
996 B
JSON
46 lines
996 B
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.266",
|
|
"next": "14.2.15",
|
|
"next-safe": "^3.5.0",
|
|
"nodemailer": "^6.9.16",
|
|
"pdf-lib": "^1.17.1",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-social-icons": "^6.18.0",
|
|
"sass": "^1.81.0",
|
|
"sharp": "^0.33.5",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22",
|
|
"@types/nodemailer": "^6.4.16",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "^15.0.3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|