-
Notifications
You must be signed in to change notification settings - Fork 777
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.16 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 3.16 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@cozeloop/evaluate-components",
"version": "0.0.1",
"description": "Dataset Components",
"license": "Apache-2.0",
"author": "zhangchi.zhc@bytedance.com",
"maintainers": [],
"main": "src/index.tsx",
"scripts": {
"build": "exit 0",
"lint": "eslint ./ --cache",
"test": "vitest --run --passWithNoTests",
"test:cov": "npm run test -- --coverage"
},
"dependencies": {
"@coze-arch/bot-md-box-adapter": "workspace:*",
"@coze-arch/coze-design": "0.0.7-alpha.5f0418",
"@cozeloop/adapter-interfaces": "workspace:*",
"@cozeloop/api-schema": "workspace:*",
"@cozeloop/base-with-adapter-components": "workspace:*",
"@cozeloop/biz-components-adapter": "workspace:*",
"@cozeloop/biz-config-adapter": "workspace:*",
"@cozeloop/biz-hooks-adapter": "workspace:*",
"@cozeloop/components": "workspace:*",
"@cozeloop/env-adapter": "workspace:*",
"@cozeloop/evaluate-adapter": "workspace:*",
"@cozeloop/guard": "workspace:*",
"@cozeloop/hooks": "workspace:*",
"@cozeloop/i18n-adapter": "workspace:*",
"@cozeloop/observation-adapter": "workspace:*",
"@cozeloop/prompt-components": "workspace:*",
"@cozeloop/shared-components": "workspace:*",
"@cozeloop/stores": "workspace:*",
"@cozeloop/tea-adapter": "workspace:*",
"@cozeloop/toolkit": "workspace:*",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@monaco-editor/react": "^4.5.2",
"@textea/json-viewer": "^3.0.0",
"@visactor/vchart": "1.13.11",
"ahooks": "^3.7.8",
"ajv": "~8.12.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"decimal.js": "^10.4.0",
"json-bigint": "~1.0.0",
"json-schema": "~0.4.0",
"jszip": "~3.10.1",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.45.0",
"nanoid": "^4.0.2",
"papaparse": "^5.4.1",
"react-resizable-panels": "~2.1.6",
"sortablejs": "~1.15.2",
"to-json-schema": "^0.2.5",
"xlsx": "~0.18.5",
"yaml": "^2.2.2",
"zustand": "^4.4.7"
},
"devDependencies": {
"@coze-arch/bot-typings": "workspace:*",
"@coze-arch/eslint-config": "workspace:*",
"@coze-arch/stylelint-config": "workspace:*",
"@coze-arch/ts-config": "workspace:*",
"@coze-arch/vitest-config": "workspace:*",
"@cozeloop/tailwind-config": "workspace:*",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/material": "^5",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@types/ajv": "~1.0.0",
"@types/json-bigint": "~1.0.4",
"@types/json-schema": "~7.0.15",
"@types/jszip": "~3.4.1",
"@types/node": "^18",
"@types/papaparse": "^5.3.9",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/sortablejs": "~1.15.7",
"@vitest/coverage-v8": "~3.0.5",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-router-dom": "^6.22.0",
"stylelint": "^15.11.0",
"vite": "^4.3.9",
"vite-plugin-svgr": "~3.3.0",
"vitest": "~3.0.5"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"react-router-dom": "^6.22.0"
}
}