๐Ÿ“ฆ AICodeHunt / AI-Image-Description

๐Ÿ“„ package.json ยท 47 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47{
  "name": "image-description-ai",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@clerk/localizations": "^2.0.0",
    "@clerk/nextjs": "^5.0.1",
    "@formatjs/intl-localematcher": "^0.5.4",
    "@google/generative-ai": "^0.6.0",
    "@lemonsqueezy/lemonsqueezy.js": "^2.2.0",
    "@mdx-js/loader": "^3.0.1",
    "@mdx-js/react": "^3.0.1",
    "@next/mdx": "^14.2.1",
    "@next/third-parties": "^14.1.4",
    "@types/mdx": "^2.0.13",
    "@types/negotiator": "^0.6.3",
    "@vercel/postgres": "^0.8.0",
    "flag-icons": "^7.2.1",
    "gray-matter": "^4.0.3",
    "negotiator": "^0.6.3",
    "next": "14.1.4",
    "next-mdx-remote": "^4.4.1",
    "react": "^18",
    "react-dom": "^18",
    "react-markdown": "^9.0.1",
    "zod": "^3.23.4"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.5.12",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "autoprefixer": "^10.0.1",
    "eslint": "^8",
    "eslint-config-next": "14.1.4",
    "postcss": "^8",
    "tailwindcss": "^3.4.3",
    "typescript": "^5"
  }
}