package.json 5.73 KB
Newer Older
1
{
afc163's avatar
afc163 committed
2
  "name": "ant-design-pro",
陈帅's avatar
陈帅 committed
3
  "version": "4.0.0",
4
  "private": true,
陈帅's avatar
陈帅 committed
5
  "description": "An out-of-box UI solution for enterprise applications",
6
  "scripts": {
愚道's avatar
愚道 committed
7
    "analyze": "cross-env ANALYZE=1 umi build",
陈帅's avatar
陈帅 committed
8
    "build": "umi build",
9
    "deploy": "cross-env ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION=site npm run site && npm run gh-pages",
陈帅's avatar
陈帅 committed
10 11 12 13 14 15 16
    "docker-hub:build": "docker build  -f Dockerfile.hub -t  ant-design-pro ./",
    "docker-prod:build": "docker-compose -f ./docker/docker-compose.yml build",
    "docker-prod:dev": "docker-compose -f ./docker/docker-compose.yml up",
    "docker:build": "docker-compose -f ./docker/docker-compose.dev.yml build",
    "docker:dev": "docker-compose -f ./docker/docker-compose.dev.yml up",
    "docker:push": "npm run docker-hub:build && npm run docker:tag && docker push antdesign/ant-design-pro",
    "docker:tag": "docker tag ant-design-pro antdesign/ant-design-pro",
17
    "fetch:blocks": "fetch-blocks",
陈帅's avatar
陈帅 committed
18
    "format-imports": "import-sort --write '**/*.{js,jsx,ts,tsx}'",
期贤's avatar
期贤 committed
19 20
    "functions:build": "netlify-lambda build ./lambda",
    "functions:run": "cross-env NODE_ENV=dev netlify-lambda serve ./lambda",
21
    "gh-pages": "cp CNAME ./dist/ && gh-pages -d dist",
陈帅's avatar
陈帅 committed
22
    "lint": "npm run lint:js && npm run lint:style && npm run lint:prettier",
偏右's avatar
偏右 committed
23
    "lint-staged": "lint-staged",
陈帅's avatar
陈帅 committed
24 25 26
    "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
    "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && npm run lint:style",
    "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
陈帅's avatar
陈帅 committed
27
    "lint:prettier": "check-prettier lint",
lonwern's avatar
lonwern committed
28
    "lint:style": "stylelint --fix \"src/**/*.less\" --syntax less",
陈帅's avatar
陈帅 committed
29
    "prettier": "prettier -c --write **/*",
30
    "site": "npm run fetch:blocks && npm run build && npm run functions:build",
陈帅's avatar
陈帅 committed
31
    "start": "umi dev",
陈帅's avatar
陈帅 committed
32
    "start:no-mock": "cross-env MOCK=none umi dev",
愚道's avatar
愚道 committed
33
    "test": "umi test",
jim's avatar
jim committed
34
    "test:all": "node ./tests/run-tests.js",
陈帅's avatar
陈帅 committed
35
    "test:component": "umi test ./src/components"
36
  },
陈帅's avatar
陈帅 committed
37 38 39 40
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint-staged"
    }
41
  },
陈帅's avatar
陈帅 committed
42 43
  "lint-staged": {
    "**/*.less": "stylelint --syntax less",
陈帅's avatar
陈帅 committed
44 45
    "**/*.{js,jsx,tsx,ts,less,md,json}": [
      "prettier --write",
陈帅's avatar
陈帅 committed
46 47
      "git add"
    ],
陈帅's avatar
陈帅 committed
48 49
    "**/*.{js,jsx}": "npm run lint-staged:js",
    "**/*.{js,ts,tsx}": "npm run lint-staged:js"
陈帅's avatar
陈帅 committed
50
  },
