forked from ant-design/pro-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 845 Bytes
/
package.json
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
{
"name": "@umi-block/flow",
"version": "0.0.1",
"description": "千言万语不如一张图,流程图是表示算法思路的最好方法。",
"repository": {
"type": "git",
"url": "https://github.com/umijs/umi-blocks/ant-design-pro/flow"
},
"license": "ISC",
"main": "src/index.js",
"scripts": {
"dev": "umi dev"
},
"dependencies": {
"@antv/data-set": "^0.10.2",
"bizcharts": "^3.5.3-beta.0",
"bizcharts-plugin-slider": "^2.1.1-beta.1",
"dva": "^2.4.0",
"gg-editor": "^2.0.2",
"moment": "^2.22.2",
"numeral": "^2.0.6",
"react-fittext": "^1.0.0",
"umi": "^2.6.9",
"umi-request": "^1.0.0"
},
"peerDependencies": {
"@ant-design/pro-layout": "^4.5.5"
},
"devDependencies": {
"@types/numeral": "^0.0.25"
},
"blockConfig": {
"specVersion": "0.1"
}
}