{ "name": "exif-photo-blog", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@tailwindcss/forms": "^0.5.6", "@types/node": "^20.6.3", "@types/react": "18.2.22", "@types/react-dom": "18.2.7", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "@vercel/analytics": "^1.0.2", "@vercel/blob": "^0.12.4", "@vercel/postgres": "^0.4.2", "autoprefixer": "10.4.15", "camelcase-keys": "^9.0.0", "date-fns": "^2.30.0", "eslint": "8.49.0", "eslint-config-next": "13.5.1", "framer-motion": "^10.16.4", "nanoid": "^5.0.1", "next": "^13.5.1", "next-auth": "0.0.0-manual.ffd05533", "next-themes": "^0.2.1", "postcss": "8.4.30", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.11.0", "sonner": "^1.0.3", "tailwindcss": "3.3.3", "ts-exif-parser": "^0.2.2", "typescript": "5.2.2" } }