package.json 703 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "name": "@umi-block/advanced-profile",
  "version": "0.0.1",
  "description": "AdvancedProfile",
  "main": "src/index.js",
  "scripts": {
    "dev": "umi dev"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi-blocks/ant-design-pro/advancedprofile"
  },
  "dependencies": {
陈帅's avatar
陈帅 committed
14
    "antd": "^3.16.3",
15 16 17 18
    "classnames": "^2.2.6",
    "dva": "^2.4.0",
    "lodash-decorators": "^6.0.0",
    "react": "^16.6.3",
陈帅's avatar
陈帅 committed
19 20
    "umi-request": "^1.0.0",
    "@ant-design/pro-layout": "^4.0.5"
21 22
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
23 24
    "umi": "^2.6.9",
    "umi-plugin-react": "^1.7.2",
25 26
    "umi-plugin-block-dev": "^1.0.0"
  },
愚道's avatar
愚道 committed
27 28 29 30
  "license": "ISC",
  "blockConfig": {
    "specVersion": "0.1"
  }
陈帅's avatar
陈帅 committed
31
}