package.json 5.63 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",
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",
22
    "lint": "npm run lint:js && npm run lint:style && npm run lint:prettier",
ๅๅณ's avatar
ๅๅณ committed
23
    "lint-staged": "lint-staged",
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",
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",
35
    "test:component": "umi test ./src/components"
36
  },
37 38 39
  "husky": {
    "hooks": {
    }
40
  },
41 42
  "lint-staged": {
    "**/*.less": "stylelint --syntax less",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
43 44
    "**/*.{js,jsx,tsx,ts,less,md,json}": [
      "prettier --write",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
45 46
      "git add"
    ],
47 48
    "**/*.{js,jsx}": "npm run lint-staged:js",
    "**/*.{js,ts,tsx}": "npm run lint-staged:js"
49
  },
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
50 51 52 53 54
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ],
55
  "dependencies": {
duanledexianxianxian's avatar
duanledexianxianxian committed
56
    "@ant-design/pro-layout": "^4.5.5",
afc163's avatar
afc163 committed
57
    "@antv/data-set": "^0.10.2",
duanledexianxianxian's avatar
duanledexianxianxian committed
58 59
    "@types/lodash.debounce": "^4.0.6",
    "@types/react-router": "^5.0.2",
afc163's avatar
afc163 committed
60
    "antd": "^3.19.1",
duanledexianxianxian's avatar
duanledexianxianxian committed
61 62
    "bizcharts": "^3.5.3-beta.0",
    "bizcharts-plugin-slider": "^2.1.1-beta.1",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
63
    "classnames": "^2.2.6",
afc163's avatar
afc163 committed
64
    "dva": "^2.4.1",
duanledexianxianxian's avatar
duanledexianxianxian committed
65 66
    "gg-editor": "^2.0.2",
    "hash.js": "^1.1.5",
afc163's avatar
afc163 committed
67 68
    "lodash": "^4.17.11",
    "lodash-decorators": "^6.0.1",
duanledexianxianxian's avatar
duanledexianxianxian committed
69
    "lodash.debounce": "^4.0.8",
afc163's avatar
afc163 committed
70 71
    "memoize-one": "^5.0.4",
    "moment": "^2.24.0",
duanledexianxianxian's avatar
duanledexianxianxian committed
72 73
    "numeral": "^2.0.6",
    "nzh": "^1.0.3",
afc163's avatar
afc163 committed
74
    "omit.js": "^1.0.2",
ๅๅณ's avatar
ๅๅณ committed
75
    "path-to-regexp": "^3.0.0",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
76
    "prop-types": "^15.7.2",
77
    "qs": "^6.7.0",
afc163's avatar
afc163 committed
78 79
    "rc-animate": "^2.8.3",
    "react": "^16.8.6",
jim's avatar
jim committed
80
    "react-container-query": "^0.11.0",
81
    "react-copy-to-clipboard": "^5.0.1",
82
    "react-document-title": "^2.0.3",
afc163's avatar
afc163 committed
83
    "react-dom": "^16.8.6",
duanledexianxianxian's avatar
duanledexianxianxian committed
84
    "react-fittext": "^1.0.0",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
85
    "react-media": "^1.9.2",
afc163's avatar
afc163 committed
86
    "react-media-hook2": "^1.0.5",
duanledexianxianxian's avatar
duanledexianxianxian committed
87
    "react-router": "^4.3.1",
88
    "redux": "^4.0.1",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
89
    "umi": "^2.7.2",
duanledexianxianxian's avatar
duanledexianxianxian committed
90
    "umi-plugin-block-dev": "^1.0.0",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
91
    "umi-plugin-ga": "^1.1.3",
afc163's avatar
afc163 committed
92
    "umi-plugin-pro-block": "^1.3.2",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
93
    "umi-plugin-react": "^1.8.2",
duanledexianxianxian's avatar
duanledexianxianxian committed
94 95 96
    "axios":"^0.19.0",
    "query-string":"^6.8.1",
    "store":"^2.0.12"
97 98
  },
  "devDependencies": {
99
    "@ant-design/colors": "^3.1.0",
100
    "@duanledexian/umi-config": "^1.0.10",
lijiehua's avatar
lijiehua committed
101
    "@types/classnames": "^2.2.7",
102
    "@types/history": "^4.7.2",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
103
    "@types/jest": "^24.0.13",
duanledexianxianxian's avatar
duanledexianxianxian committed
104
    "@types/lodash": "^4.14.134",
105 106
    "@types/mockjs": "^1.0.2",
    "@types/numeral": "^0.0.25",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
107
    "@types/qs": "^6.5.3",
afc163's avatar
afc163 committed
108
    "@types/react": "^16.8.19",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
109
    "@types/react-document-title": "^2.0.3",
afc163's avatar
afc163 committed
110
    "@types/react-dom": "^16.8.4",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
111
    "babel-eslint": "^10.0.1",
Yu's avatar
Yu committed
112
    "chalk": "^2.4.2",
afc163's avatar
afc163 committed
113
    "check-prettier": "^1.0.3",
Yu's avatar
Yu committed
114
    "cross-env": "^5.2.0",
afc163's avatar
afc163 committed
115
    "cross-port-killer": "^1.1.1",
Yu's avatar
Yu committed
116
    "enzyme": "^3.9.0",
afc163's avatar
afc163 committed
117 118
    "eslint": "^5.16.0",
    "express": "^4.17.1",
119
    "fetch-blocks": "^1.0.0",
Yu's avatar
Yu committed
120
    "gh-pages": "^2.0.1",
afc163's avatar
afc163 committed
121
    "husky": "^2.3.0",
122 123 124 125
    "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
126
    "jest-puppeteer": "^4.2.0",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
127
    "jsdom-global": "^3.0.2",
afc163's avatar
afc163 committed
128 129
    "lint-staged": "^8.1.7",
    "netlify-lambda": "^1.4.13",
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
130
    "node-fetch": "^2.6.0",
afc163's avatar
afc163 committed
131 132
    "prettier": "^1.17.1",
    "serverless-http": "^2.0.2",
133
    "slash2": "^2.0.0",
134
    "stylelint": "^10.1.0",
135 136
    "umi-plugin-ga": "^1.1.3",
    "umi-plugin-pro": "^1.0.2",
afc163's avatar
afc163 committed
137
    "umi-types": "^0.3.8",
138
    "webpack-theme-color-replacer": "^1.2.15",
139
    "mockjs": "^1.0.1-beta3",
duanledexianxianxian's avatar
duanledexianxianxian committed
140
    "eslint-import-resolver-alias": "^1.1.2"
141
  },
