-
Notifications
You must be signed in to change notification settings - Fork 763
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.88 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@cozeloop/prompt-components",
"version": "0.0.1",
"description": "Prompt common components for cozeloop",
"author": "houtao.zzj@bytedance.com",
"main": "./src/index.ts",
"scripts": {
"build": "exit 0",
"lint": "eslint ./ --cache",
"test": "exit 0",
"test:cov": "exit 0"
},
"dependencies": {
"@codemirror/commands": "^6.3.3",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@coze-arch/bot-md-box-adapter": "workspace:*",
"@coze-arch/coze-design": "0.0.6-alpha.346d77",
"@coze-arch/fetch-stream": "workspace:*",
"@coze-editor/editor": "0.1.0-alpha.d92d50",
"@cozeloop/api-schema": "workspace:*",
"@cozeloop/biz-hooks-adapter": "workspace:*",
"@cozeloop/components": "workspace:*",
"@cozeloop/i18n-adapter": "workspace:*",
"@cozeloop/tea-adapter": "workspace:*",
"@lezer/common": "^1.2.2",
"@shikijs/themes": "^3.2.2",
"ahooks": "^3.7.8",
"classnames": "^2.3.2",
"codemirror-shiki": "^0.2.2",
"eventsource-parser": "^1.0.0",
"immer": "^10.0.3",
"lodash-es": "^4.17.21",
"lucide-react": "^0.438.0",
"mitt": "^3.0.1",
"nanoid": "^4.0.2",
"react": "~18.2.0",
"shiki": "^3.2.2",
"sortablejs": "~1.15.2",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@coze-arch/bot-typings": "workspace:*",
"@coze-arch/eslint-config": "workspace:*",
"@coze-arch/ts-config": "workspace:*",
"@coze-arch/vitest-config": "workspace:*",
"@cozeloop/tailwind-config": "workspace:*",
"@types/lodash-es": "^4.17.10",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@vitest/coverage-v8": "~3.0.5",
"happy-dom": "^15.10.2",
"react-dom": "~18.2.0",
"storybook": "^7.6.7",
"tsconfig-paths": "4.1.0",
"vite": "^4.3.9",
"vite-plugin-svgr": "~3.3.0",
"vitest": "~3.0.5"
}
}