mirror of
https://github.com/bentoml/OpenLLM.git
synced 2025-12-23 23:57:46 -05:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "@bentoml/openllm-monorepo",
|
|
"version": "0.5.0-alpha.14",
|
|
"description": "OpenLLM: Operating LLMs in production",
|
|
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bentoml/OpenLLM.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bentoml/OpenLLM/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint . --cache",
|
|
"check": "npx prettier . --check",
|
|
"format": "npx prettier . --write"
|
|
},
|
|
"packageManager": "pnpm@8.6.3",
|
|
"devDependencies": {
|
|
"@edge-runtime/vm": "3.1.6",
|
|
"@next/eslint-plugin-next": "13.5.5",
|
|
"@types/node": "20.8.7",
|
|
"@typescript-eslint/eslint-plugin": "6.10.0",
|
|
"@typescript-eslint/parser": "6.8.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"eslint-plugin-import": "2.29.0",
|
|
"eslint-plugin-react": "7.33.2",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-tailwindcss": "3.13.0",
|
|
"eslint-plugin-unicorn": "48.0.1",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-pkg": "0.18.0",
|
|
"prettier-plugin-tailwindcss": "0.5.6",
|
|
"turbo": "1.10.16",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"vitest": "^0.27.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"@mdx-js/react": "^2.3.0",
|
|
"@vercel/analytics": "1.0.2",
|
|
"next-themes": "^0.2.1",
|
|
"next": "^13.4.8",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6"
|
|
}
|
|
}
|
|
}
|