mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
### [Version 0.148.5](https://github.com/lobehub/lobe-chat/compare/v0.148.4...v0.148.5)
<sup>Released on **2024-04-22**</sup>
#### 💄 Styles
- **misc**: Support together ai to fetch model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support together ai to fetch model list, closes [#2138](https://github.com/lobehub/lobe-chat/issues/2138) ([e6d3e4a](https://github.com/lobehub/lobe-chat/commit/e6d3e4a))
</details>
<div align="right">
[](#readme-top)
</div>
230 lines
7.1 KiB
JSON
230 lines
7.1 KiB
JSON
{
|
|
"name": "@lobehub/chat",
|
|
"version": "0.148.5",
|
|
"description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
|
|
"keywords": [
|
|
"framework",
|
|
"chatbot",
|
|
"chatgpt",
|
|
"nextjs",
|
|
"vercel-ai",
|
|
"openai",
|
|
"azure-openai",
|
|
"visual-model",
|
|
"tts",
|
|
"stt"
|
|
],
|
|
"homepage": "https://github.com/lobehub/lobe-chat",
|
|
"bugs": {
|
|
"url": "https://github.com/lobehub/lobe-chat/issues/new/choose"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lobehub/lobe-chat.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "LobeHub <i@lobehub.com>",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"postbuild": "npm run build-sitemap",
|
|
"build-sitemap": "next-sitemap --config next-sitemap.config.mjs",
|
|
"build:analyze": "ANALYZE=true next build",
|
|
"build:docker": "DOCKER=true next build && npm run build-sitemap",
|
|
"dev": "next dev -p 3010",
|
|
"docs:i18n": "lobe-i18n md && npm run workflow:docs && npm run lint:mdx",
|
|
"docs:seo": "lobe-seo && npm run workflow:mdx && npm run lint:mdx",
|
|
"i18n": "npm run workflow:i18n && lobe-i18n",
|
|
"lint": "npm run lint:ts && npm run lint:style && npm run type-check && npm run lint:circular",
|
|
"lint:circular": "dpdm src/**/*.ts --warning false --tree false --exit-code circular:1 -T true --skip-dynamic-imports circular",
|
|
"lint:md": "remark . --quiet --frail --output",
|
|
"lint:mdx": "eslint \"{contributing,docs}/**/*.mdx\" --quiet --fix",
|
|
"lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
|
|
"lint:ts": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
|
|
"prepare": "husky",
|
|
"prettier": "prettier -c --write \"**/**\"",
|
|
"pull": "git pull",
|
|
"release": "semantic-release",
|
|
"start": "next start",
|
|
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:update": "vitest -u",
|
|
"type-check": "tsc --noEmit",
|
|
"workflow:docs": "tsx scripts/docsWorkflow/index.ts",
|
|
"workflow:i18n": "tsx scripts/i18nWorkflow/index.ts",
|
|
"workflow:mdx": "tsx scripts/mdxWorkflow/index.ts",
|
|
"workflow:readme": "tsx scripts/readmeWorkflow/index.ts"
|
|
},
|
|
"lint-staged": {
|
|
"*.md": [
|
|
"remark --quiet --output --",
|
|
"prettier --write --no-error-on-unmatched-pattern"
|
|
],
|
|
"*.mdx": [
|
|
"npm run workflow:mdx",
|
|
"eslint --quiet --fix"
|
|
],
|
|
"*.json": [
|
|
"prettier --write --no-error-on-unmatched-pattern"
|
|
],
|
|
"*.{js,jsx}": [
|
|
"prettier --write",
|
|
"stylelint --fix",
|
|
"eslint --fix"
|
|
],
|
|
"*.{ts,tsx}": [
|
|
"prettier --parser=typescript --write",
|
|
"stylelint --fix",
|
|
"eslint --fix"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.3.6",
|
|
"@anthropic-ai/sdk": "^0.18.0",
|
|
"@auth/core": "0.28.0",
|
|
"@aws-sdk/client-bedrock-runtime": "^3.556.0",
|
|
"@azure/openai": "^1.0.0-beta.12",
|
|
"@cfworker/json-schema": "^1.12.8",
|
|
"@google/generative-ai": "^0.7.1",
|
|
"@icons-pack/react-simple-icons": "^9.4.1",
|
|
"@lobehub/chat-plugin-sdk": "latest",
|
|
"@lobehub/chat-plugins-gateway": "latest",
|
|
"@lobehub/icons": "latest",
|
|
"@lobehub/tts": "latest",
|
|
"@lobehub/ui": "^1.138.8",
|
|
"@next/third-parties": "^14.2.2",
|
|
"@sentry/nextjs": "^7.111.0",
|
|
"@vercel/analytics": "^1.2.2",
|
|
"@vercel/speed-insights": "^1.0.10",
|
|
"ahooks": "^3.7.11",
|
|
"ai": "3.0.19",
|
|
"antd": "^5.16.2",
|
|
"antd-style": "^3.6.2",
|
|
"brotli-wasm": "^2.0.1",
|
|
"chroma-js": "^2.4.2",
|
|
"dayjs": "^1.11.10",
|
|
"debug": "^4.3.4",
|
|
"dexie": "^3.2.7",
|
|
"diff": "^5.2.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"gpt-tokenizer": "^2.1.2",
|
|
"i18next": "^23.11.2",
|
|
"i18next-browser-languagedetector": "^7.2.1",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"idb-keyval": "^6.2.1",
|
|
"immer": "^10.0.4",
|
|
"jose": "^5.2.4",
|
|
"langfuse": "^3.7.0",
|
|
"langfuse-core": "^3.7.0",
|
|
"lodash-es": "^4.17.21",
|
|
"lucide-react": "latest",
|
|
"modern-screenshot": "^4.4.39",
|
|
"nanoid": "^5.0.7",
|
|
"next": "14.1.4",
|
|
"next-auth": "5.0.0-beta.15",
|
|
"next-sitemap": "^4.2.3",
|
|
"numeral": "^2.0.6",
|
|
"nuqs": "^1.17.1",
|
|
"ollama": "^0.5.0",
|
|
"openai": "^4.38.2",
|
|
"polished": "^4.3.1",
|
|
"posthog-js": "^1.128.1",
|
|
"query-string": "^9.0.0",
|
|
"random-words": "^2.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hotkeys-hook": "^4.5.0",
|
|
"react-i18next": "^14.1.0",
|
|
"react-layout-kit": "^1.9.0",
|
|
"react-lazy-load": "^4.0.1",
|
|
"react-virtuoso": "^4.7.9",
|
|
"react-wrap-balancer": "^1.1.0",
|
|
"remark": "^14.0.3",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-html": "^15.0.2",
|
|
"rtl-detect": "^1.1.2",
|
|
"semver": "^7.6.0",
|
|
"sharp": "^0.33.3",
|
|
"swr": "^2.2.5",
|
|
"systemjs": "^6.14.3",
|
|
"ts-md5": "^1.3.1",
|
|
"ua-parser-js": "^1.0.37",
|
|
"url-join": "^5.0.0",
|
|
"use-merge-value": "^1.2.0",
|
|
"utility-types": "^3.11.0",
|
|
"uuid": "^9.0.1",
|
|
"y-protocols": "^1.0.6",
|
|
"y-webrtc": "^10.3.0",
|
|
"yaml": "^2.4.1",
|
|
"yjs": "^13.6.14",
|
|
"zod": "^3.22.5",
|
|
"zustand": "^4.5.2",
|
|
"zustand-utils": "^1.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.2.2",
|
|
"@ducanh2912/next-pwa": "^10.2.6",
|
|
"@edge-runtime/vm": "^3.2.0",
|
|
"@lobehub/i18n-cli": "^1.18.1",
|
|
"@lobehub/lint": "^1.23.3",
|
|
"@lobehub/seo-cli": "^1.4.1",
|
|
"@next/bundle-analyzer": "^14.2.2",
|
|
"@next/eslint-plugin-next": "^14.2.2",
|
|
"@peculiar/webcrypto": "^1.4.6",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^15.0.2",
|
|
"@types/chroma-js": "^2.4.4",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/diff": "^5.2.0",
|
|
"@types/json-schema": "^7.0.15",
|
|
"@types/lodash": "^4.17.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^20.12.7",
|
|
"@types/numeral": "^2.0.5",
|
|
"@types/react": "^18.2.79",
|
|
"@types/react-dom": "^18.2.25",
|
|
"@types/rtl-detect": "^1.0.3",
|
|
"@types/semver": "^7.5.8",
|
|
"@types/systemjs": "^6.13.5",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"@types/uuid": "^9.0.8",
|
|
"@umijs/lint": "^4.1.10",
|
|
"@vitest/coverage-v8": "~1.2.2",
|
|
"ajv-keywords": "^5.1.0",
|
|
"commitlint": "^19.2.2",
|
|
"consola": "^3.2.3",
|
|
"dpdm": "^3.14.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-mdx": "^2.3.4",
|
|
"fake-indexeddb": "^5.0.2",
|
|
"glob": "^10.3.12",
|
|
"gray-matter": "^4.0.3",
|
|
"happy-dom": "^14.7.1",
|
|
"husky": "^9.0.11",
|
|
"just-diff": "^6.0.2",
|
|
"lint-staged": "^15.2.2",
|
|
"lodash": "^4.17.21",
|
|
"markdown-table": "^3.0.3",
|
|
"node-fetch": "^3.3.2",
|
|
"node-gyp": "^10.1.0",
|
|
"p-map": "^7.0.2",
|
|
"prettier": "^3.2.5",
|
|
"remark-cli": "^11.0.0",
|
|
"remark-parse": "^10.0.2",
|
|
"semantic-release": "^21.1.2",
|
|
"stylelint": "^15.11.0",
|
|
"tsx": "^4.7.2",
|
|
"typescript": "^5.4.5",
|
|
"unified": "^11.0.4",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vite": "^5.2.10",
|
|
"vitest": "~1.2.2",
|
|
"vitest-canvas-mock": "^0.3.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org"
|
|
}
|
|
}
|