mirror of
https://github.com/bentoml/OpenLLM.git
synced 2025-12-23 15:47:49 -05:00
Bumps @vercel/og from 0.5.18 to 0.5.20. --- updated-dependencies: - dependency-name: "@vercel/og" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"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 <aarnphm@bentoml.com>",
|
|
"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": "*"
|
|
}
|
|
}
|