package.json 751 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
    "@antv/data-set": "^0.10.2",
陈帅's avatar
陈帅 committed
16
    "antd": "^3.16.3",
陈帅's avatar
陈帅 committed
17 18 19
    "bizcharts": "^3.5.2",
    "bizcharts-plugin-slider": "^2.1.1-beta.1",
    "dva": "^2.4.0",
20
    "moment": "^2.22.2",
陈帅's avatar
陈帅 committed
21 22 23 24
    "numeral": "^2.0.6",
    "react": "^16.6.3",
    "react-fittext": "^1.0.0",
    "umi-request": "^1.0.0"
25 26
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
27
    "umi": "^2.6.9",
陈帅's avatar
陈帅 committed
28
    "umi-plugin-block-dev": "^1.1.0",
陈帅's avatar
陈帅 committed
29 30
    "umi-plugin-react": "^1.7.2",
    "@types/numeral": "^0.0.25"
陈帅's avatar
陈帅 committed
31
  }
陈帅's avatar
陈帅 committed
32
}