Skip to content
Snippets Groups Projects
package.json 2.9 KiB
Newer Older
Alex Yang's avatar
Alex Yang committed
{
  "name": "@llamaindex/doc",
  "version": "0.1.8",
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 && tsx scripts/post-build.mts",
    "build:docs": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" typedoc && node ./scripts/generate-docs.mjs"
Alex Yang's avatar
Alex Yang committed
  },
  "dependencies": {
    "@icons-pack/react-simple-icons": "^10.1.0",
Alex Yang's avatar
Alex Yang committed
    "@llamaindex/chat-ui": "0.0.9",
    "@llamaindex/cloud": "workspace:*",
    "@llamaindex/core": "workspace:*",
    "@llamaindex/node-parser": "workspace:*",
    "@llamaindex/openai": "workspace:*",
    "@llamaindex/readers": "workspace:*",
    "@llamaindex/workflow": "workspace:*",
    "@mdx-js/mdx": "^3.1.0",
Alex Yang's avatar
Alex Yang committed
    "@number-flow/react": "^0.3.4",
    "@radix-ui/react-dialog": "^1.1.2",
Alex Yang's avatar
Alex Yang committed
    "@radix-ui/react-icons": "^1.3.2",
    "@radix-ui/react-label": "^2.1.0",
    "@radix-ui/react-slider": "^1.2.1",
Alex Yang's avatar
Alex Yang committed
    "@radix-ui/react-slot": "^1.1.0",
Alex Yang's avatar
Alex Yang committed
    "@radix-ui/react-tooltip": "^1.1.4",
    "@vercel/functions": "^1.5.0",
    "@scalar/api-client-react": "^1.1.25",
Alex Yang's avatar
Alex Yang committed
    "ai": "^3.4.33",
Alex Yang's avatar
Alex Yang committed
    "class-variance-authority": "^0.7.0",
    "clsx": "2.1.1",
Alex Yang's avatar
Alex Yang committed
    "foxact": "^0.2.41",
    "framer-motion": "^11.11.17",
    "fumadocs-core": "^14.7.7",
    "fumadocs-docgen": "^1.3.7",
    "fumadocs-mdx": "^11.5.3",
    "fumadocs-openapi": "^5.12.0",
    "fumadocs-twoslash": "^2.0.3",
    "fumadocs-typescript": "^3.0.3",
    "fumadocs-ui": "^14.7.7",
Alex Yang's avatar
Alex Yang committed
    "hast-util-to-jsx-runtime": "^2.3.2",
    "llamaindex": "workspace:*",
Alex Yang's avatar
Alex Yang committed
    "lucide-react": "^0.460.0",
Alex Yang's avatar
Alex Yang committed
    "next": "15.1.7",
Alex Yang's avatar
Alex Yang committed
    "next-themes": "^0.4.3",
Alex Yang's avatar
Alex Yang committed
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
Alex Yang's avatar
Alex Yang committed
    "react-icons": "^5.3.0",
    "react-monaco-editor": "^0.56.2",
Alex Yang's avatar
Alex Yang committed
    "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",
    "shiki": "^2.3.2",
    "shiki-magic-move": "^1.0.0",
    "swr": "^2.2.5",
Alex Yang's avatar
Alex Yang committed
    "tailwind-merge": "^2.5.2",
    "tailwindcss-animate": "^1.0.7",
Alex Yang's avatar
Alex Yang committed
    "tree-sitter": "^0.22.1",
    "tree-sitter-typescript": "^0.23.2",
    "use-stick-to-bottom": "^1.0.42",
    "web-tree-sitter": "^0.24.4",
    "zod": "^3.23.8"
Alex Yang's avatar
Alex Yang committed
  },
  "devDependencies": {
Alex Yang's avatar
Alex Yang committed
    "@next/env": "^15.0.3",
Alex Yang's avatar
Alex Yang committed
    "@types/mdx": "^2.0.13",
Alex Yang's avatar
Alex Yang committed
    "@types/node": "22.9.0",
Alex Yang's avatar
Alex Yang committed
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "autoprefixer": "^10.4.20",
    "fast-glob": "^3.3.2",
    "gray-matter": "^4.0.3",
    "monaco-editor-webpack-plugin": "^7.1.0",
Alex Yang's avatar
Alex Yang committed
    "postcss": "^8.4.49",
    "raw-loader": "^4.0.2",
    "remark": "^15.0.1",
    "remark-gfm": "^4.0.0",
    "remark-mdx": "^3.1.0",
    "remark-stringify": "^11.0.0",
Alex Yang's avatar
Alex Yang committed
    "tailwindcss": "^3.4.15",
    "tsx": "^4.19.2",
    "typedoc": "0.27.4",
    "typedoc-plugin-markdown": "^4.3.1",
    "typedoc-plugin-merge-modules": "^6.1.0",
Alex Yang's avatar
Alex Yang committed
    "typescript": "^5.7.2"
Alex Yang's avatar
Alex Yang committed
  }
}