Vercel/package.json
2023-10-30 18:06:29 -05:00

47 lines
1.3 KiB
JSON

{
"name": "exif-photo-blog",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@next/bundle-analyzer": "^14.0.1",
"@tailwindcss/forms": "^0.5.6",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vercel/analytics": "^1.1.1",
"@vercel/blob": "^0.14.1",
"@vercel/postgres": "0.5.0",
"autoprefixer": "10.4.16",
"camelcase-keys": "^9.1.2",
"date-fns": "^2.30.0",
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
"framer-motion": "^10.16.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nanoid": "^5.0.2",
"next": "^14.0.1",
"next-auth": "0.0.0-manual.c885ac1d",
"next-themes": "^0.2.1",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"sonner": "^1.0.3",
"tailwindcss": "3.3.5",
"ts-exif-parser": "^0.2.2",
"typescript": "5.2.2"
}
}