-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.59 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.59 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
{
"name": "@bunnarin/plugin-extensible-data-visualization",
"version": "1.0.0",
"displayName": "Extensible Data visualization",
"displayName.ru-RU": "Визуализация данных",
"displayName.zh-CN": "数据可视化",
"description": "Provides data visualization feature, including chart block and chart filter block, support line charts, area charts, bar charts and more than a dozen kinds of charts, you can also extend more chart types.",
"description.ru-RU": "Предоставляет функции визуализации данных: включает блоки графиков и фильтрации графиков, поддерживает линейные, областные, столбчатые и более десятка других типов графиков, а также возможность расширения дополнительными типами.",
"description.zh-CN": "提供数据可视化功能,包含图表区块和图表筛选区块,支持折线图、面积图、柱状图等十几种图表,你也可以扩展更多图表类型。",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",
"@ant-design/plots": "^2.1.4",
"@antv/s2": "^1.47.0",
"@antv/s2-react": "^1.47.0",
"@codemirror/lang-javascript": "^6.0.1",
"@codemirror/lang-sql": "^6.9.1",
"@codemirror/lint": "^6.8.3",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.37.2",
"@emotion/css": "^11.7.1",
"@formily/antd-v5": "1.x",
"@formily/core": "2.x",
"@formily/react": "2.x",
"@formily/shared": "2.x",
"antd": "5.x",
"classnames": "^2.3.1",
"codemirror": "^6.0.2",
"echarts": "^6.0.0",
"koa-compose": "^4.1.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-i18next": "^11.15.1",
"xlsx": "^0.18.5"
},
"peerDependencies": {
"@nocobase/actions": "2.x",
"@nocobase/cache": "2.x",
"@nocobase/client": "2.x",
"@nocobase/database": "2.x",
"@nocobase/plugin-ai": "2.x",
"@nocobase/plugin-data-source-main": "2.x",
"@nocobase/plugin-flow-engine": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x",
"@nocobase/utils": "2.x",
"@nocobase/flow-engine": "2.x"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"keywords": [
"Blocks"
],
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Bunnarin/plugin-extensible-data-visualization"
}
}