{
  "name": "logo-generator",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@clerk/nextjs": "^6.9.13",
    "@radix-ui/react-accordion": "^1.2.2",
    "@radix-ui/react-icons": "^1.3.2",
    "@radix-ui/react-select": "^2.1.4",
    "@radix-ui/react-slot": "^1.1.1",
    "@radix-ui/react-tabs": "^1.1.2",
    "@radix-ui/react-toast": "^1.2.4",
    "@tabler/icons-react": "^3.28.1",
    "@upstash/ratelimit": "^2.0.5",
    "@upstash/redis": "^1.34.3",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "dedent": "^1.5.3",
    "dotenv": "^16.4.7",
    "embla-carousel-autoplay": "^8.5.2",
    "embla-carousel-react": "^8.5.2",
    "framer-motion": "^11.18.0",
    "gsap": "^3.13.0",
    "lenis": "^1.3.13",
    "lucide-react": "^0.471.1",
    "mini-svg-data-uri": "^1.4.4",
    "mongoose": "^8.8.0",
    "motion": "^11.18.1",
    "next": "^15.5.6",
    "ogl": "^1.0.11",
    "openai": "^4.78.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "stripe": "^19.2.0",
    "tailwind-merge": "^2.6.0",
    "tailwindcss-animate": "^1.0.7",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "15.1.4",
    "next-pwa": "^5.6.0",
    "postcss": "^8",
    "sharp": "^0.34.4",
    "tailwindcss": "^3.4.1",
    "typescript": "^5"
  }
}
