package.json 697 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{
  "name": "@umi-block/search-list-applications",
  "version": "0.0.1",
  "description": "SearchListApplications",
  "main": "src/index.js",
  "scripts": {
    "dev": "umi dev"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi-blocks/ant-design-pro/searchlistapplications"
  },
  "dependencies": {
    "antd": "^3.10.9",
    "classnames": "^2.2.6",
    "dva": "^2.4.0",
    "hash.js": "^1.1.5",
    "moment": "^2.22.2",
    "numeral": "^2.0.6",
    "nzh": "^1.0.3",
    "react": "^16.6.3",
    "umi-request": "^1.0.0"
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
25 26
    "umi": "^2.6.9",
    "umi-plugin-react": "^1.7.2",
27 28 29
    "umi-plugin-block-dev": "^1.0.0"
  },
  "license": "ISC"
陈帅's avatar
陈帅 committed
30
}