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