package.json 623 Bytes
Newer Older
1
{
xiaohuoni's avatar
xiaohuoni committed
2
  "name": "@pro-blocks/exception-403",
3 4 5 6 7 8 9 10
  "version": "0.0.1",
  "description": "Exception403",
  "main": "src/index.js",
  "scripts": {
    "dev": "umi dev"
  },
  "repository": {
    "type": "git",
xiaohuoni's avatar
xiaohuoni committed
11
    "url": "https://github.com/ant-design/pro-blocks/tree/master/Exception403"
12 13
  },
  "dependencies": {
陈帅's avatar
陈帅 committed
14
    "antd": "^3.19.5",
xiaohuoni's avatar
xiaohuoni committed
15
    "classnames": "^2.2.6",
16
    "dva": "^2.4.0",
xiaohuoni's avatar
xiaohuoni committed
17 18
    "react": "^16.6.3",
    "umi": "^2.6.8",
陈帅's avatar
陈帅 committed
19 20
    "umi-plugin-react": "^1.7.2",
    "umi-request": "^1.0.4"
21 22
  },
  "devDependencies": {
xiaohuoni's avatar
xiaohuoni committed
23
    "umi-plugin-block-dev": "^1.3.0"
24
  },
愚道's avatar
愚道 committed
25 26 27 28
  "license": "MIT",
  "blockConfig": {
    "specVersion": "0.1"
  }
陈帅's avatar
陈帅 committed
29
}