package.json 791 Bytes
Newer Older
1 2 3 4 5 6 7 8
{
  "name": "@umi-block/analysis",
  "version": "0.0.1",
  "description": "Analysis",
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi-blocks/ant-design-pro/analysis"
  },
陈帅's avatar
陈帅 committed
9 10 11 12 13
  "license": "ISC",
  "main": "src/index.js",
  "scripts": {
    "dev": "umi dev"
  },
14
  "dependencies": {
陈帅's avatar
陈帅 committed
15
    "@ant-design/pro-layout": "^4.0.5",
陈帅's avatar
陈帅 committed
16 17
    "@antv/data-set": "^0.10.2",
    "@types/numeral": "^0.0.25",
18
    "antd": "^3.10.9",
陈帅's avatar
陈帅 committed
19 20 21
    "bizcharts": "^3.5.2",
    "bizcharts-plugin-slider": "^2.1.1-beta.1",
    "dva": "^2.4.0",
22
    "moment": "^2.22.2",
陈帅's avatar
陈帅 committed
23 24 25 26
    "numeral": "^2.0.6",
    "react": "^16.6.3",
    "react-fittext": "^1.0.0",
    "umi-request": "^1.0.0"
27 28
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
29
    "umi": "^2.6.9",
陈帅's avatar
陈帅 committed
30 31 32
    "umi-plugin-block-dev": "^1.1.0",
    "umi-plugin-react": "^1.7.2"
  }
陈帅's avatar
陈帅 committed
33
}