coze-studio/frontend/packages/studio/open-platform/open-chat/package.json

108 lines
3.3 KiB
JSON

{
"name": "@coze-studio/open-chat",
"version": "0.0.1",
"description": "Coze Web ChatApp SDK ",
"license": "Apache-2.0",
"author": "yangyu.1@bytedance.com",
"maintainers": [
"gaoding.devingao@bytedance.com",
"yangyu.1@bytedance.com"
],
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./types": "./src/exports/types.ts",
"./envs": "./src/util/env.ts"
},
"main": "src/index.ts",
"types": "./src/index.ts",
"typesVersions": {
"*": {
"types": [
"./src/exports/types.ts"
],
"envs": [
"./src/util/env.ts"
]
}
},
"scripts": {
"build": "exit 0",
"lint": "eslint ./ --cache",
"test": "vitest --run --passWithNoTests",
"test:cov": "vitest run --coverage"
},
"dependencies": {
"@coze-arch/bot-api": "workspace:*",
"@coze-arch/bot-semi": "workspace:*",
"@coze-arch/bot-utils": "workspace:*",
"@coze-arch/coze-design": "0.0.6-alpha.346d77",
"@coze-arch/i18n": "workspace:*",
"@coze-arch/idl": "workspace:*",
"@coze-arch/logger": "workspace:*",
"@coze-common/chat-answer-action": "workspace:*",
"@coze-common/chat-area": "workspace:*",
"@coze-common/chat-area-plugin-chat-background": "workspace:*",
"@coze-common/chat-area-plugin-message-grab": "workspace:*",
"@coze-common/chat-area-plugin-reasoning": "workspace:*",
"@coze-common/chat-area-plugins-chat-shortcuts": "workspace:*",
"@coze-common/chat-core": "workspace:*",
"@coze-common/chat-uikit": "workspace:*",
"@coze-common/chat-uikit-shared": "workspace:*",
"@coze-common/chat-workflow-render": "workspace:*",
"@coze-studio/file-kit": "workspace:*",
"@coze-studio/open-env-adapter": "workspace:*",
"@coze-studio/slardar-adapter": "workspace:*",
"@coze/api": "1.3.5",
"@douyinfe/semi-icons": "^2.36.0",
"ahooks": "^3.7.8",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"eventemitter3": "^5.0.1",
"immer": "^10.0.3",
"lodash-es": "^4.17.21",
"nanoid": "^4.0.2",
"react": "~18.2.0",
"react-device-detect": "2.2.3",
"react-dom": "~18.2.0",
"react-router-dom": "^6.11.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@coze-arch/bot-env": "workspace:*",
"@coze-arch/bot-typings": "workspace:*",
"@coze-arch/eslint-config": "workspace:*",
"@coze-arch/pkg-root-webpack-plugin": "workspace:*",
"@coze-arch/postcss-config": "workspace:*",
"@coze-arch/stylelint-config": "workspace:*",
"@coze-arch/tailwind-config": "workspace:*",
"@coze-arch/ts-config": "workspace:*",
"@coze-arch/vitest-config": "workspace:*",
"@rspack/plugin-react-refresh": "0.6.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@types/lodash-es": "^4.17.10",
"@types/node": "^18",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@vitest/coverage-v8": "~3.0.5",
"concurrently": "~8.2.2",
"css-loader": "^6.10.0",
"debug": "^4.3.4",
"style-loader": "^3.3.4",
"tailwindcss": "~3.3.3",
"ts-node": "^10.9.1",
"typescript": "~5.8.2",
"vitest": "~3.0.5",
"webpack": "~5.91.0"
},
"// deps": "debug@^4.3.4 为脚本自动补齐,请勿改动",
"botPublishConfig": {
"main": "dist/index.js"
}
}