{ "name": "@bentoml/openllm-docs", "description": "📚 OpenLLM Documentation", "license": "Apache-2.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "repository": { "type": "git", "url": "git+https://github.com/bentoml/OpenLLM.git" }, "author": "Aaron Pham ", "bugs": { "url": "https://github.com/bentoml/OpenLLM/issues" }, "homepage": "https://github.com/bentoml/OpenLLM#readme", "dependencies": { "@mdx-js/react": "*", "@vercel/analytics": "*", "@vercel/og": "0.5.20", "clsx": "^2.0.0", "next": "*", "next-themes": "^0.2.1", "nextra": "2.13.2", "nextra-theme-docs": "2.13.2", "react": "*", "react-dom": "*" }, "devDependencies": { "@svgr/webpack": "*", "@types/dedent": "^0.7.1", "@types/node": "*", "@types/react": "*", "@types/react-dom": "*", "autoprefixer": "^10.4.16", "eslint": "*", "postcss": "^8.4.31", "tailwindcss": "^3.3.3", "typescript": "*" } }