{ "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": "eslint ." }, "dependencies": { "@fluentui/svg-icons": "^1.1.331", "next": "^16.2.9", "nodemailer": "^9.0.3", "pdf-lib": "^1.17.1", "react": "^19.2.7", "react-dom": "^19.2.7", "react-social-icons": "^6.26.0", "react-turnstile": "^1.1.5", "sharp": "^0.35.2", "zod": "^4.4.3" }, "devDependencies": { "@next/eslint-plugin-next": "^16.2.9", "@svgr/webpack": "^8.1.0", "@types/node": "^26.1.0", "@types/nodemailer": "^8.0.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "eslint": "^9.39.1", "eslint-config-next": "^16.2.9", "sass": "^1.101.0", "typescript": "^6.0.3", "typescript-eslint": "^8.62.1" }, "overrides": { "next": { "postcss": "^8.5.10" } }, "allowScripts": { "sharp": true, "@parcel/watcher": true } }