"DashboardAnalysis/src/model.tsx" did not exist on "9c3225d1e52f0c743a530411f1f556fb23dcf3b3"
package.json 741 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "name": "@umi-block/workplace",
  "version": "0.0.1",
  "description": "Workplace",
  "main": "src/index.js",
  "scripts": {
    "dev": "umi dev"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi-blocks/ant-design-pro/workplace"
  },
  "dependencies": {
陈帅's avatar
陈帅 committed
14
    "@ant-design/pro-layout": "^4.5.5",
陈帅's avatar
陈帅 committed
15
    "antd": "^3.16.3",
陈帅's avatar
陈帅 committed
16
    "bizcharts": "^3.5.3-beta.0",
17 18 19 20
    "dva": "^2.4.0",
    "moment": "^2.22.2",
    "prop-types": "^15.5.10",
    "react": "^16.6.3",
陈帅's avatar
陈帅 committed
21 22
    "redux": "^4.0.1",
    "umi-request": "^1.0.0"
23 24
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
25
    "umi": "^2.6.9",
26 27 28
    "umi-plugin-block-dev": "^1.0.0",
    "umi-plugin-react": "^1.3.0-beta.1"
  },
愚道's avatar
愚道 committed
29 30 31 32
  "license": "MIT",
  "blockConfig": {
    "specVersion": "0.1"
  }
陈帅's avatar
陈帅 committed
33
}