Skip to content
Snippets Groups Projects
package.json 1.86 KiB
Newer Older
  • Learn to ignore specific revisions
  • Alex Yang's avatar
    Alex Yang committed
    {
      "name": "@llamaindex/doc",
    
      "version": "0.0.1",
    
    Alex Yang's avatar
    Alex Yang committed
      "private": true,
      "scripts": {
    
        "build": "pnpm run build:docs && next build",
    
    Alex Yang's avatar
    Alex Yang committed
        "dev": "next dev",
        "start": "next start",
    
        "postdev": "fumadocs-mdx",
        "postbuild": "fumadocs-mdx",
    
        "build:docs": "node ./scripts/generate-docs.mjs"
    
    Alex Yang's avatar
    Alex Yang committed
      },
      "dependencies": {
        "@icons-pack/react-simple-icons": "^10.1.0",
    
        "@llamaindex/cloud": "workspace:*",
        "@llamaindex/core": "workspace:*",
        "@llamaindex/openai": "workspace:*",
    
        "@llamaindex/readers": "workspace:*",
    
        "@mdx-js/mdx": "^3.1.0",
        "@radix-ui/react-dialog": "^1.1.2",
    
    Alex Yang's avatar
    Alex Yang committed
        "@radix-ui/react-icons": "^1.3.0",
        "@radix-ui/react-slot": "^1.1.0",
    
        "@radix-ui/react-tooltip": "^1.1.3",
        "ai": "^3.3.21",
    
    Alex Yang's avatar
    Alex Yang committed
        "class-variance-authority": "^0.7.0",
        "clsx": "2.1.1",
        "foxact": "^0.2.39",
    
        "framer-motion": "^11.11.10",
    
    Alex Yang's avatar
    Alex Yang committed
        "fumadocs-core": "14.0.2",
    
        "fumadocs-docgen": "^1.3.0",
    
    Alex Yang's avatar
    Alex Yang committed
        "fumadocs-mdx": "11.0.0",
    
        "fumadocs-openapi": "^5.5.3",
    
        "fumadocs-twoslash": "^2.0.0",
    
    Alex Yang's avatar
    Alex Yang committed
        "fumadocs-ui": "14.0.2",
        "hast-util-to-jsx-runtime": "^2.3.2",
    
        "llamaindex": "workspace:*",
    
    Alex Yang's avatar
    Alex Yang committed
        "lucide-react": "^0.436.0",
    
        "next": "15.0.1",
    
        "next-themes": "^0.3.0",
    
    Alex Yang's avatar
    Alex Yang committed
        "react": "^18.3.1",
        "react-dom": "^18.3.1",
        "react-icons": "^5.3.0",
        "react-text-transition": "^3.1.0",
    
        "react-use-measure": "^2.1.1",
    
        "rehype-katex": "^7.0.1",
        "remark-math": "^6.0.0",
    
        "rimraf": "^6.0.1",
    
    Alex Yang's avatar
    Alex Yang committed
        "shiki": "^1.22.0",
    
        "shiki-magic-move": "^0.5.0",
    
        "swr": "^2.2.5",
    
    Alex Yang's avatar
    Alex Yang committed
        "tailwind-merge": "^2.5.2",
    
        "tailwindcss-animate": "^1.0.7",
        "zod": "^3.23.8"
    
    Alex Yang's avatar
    Alex Yang committed
      },
      "devDependencies": {
        "@types/mdx": "^2.0.13",
        "@types/node": "22.7.8",
        "@types/react": "^18.3.12",
        "@types/react-dom": "^18.3.1",
        "autoprefixer": "^10.4.20",
        "postcss": "^8.4.47",
        "tailwindcss": "^3.4.14",
        "typescript": "^5.6.3"
      }
    }