{ "name": "photo-blog", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@clerk/nextjs": "^4.23.4", "@tailwindcss/forms": "^0.5.6", "@types/node": "^20.5.9", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", "@typescript-eslint/eslint-plugin": "^6.6.0", "@typescript-eslint/parser": "^6.6.0", "@vercel/analytics": "^1.0.2", "@vercel/blob": "^0.10.0", "@vercel/og": "^0.5.13", "@vercel/postgres": "^0.4.1", "autoprefixer": "10.4.15", "camelcase-keys": "^9.0.0", "date-fns": "^2.30.0", "eslint": "8.48.0", "eslint-config-next": "13.4.19", "framer-motion": "^10.16.3", "next": "^13.4.19", "next-themes": "^0.2.1", "postcss": "8.4.29", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.10.1", "react-spinners": "^0.13.8", "short-uuid": "^4.2.2", "tailwindcss": "3.3.3", "ts-exif-parser": "^0.2.2", "typescript": "5.2.2" } }