{ "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.270", "next": "14.2.21", "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.83.1", "sharp": "^0.33.5", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22", "@types/nodemailer": "^6.4.17", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "^15.1.4", "typescript": "^5" } }