package.json 974 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "name": "@umi-block/monitor",
  "version": "0.0.1",
  "description": "Monitor",
  "main": "src/index.js",
  "scripts": {
    "dev": "umi dev"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi-blocks/ant-design-pro/monitor"
  },
  "dependencies": {
xiaohuoni's avatar
xiaohuoni committed
14
    "@ant-design/pro-layout": "^4.5.2",
陈帅's avatar
陈帅 committed
15
    "@antv/data-set": "^0.10.2",
陈帅's avatar
陈帅 committed
16
    "@types/lodash.debounce": "^4.0.6",
陈帅's avatar
陈帅 committed
17
    "antd": "^3.16.3",
陈帅's avatar
陈帅 committed
18
    "bizcharts": "^3.5.3-beta.0",
陈帅's avatar
陈帅 committed
19
    "bizcharts-plugin-slider": "^2.1.1-beta.1",
陈帅's avatar
陈帅 committed
20
    "classnames": "^2.2.6",
21
    "dva": "^2.4.0",
陈帅's avatar
陈帅 committed
22
    "lodash.debounce": "^4.0.8",
23
    "numeral": "^2.0.6",
陈帅's avatar
陈帅 committed
24 25
    "react": "^16.8.6",
    "react-fittext": "^1.0.0",
陈帅's avatar
陈帅 committed
26 27 28 29
    "redux": "^4.0.1",
    "umi": "^2.6.9",
    "umi-plugin-block-dev": "^1.0.0",
    "umi-plugin-react": "^1.7.2",
30 31 32
    "umi-request": "^1.0.0"
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
33
    "@types/numeral": "^0.0.25",
陈帅's avatar
陈帅 committed
34
    "mockjs": "^1.0.1-beta3"
35
  },
愚道's avatar
愚道 committed
36 37 38 39
  "license": "ISC",
  "blockConfig": {
    "specVersion": "0.1"
  }
陈帅's avatar
陈帅 committed
40
}