Vercel/package.json
2023-09-10 14:51:33 -05:00

42 lines
1.1 KiB
JSON

{
"name": "photo-blog",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.6.0",
"@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.11.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.49.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.4",
"next": "^13.4.19",
"next-auth": "0.0.0-manual.ffd05533",
"next-themes": "^0.2.1",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-spinners": "^0.13.8",
"short-uuid": "^4.2.2",
"sonner": "^0.7.1",
"tailwindcss": "3.3.3",
"ts-exif-parser": "^0.2.2",
"typescript": "5.2.2"
}
}