Files
OpenLLM/docs/package.json
dependabot[bot] 5547d40a5e chore(deps-dev): bump postcss from 8.4.23 to 8.4.29 (#360)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.29.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.29)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  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-09-20 21:48:04 -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.13",
"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.29",
"tailwindcss": "^3.3.2",
"typescript": "*"
}
}