mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-31 10:51:58 -05:00
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Signed-off-by: GutZuFusss <leon.ikinger@googlemail.com> Co-authored-by: GutZuFusss <leon.ikinger@googlemail.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.11",
|
|
"clsx": "^2.0.0",
|
|
"next": "*",
|
|
"next-themes": "^0.2.1",
|
|
"nextra": "2.11.1",
|
|
"nextra-theme-docs": "2.11.1",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "*",
|
|
"@types/dedent": "^0.7.0",
|
|
"@types/node": "*",
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"autoprefixer": "^10.4.12",
|
|
"eslint": "*",
|
|
"postcss": "^8.4.23",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "*"
|
|
}
|
|
}
|