package.json 766 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "name": "@umi-block/account-center",
  "version": "0.0.1",
  "description": "AccountCenter",
  "main": "src/index.js",
  "scripts": {
    "dev": "umi dev"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi-blocks/ant-design-pro/accountcenter"
  },
  "dependencies": {
陈帅's avatar
陈帅 committed
14
    "@ant-design/pro-layout": "^4.5.5",
陈帅's avatar
陈帅 committed
15
    "antd": "^3.16.3",
陈帅's avatar
陈帅 committed
16
    "classnames": "^2.2.6",
17
    "dva": "^2.4.0",
陈帅's avatar
陈帅 committed
18
    "moment": "^2.24.0",
陈帅's avatar
陈帅 committed
19
    "numeral": "^2.0.6",
20
    "react": "^16.6.3",
陈帅's avatar
陈帅 committed
21 22
    "react-router": "^5.0.1",
    "redux": "^4.0.1",
23 24 25
    "umi-request": "^1.0.0"
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
26
    "umi": "^2.6.9",
陈帅's avatar
陈帅 committed
27 28
    "umi-plugin-block-dev": "^1.0.0",
    "umi-plugin-react": "^1.7.2"
29
  },
愚道's avatar
愚道 committed
30 31 32 33
  "license": "ISC",
  "blockConfig": {
    "specVersion": "0.1"
  }
陈帅's avatar
陈帅 committed
34
}