aichat-core
Version:
AI 流式聊天业务核心TS模型封装及业务实现模块
82 lines • 2.61 kB
JSON
{
"name": "aichat-core",
"version": "1.0.15",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/kobeyk/aichat-core",
"author": "appleyk<yukun24@126.com>",
"license": "MIT",
"description": "AI 流式聊天业务核心TS模型封装及业务实现模块",
"files": [
"dist/**/*"
],
"keywords": [
"aichat-core",
"aichat",
"mcp",
"mcp client",
"openai sdk use",
"model context protocol",
"AI聊天助手核心业务模型定义及业务实现",
"HTTP Streamable MCP"
],
"scripts": {
"start": "webpack-dev-server --config ./config/webpack.dev.js",
"dist": "webpack --config ./config/webpack.dist.js",
"build": "webpack --config ./config/webpack.build.js",
"compile": "npm run build && tsc ",
"deploy": "npm run compile && npm publish --registry https://registry.npmjs.org/"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.0",
"codemirror": "5",
"openai": "^5.3.0",
"react-codemirror2": "^8.0.1",
"react-json-view": "^1.21.3",
"react-markdown": "^9.1.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/x": "^1.4.0",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-function-bind": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@types/lodash": "^4.17.15",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/webpack-env": "^1.18.8",
"antd": "^5.19.1",
"antd-style": "^3.7.1",
"axios": "^1.5.1",
"babel-loader": "^8.2.5",
"babel-plugin-import": "^1.13.5",
"babel-plugin-module-resolver": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lodash.debounce": "^4.0.8",
"mini-css-extract-plugin": "^2.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"typescript": "^5.8.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.1"
}
}