Files
OpenLLM/docs/package.json
dependabot[bot] 662e5cfc12 chore(deps): bump nextra-theme-docs from 2.11.1 to 2.12.3 (#345)
Bumps [nextra-theme-docs](https://github.com/shuding/nextra) from 2.11.1 to 2.12.3.
- [Release notes](https://github.com/shuding/nextra/releases)
- [Commits](https://github.com/shuding/nextra/compare/nextra-theme-docs@2.11.1...nextra-theme-docs@2.12.3)

---
updated-dependencies:
- dependency-name: nextra-theme-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 16:16:35 -04:00

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.12.3",
"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": "*"
}
}