package.json 863 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "name": "@umi-block/flow",
  "version": "0.0.1",
  "description": "flow",
  "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": {
陈帅's avatar
陈帅 committed
15
    "@ant-design/pro-layout": "^4.5.5",
陈帅's avatar
陈帅 committed
16 17
    "@antv/data-set": "^0.10.2",
    "antd": "^3.16.3",
陈帅's avatar
陈帅 committed
18
    "bizcharts": "^3.5.3-beta.0",
陈帅's avatar
陈帅 committed
19 20 21 22 23 24 25
    "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": "^16.6.3",
    "react-fittext": "^1.0.0",
陈帅's avatar
陈帅 committed
26 27
    "umi": "^2.6.9",
    "umi-plugin-react": "^1.7.2",
陈帅's avatar
陈帅 committed
28 29 30
    "umi-request": "^1.0.0"
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
31 32
    "@types/numeral": "^0.0.25",
    "umi-plugin-block-dev": "^1.1.0"
陈帅's avatar
陈帅 committed
33 34 35 36 37
  },
  "blockConfig": {
    "specVersion": "0.1"
  }
}