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