package.json 623 Bytes
Newer Older
1
{
xiaohuoni's avatar
xiaohuoni committed
2
  "name": "@pro-blocks/exception-404",
3 4 5 6 7 8 9 10
  "version": "0.0.1",
  "description": "Exception404",
  "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/Exception404"
12 13
  },
  "dependencies": {
陈帅's avatar
陈帅 committed
14 15
    "antd": "^3.19.5",
    "classnames": "^2.2.6",
16
    "dva": "^2.4.0",
陈帅's avatar
陈帅 committed
17 18 19
    "react": "^16.6.3",
    "umi-plugin-react": "^1.7.2",
    "umi-request": "^1.0.8"
20 21
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
22
    "umi": "^2.6.9",
23 24
    "umi-plugin-block-dev": "^1.0.0"
  },
愚道's avatar
愚道 committed
25 26 27 28
  "license": "MIT",
  "blockConfig": {
    "specVersion": "0.1"
  }
陈帅's avatar
陈帅 committed
29
}