142
  "optionalDependencies": {
afc163's avatar
afc163 committed
143
    "puppeteer": "^1.17.0"
144
  },
afc163's avatar
afc163 committed
145
  "engines": {
146
    "node": ">=10.0.0"
afc163's avatar
afc163 committed
147
  },
148 149 150 151 152 153
  "checkFiles": [
    "src/**/*.js*",
    "src/**/*.ts*",
    "src/**/*.less",
    "config/**/*.js*",
    "scripts/**/*.js"
zombieJ's avatar
zombieJ committed
154 155
  ],
  "create-umi": {
้™ˆๅธ…'s avatar
้™ˆๅธ… committed
156 157 158 159 160 161 162 163 164 165 166
    "ignoreScript": [
      "docker*",
      "functions*",
      "site",
      "generateMock"
    ],
    "ignoreDependencies": [
      "netlify*",
      "serverless",
      "express"
    ],
zombieJ's avatar
zombieJ committed
167
    "ignore": [
zombieJ's avatar
zombieJ committed
168 169 170
      ".dockerignore",
      ".git",
      ".gitpod.yml",
zombieJ's avatar
zombieJ committed
171 172 173 174 175 176
      "CODE_OF_CONDUCT.md",
      "Dockerfile",
      "Dockerfile.*",
      "lambda",
      "LICENSE",
      "netlify.toml",
zombieJ's avatar
zombieJ committed
177
      "README.*.md",
zombieJ's avatar
zombieJ committed
178
      "azure-pipelines.yml",
zombieJ's avatar
zombieJ committed
179 180
      "docker",
      "create-umi"
zombieJ's avatar
zombieJ committed
181 182
    ]
  }
duanledexianxianxian's avatar
duanledexianxianxian committed
183
}