陈帅's avatar
陈帅 committed
51 52 53 54 55
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ],
56
  "dependencies": {
陈帅's avatar
陈帅 committed
57
    "@ant-design/pro-layout": "^4.5.7",
afc163's avatar
afc163 committed
58
    "@antv/data-set": "^0.10.2",
duanledexianxianxian's avatar
duanledexianxianxian committed
59 60
    "@types/lodash.debounce": "^4.0.6",
    "@types/react-router": "^5.0.2",
afc163's avatar
afc163 committed
61
    "antd": "^3.19.1",
duanledexianxianxian's avatar
duanledexianxianxian committed
62 63
    "bizcharts": "^3.5.3-beta.0",
    "bizcharts-plugin-slider": "^2.1.1-beta.1",
陈帅's avatar
陈帅 committed
64
    "classnames": "^2.2.6",
afc163's avatar
afc163 committed
65
    "dva": "^2.4.1",
duanledexianxianxian's avatar
duanledexianxianxian committed
66 67
    "gg-editor": "^2.0.2",
    "hash.js": "^1.1.5",
afc163's avatar
afc163 committed
68 69
    "lodash": "^4.17.11",
    "lodash-decorators": "^6.0.1",
duanledexianxianxian's avatar
duanledexianxianxian committed
70
    "lodash.debounce": "^4.0.8",
afc163's avatar
afc163 committed
71 72
    "memoize-one": "^5.0.4",
    "moment": "^2.24.0",
duanledexianxianxian's avatar
duanledexianxianxian committed
73 74
    "numeral": "^2.0.6",
    "nzh": "^1.0.3",
afc163's avatar
afc163 committed
75
    "omit.js": "^1.0.2",
偏右's avatar
偏右 committed
76
    "path-to-regexp": "^3.0.0",
陈帅's avatar
陈帅 committed
77
    "prop-types": "^15.7.2",
陈帅's avatar
陈帅 committed
78
    "qs": "^6.7.0",
afc163's avatar
afc163 committed
79 80
    "rc-animate": "^2.8.3",
    "react": "^16.8.6",
jim's avatar
jim committed
81
    "react-container-query": "^0.11.0",
82
    "react-copy-to-clipboard": "^5.0.1",
83
    "react-document-title": "^2.0.3",
afc163's avatar
afc163 committed
84
    "react-dom": "^16.8.6",
duanledexianxianxian's avatar
duanledexianxianxian committed
85
    "react-fittext": "^1.0.0",
陈帅's avatar
陈帅 committed
86
    "react-media": "^1.9.2",
afc163's avatar
afc163 committed
87
    "react-media-hook2": "^1.0.5",
duanledexianxianxian's avatar
duanledexianxianxian committed
88
    "react-router": "^4.3.1",
陈帅's avatar
陈帅 committed
89
    "redux": "^4.0.1",
陈帅's avatar
陈帅 committed
90
    "umi": "^2.8.7",
duanledexianxianxian's avatar
duanledexianxianxian committed
91
    "umi-plugin-block-dev": "^1.0.0",
陈帅's avatar
陈帅 committed
92
    "umi-plugin-ga": "^1.1.3",
afc163's avatar
afc163 committed
93
    "umi-plugin-pro-block": "^1.3.2",
陈帅's avatar
陈帅 committed
94
    "umi-plugin-react": "^1.9.5",
95
    "umi-request": "^1.0.8",
duanledexianxianxian's avatar
duanledexianxianxian committed
96 97 98
    "axios":"^0.19.0",
    "query-string":"^6.8.1",
    "store":"^2.0.12"
99 100
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
101
    "@ant-design/colors": "^3.1.0",
102
    "@duanledexian/umi-config": "^1.0.10",
lijiehua's avatar
lijiehua committed
103
    "@types/classnames": "^2.2.7",
104
    "@types/history": "^4.7.2",
陈帅's avatar
陈帅 committed
105
    "@types/jest": "^24.0.13",
duanledexianxianxian's avatar
duanledexianxianxian committed
106
    "@types/lodash": "^4.14.134",
107 108
    "@types/mockjs": "^1.0.2",
    "@types/numeral": "^0.0.25",
陈帅's avatar
陈帅 committed
109
    "@types/qs": "^6.5.3",
afc163's avatar
afc163 committed
110
    "@types/react": "^16.8.19",
陈帅's avatar
陈帅 committed
111
    "@types/react-document-title": "^2.0.3",
afc163's avatar
afc163 committed
112
    "@types/react-dom": "^16.8.4",
陈帅's avatar
陈帅 committed
113
    "babel-eslint": "^10.0.1",
Yu's avatar
Yu committed
114
    "chalk": "^2.4.2",
afc163's avatar
afc163 committed
115
    "check-prettier": "^1.0.3",
Yu's avatar
Yu committed
116
    "cross-env": "^5.2.0",
afc163's avatar
afc163 committed
117
    "cross-port-killer": "^1.1.1",
Yu's avatar
Yu committed
118
    "enzyme": "^3.9.0",
afc163's avatar
afc163 committed
119 120
    "eslint": "^5.16.0",
    "express": "^4.17.1",
121
    "fetch-blocks": "^1.0.0",
Yu's avatar
Yu committed
122
    "gh-pages": "^2.0.1",
afc163's avatar
afc163 committed
123
    "husky": "^2.3.0",
陈帅's avatar
陈帅 committed
124 125 126 127
    "import-sort-cli": "^6.0.0",
    "import-sort-parser-babylon": "^6.0.0",
    "import-sort-parser-typescript": "^6.0.0",
    "import-sort-style-module": "^6.0.0",
afc163's avatar
afc163 committed
128
    "jest-puppeteer": "^4.2.0",
陈帅's avatar
陈帅 committed
129
    "jsdom-global": "^3.0.2",
afc163's avatar
afc163 committed
130 131
    "lint-staged": "^8.1.7",
    "netlify-lambda": "^1.4.13",
陈帅's avatar
陈帅 committed
132
    "node-fetch": "^2.6.0",
afc163's avatar
afc163 committed
133
    "prettier": "^1.17.1",
偏右's avatar
偏右 committed
134
    "pro-download": "1.0.1",
afc163's avatar
afc163 committed
135
    "serverless-http": "^2.0.2",
陈帅's avatar
陈帅 committed
136
    "slash2": "^2.0.0",
137
    "stylelint": "^10.1.0",
138 139
    "umi-plugin-ga": "^1.1.3",
    "umi-plugin-pro": "^1.0.2",
afc163's avatar
afc163 committed
140
    "umi-types": "^0.3.8",
141
    "webpack-theme-color-replacer": "^1.2.15",
duanledexianxianxian's avatar
duanledexianxianxian committed
142
    "mockjs": "^1.0.1-beta3",
duanledexianxianxian's avatar
duanledexianxianxian committed
143
    "eslint-import-resolver-alias": "^1.1.2"
144
  },
