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