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

51 lines
1.1 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.271",
"next": "^15.1.6",
"nodemailer": "^6.10.0",
"pdf-lib": "^1.17.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-social-icons": "^6.20.0",
"react-turnstile": "^1.1.4",
"sharp": "^0.33.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.1.6",
"@types/node": "^22.10.10",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^9.19.0",
"eslint-config-next": "^15.1.6",
"sass": "^1.83.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
},
"resolutions": {
"react": "^19.0.0"
}
}