145
  "optionalDependencies": {
afc163's avatar
afc163 committed
146
    "puppeteer": "^1.17.0"
147
  },
afc163's avatar
afc163 committed
148
  "engines": {
149
    "node": ">=10.0.0"
afc163's avatar
afc163 committed
150
  },
陈帅's avatar
陈帅 committed
151 152 153 154 155 156
  "checkFiles": [
    "src/**/*.js*",
    "src/**/*.ts*",
    "src/**/*.less",
    "config/**/*.js*",
    "scripts/**/*.js"
zombieJ's avatar
zombieJ committed
157 158
  ],
  "create-umi": {
陈帅's avatar
陈帅 committed
159 160 161 162 163 164 165 166 167 168 169
    "ignoreScript": [
      "docker*",
      "functions*",
      "site",
      "generateMock"
    ],
    "ignoreDependencies": [
      "netlify*",
      "serverless",
      "express"
    ],
zombieJ's avatar
zombieJ committed
170
    "ignore": [
zombieJ's avatar
zombieJ committed
171 172 173
      ".dockerignore",
      ".git",
      ".gitpod.yml",
zombieJ's avatar
zombieJ committed
174 175 176 177 178 179
      "CODE_OF_CONDUCT.md",
      "Dockerfile",
      "Dockerfile.*",
      "lambda",
      "LICENSE",
      "netlify.toml",
zombieJ's avatar
zombieJ committed
180
      "README.*.md",
zombieJ's avatar
zombieJ committed
181
      "azure-pipelines.yml",
zombieJ's avatar
zombieJ committed
182 183
      "docker",
      "create-umi"
zombieJ's avatar
zombieJ committed
184 185
    ]
  }
duanledexianxianxian's avatar
duanledexianxianxian committed
186
}