Files
OpenLLM/docs/package.json
dependabot[bot] 43576fc8bb chore(deps): bump nextra from 2.13.0 to 2.13.1 (#425)
Bumps [nextra](https://github.com/shuding/nextra) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/shuding/nextra/releases)
- [Commits](https://github.com/shuding/nextra/compare/nextra@2.13.0...nextra@2.13.1)

---
updated-dependencies:
- dependency-name: nextra
  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>
2023-10-02 22:18:16 -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.17",
"clsx": "^2.0.0",
"next": "*",
"next-themes": "^0.2.1",
"nextra": "2.13.1",
"nextra-theme-docs": "2.13.1",
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"@svgr/webpack": "*",
"@types/dedent": "^0.7.0",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"autoprefixer": "^10.4.16",
"eslint": "*",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "*"
}
}