| { | |
| "name": "nextjs-gemini-2-0-pdf-structured-data", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@google/generative-ai": "^0.21.0", | |
| "@radix-ui/react-dialog": "^1.1.6", | |
| "@radix-ui/react-popover": "^1.1.6", | |
| "@radix-ui/react-slot": "^1.1.2", | |
| "@wojtekmaj/react-hooks": "^1.22.0", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "lucide-react": "^0.475.0", | |
| "next": "15.1.0", | |
| "next-themes": "^0.4.4", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "react-dropzone": "^14.3.8", | |
| "tailwind-merge": "^3.0.1", | |
| "tailwindcss-animate": "^1.0.7" | |
| }, | |
| "devDependencies": { | |
| "@eslint/eslintrc": "^3", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "15.1.0", | |
| "postcss": "^8", | |
| "prettier-eslint": "^16.3.0", | |
| "tailwindcss": "^3.4.1", | |
| "typescript": "^5" | |
| } | |
| } | |