Vercel/package.json
2023-09-28 13:57:29 -05:00

41 lines
1.1 KiB
JSON

{
"name": "exif-photo-blog",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@next/bundle-analyzer": "^13.5.3",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.7.1",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vercel/analytics": "^1.0.2",
"@vercel/blob": "^0.13.0",
"@vercel/postgres": "0.5.0",
"autoprefixer": "10.4.16",
"camelcase-keys": "^9.0.0",
"date-fns": "^2.30.0",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"framer-motion": "^10.16.4",
"nanoid": "^5.0.1",
"next": "^13.5.3",
"next-auth": "0.0.0-manual.5749b095",
"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"
}
}