coze-studio/frontend/packages/studio/stores/bot-plugin/package.json

41 lines
1.1 KiB
JSON

{
"name": "@coze-studio/bot-plugin-store",
"version": "0.0.1",
"description": "plugin store",
"license": "Apache-2.0",
"author": "liuyuhang.0@bytedance.com",
"maintainers": [],
"main": "src/index.ts",
"scripts": {
"build": "exit 0",
"lint": "eslint ./ --cache",
"test": "vitest --run --passWithNoTests",
"test:cov": "npm run test -- --coverage"
},
"dependencies": {
"@coze-arch/bot-api": "workspace:*",
"@coze-arch/bot-error": "workspace:*",
"@coze-arch/bot-semi": "workspace:*",
"@coze-arch/bot-typings": "workspace:*",
"@coze-arch/bot-utils": "workspace:*",
"@coze-arch/i18n": "workspace:*",
"@coze-arch/logger": "workspace:*",
"@coze-arch/report-events": "workspace:*",
"ahooks": "^3.7.8",
"immer": "^10.0.3",
"lodash-es": "^4.17.21",
"react": "~18.2.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@coze-arch/eslint-config": "workspace:*",
"@coze-arch/ts-config": "workspace:*",
"@coze-arch/vitest-config": "workspace:*",
"@types/node": "^18",
"@types/react": "18.2.37",
"@vitest/coverage-v8": "~3.0.5",
"vitest": "~3.0.5"
}
}