{ "name": "nonszy-space", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@mdx-js/loader": "^3.1.0", "@mdx-js/react": "^3.1.0", "@next/mdx": "^15.3.4", "@types/mdx": "^2.0.13", "axios": "^1.13.2", "clsx": "^2.1.1", "date-fns": "^4.1.0", "dompurify": "^3.3.1", "ioredis": "^5.8.2", "jsdom": "^27.4.0", "next": "^14.2.35", "nodemailer": "^7.0.12", "react": "^18", "react-dom": "^18", "sharp": "^0.34.5", "validator": "^13.15.26" }, "devDependencies": { "@iconify/react": "^5.2.0", "@types/jsdom": "^27.0.0", "@types/node": "^20", "@types/nodemailer": "^7.0.4", "@types/react": "^18", "@types/react-dom": "^18", "@types/validator": "^13.15.10", "add": "^2.0.6", "eslint-config-next": "^16.0.10", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5", "yarn": "^1.22.22" } }