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