package.json 4.51 KB
Newer Older
1
{
afc163's avatar
afc163 committed
2
  "name": "ant-design-pro",
3
  "version": "2.2.1",
偏右's avatar
偏右 committed
4
  "description": "An out-of-box UI solution for enterprise applications",
5 6
  "private": true,
  "scripts": {
陈帅's avatar
陈帅 committed
7
    "presite": "cd functions && npm install",
chencheng's avatar
chencheng committed
8
    "start": "cross-env APP_TYPE=site umi dev",
sorrycc's avatar
sorrycc committed
9
    "start:no-mock": "cross-env MOCK=none umi dev",
10
    "build": "umi build",
陈帅's avatar
陈帅 committed
11
    "site": "npm run presite && cross-env APP_TYPE=site npm run build && firebase deploy && npm run docker:push",
愚道's avatar
愚道 committed
12
    "analyze": "cross-env ANALYZE=1 umi build",
13
    "lint:style": "stylelint 'src/**/*.less' --syntax less",
陈帅's avatar
陈帅 committed
14 15
    "lint:prettier": "check-prettier lint",
    "lint": "eslint --ext .js src mock tests && npm run lint:style && npm run lint:prettier",
16
    "lint:fix": "eslint --fix --ext .js src mock tests && stylelint --fix 'src/**/*.less' --syntax less",
偏右's avatar
偏右 committed
17 18
    "lint-staged": "lint-staged",
    "lint-staged:js": "eslint --ext .js",
陈帅's avatar
陈帅 committed
19 20
    "tslint": "npm run tslint:fix",
    "tslint:fix": "tslint --fix 'src/**/*.ts*'",
愚道's avatar
愚道 committed
21 22
    "test": "umi test",
    "test:component": "umi test ./src/components",
jim's avatar
jim committed
23
    "test:all": "node ./tests/run-tests.js",
陈帅's avatar
陈帅 committed
24
    "prettier": "node ./scripts/prettier.js",
陈帅's avatar
陈帅 committed
25 26 27
    "docker:dev": "docker-compose -f ./docker/docker-compose.dev.yml up",
    "docker:build": "docker-compose -f ./docker/docker-compose.dev.yml build",
    "docker-prod:dev": "docker-compose -f ./docker/docker-compose.yml up",
陈帅's avatar
陈帅 committed
28
    "docker-prod:build": "docker-compose -f ./docker/docker-compose.yml build",
陈帅's avatar
陈帅 committed
29
    "docker-hub:build": "docker build  -f Dockerfile.hub -t  ant-design-pro ./",
陈帅's avatar
陈帅 committed
30 31
    "docker:tag": "docker tag ant-design-pro antdesign/ant-design-pro",
    "docker:push": "npm run docker-hub:build && npm run docker:tag && docker push antdesign/ant-design-pro"
32 33
  },
  "dependencies": {
偏右's avatar
偏右 committed
34 35 36 37
    "@antv/data-set": "^0.10.1",
    "@babel/runtime": "^7.3.1",
    "antd": "^3.13.0",
    "bizcharts": "^3.4.3",
陈帅's avatar
陈帅 committed
38
    "bizcharts-plugin-slider": "^2.1.1-beta.1",
陈帅's avatar
陈帅 committed
39
    "classnames": "^2.2.6",
偏右's avatar
偏右 committed
40
    "dva": "^2.4.1",
jljsj's avatar
jljsj committed
41
    "enquire-js": "^0.2.1",
偏右's avatar
偏右 committed
42 43 44
    "hash.js": "^1.1.7",
    "lodash": "^4.17.11",
    "lodash-decorators": "^6.0.1",
afc163's avatar
afc163 committed
45
    "memoize-one": "^5.0.0",
偏右's avatar
偏右 committed
46
    "moment": "^2.24.0",
47
    "numeral": "^2.0.6",
陈帅's avatar
陈帅 committed
48
    "nzh": "^1.0.4",
ddcat1115's avatar
ddcat1115 committed
49
    "omit.js": "^1.0.0",
陈帅's avatar
陈帅 committed
50 51
    "path-to-regexp": "^3.0.0",
    "prop-types": "^15.6.2",
陈帅's avatar
陈帅 committed
52
    "qs": "^6.6.0",
陈帅's avatar
陈帅 committed
53 54
    "rc-animate": "^2.6.0",
    "react": "^16.7.0",
jim's avatar
jim committed
55
    "react-container-query": "^0.11.0",
陈帅's avatar
陈帅 committed
56
    "react-copy-to-clipboard": "^5.0.1",
57
    "react-document-title": "^2.0.3",
陈帅's avatar
陈帅 committed
58
    "react-dom": "^16.7.0",
afc163's avatar
afc163 committed
59
    "react-fittext": "^1.0.0",
陈帅's avatar
陈帅 committed
60
    "react-media": "^1.9.2",
xiaohuoni's avatar
xiaohuoni committed
61 62
    "react-router-dom": "^4.3.1",
    "umi-plugin-authorize": "^1.0.0"
63 64
  },
  "devDependencies": {
偏右's avatar
偏右 committed
65 66
    "@types/react": "^16.8.1",
    "@types/react-dom": "^16.0.11",
陈帅's avatar
陈帅 committed
67
    "antd-pro-merge-less": "^1.0.0",
陈帅's avatar
陈帅 committed
68
    "antd-theme-webpack-plugin": "^1.2.0",
陈帅's avatar
陈帅 committed
69
    "babel-eslint": "^10.0.1",
陈帅's avatar
陈帅 committed
70
    "chalk": "^2.4.2",
Heyward Fann's avatar
Heyward Fann committed
71
    "check-prettier": "^1.0.1",
偏右's avatar
偏右 committed
72
    "cross-env": "^5.2.0",
偏右's avatar
偏右 committed
73
    "cross-port-killer": "^1.0.1",
陈帅's avatar
陈帅 committed
74
    "enzyme": "3.8.0",
偏右's avatar
偏右 committed
75
    "eslint": "^5.13.0",
陈帅's avatar
陈帅 committed
76
    "eslint-config-airbnb": "^17.1.0",
偏右's avatar
偏右 committed
77
    "eslint-config-prettier": "^4.0.0",
陈帅's avatar
陈帅 committed
78
    "eslint-plugin-babel": "^5.3.0",
陈帅's avatar
陈帅 committed
79
    "eslint-plugin-compat": "^2.6.3",
偏右's avatar
偏右 committed
80
    "eslint-plugin-import": "^2.16.0",
陈帅's avatar
陈帅 committed
81 82 83
    "eslint-plugin-jsx-a11y": "^6.2.0",
    "eslint-plugin-markdown": "^1.0.0",
    "eslint-plugin-react": "^7.12.4",
陈帅's avatar
陈帅 committed
84
    "gh-pages": "^2.0.1",
陈帅's avatar
陈帅 committed
85
    "husky": "^1.3.1",
86
    "jest-puppeteer": "^3.9.0",
陈帅's avatar
陈帅 committed
87
    "less": "^3.9.0",
偏右's avatar
偏右 committed
88
    "lint-staged": "^8.1.1",
陈帅's avatar
陈帅 committed
89
    "merge-umi-mock-data": "^1.0.4",
陈帅's avatar
陈帅 committed
90
    "mockjs": "^1.0.1-beta3",
偏右's avatar
偏右 committed
91
    "prettier": "1.16.3",
陈帅's avatar
陈帅 committed
92
    "slash2": "^2.0.0",
偏右's avatar
偏右 committed
93
    "stylelint": "^9.10.1",
94
    "stylelint-config-css-modules": "^1.3.0",
陈帅's avatar
陈帅 committed
95
    "stylelint-config-prettier": "^4.0.0",
96
    "stylelint-config-rational-order": "^0.0.4",
偏右's avatar
偏右 committed
97
    "stylelint-config-standard": "^18.2.0",
98 99
    "stylelint-declaration-block-no-ignored-properties": "^1.1.0",
    "stylelint-order": "^2.0.0",
陈帅's avatar
陈帅 committed
100 101
    "tslint": "^5.12.1",
    "tslint-config-prettier": "^1.17.0",
陈帅's avatar
陈帅 committed
102
    "tslint-react": "^3.6.0",
陈帅's avatar
陈帅 committed
103
    "umi": "^2.4.4",
陈帅's avatar
陈帅 committed
104
    "umi-plugin-ga": "^1.1.3",
陈帅's avatar
陈帅 committed
105
    "umi-plugin-react": "^1.4.2"
偏右's avatar
偏右 committed
106
  },
107
  "optionalDependencies": {
偏右's avatar
偏右 committed
108
    "puppeteer": "^1.12.1"
109
  },
偏右's avatar
偏右 committed
110
  "lint-staged": {
陈帅's avatar
陈帅 committed
111
    "**/*.{js,ts,tsx,json,jsx,less}": [
陈帅's avatar
陈帅 committed
112
      "node ./scripts/lint-prettier.js",
jim's avatar
jim committed
113 114
      "git add"
    ],
jim's avatar
jim committed
115
    "**/*.{js,jsx}": "npm run lint-staged:js",
afc163's avatar
afc163 committed
116
    "**/*.less": "stylelint --syntax less"
afc163's avatar
afc163 committed
117
  },
afc163's avatar
afc163 committed
118
  "engines": {
ddcat1115's avatar
ddcat1115 committed
119
    "node": ">=8.0.0"
afc163's avatar
afc163 committed
120
  },
jim's avatar
jim committed
121 122 123 124
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
afc163's avatar
afc163 committed
125
  ],
陈帅's avatar
陈帅 committed
126 127 128 129 130 131 132
  "checkFiles": [
    "src/**/*.js*",
    "src/**/*.ts*",
    "src/**/*.less",
    "config/**/*.js*",
    "scripts/**/*.js"
  ],
afc163's avatar
afc163 committed
133 134 135 136 137
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint-staged"
    }
  }
138
}