{ "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.311", "next": "^15.5.4", "nodemailer": "^7.0.6", "pdf-lib": "^1.17.1", "react": "^19.2.0", "react-dom": "^19.2.0", "react-social-icons": "^6.25.0", "react-turnstile": "^1.1.4", "sharp": "^0.34.4", "zod": "^4.1.11" }, "devDependencies": { "@next/eslint-plugin-next": "^15.5.4", "@types/node": "^24.6.2", "@types/nodemailer": "^7.0.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "eslint": "^9.32.0", "eslint-config-next": "^15.5.4", "sass": "^1.93.2", "typescript": "~5.9.3", "typescript-eslint": "^8.45.0" }, "packageManager": "yarn@4.9.2" }