package.json 3.71 KB
Newer Older
1
{
afc163's avatar
afc163 committed
2
  "name": "ant-design-pro",
陈帅's avatar
陈帅 committed
3
  "version": "2.1.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": "node ./scripts/generateMock.js && 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",
11
    "site": "npm run presite && cross-env APP_TYPE=site npm run build && firebase deploy",
愚道's avatar
愚道 committed
12
    "analyze": "cross-env ANALYZE=1 umi build",
nikogu's avatar
nikogu committed
13 14
    "lint:style": "stylelint \"src/**/*.less\" --syntax less",
    "lint": "eslint --ext .js src mock tests && npm run lint:style",
afc163's avatar
afc163 committed
15
    "lint:fix": "eslint --fix --ext .js src mock tests && npm run lint:style",
偏右's avatar
偏右 committed
16 17
    "lint-staged": "lint-staged",
    "lint-staged:js": "eslint --ext .js",
陈帅's avatar
陈帅 committed
18 19
    "tslint": "npm run tslint:fix",
    "tslint:fix": "tslint --fix 'src/**/*.ts*'",
愚道's avatar
愚道 committed
20 21
    "test": "umi test",
    "test:component": "umi test ./src/components",
jim's avatar
jim committed
22
    "test:all": "node ./tests/run-tests.js",
Rayron Victor's avatar
Rayron Victor committed
23
    "prettier": "prettier --write './src/**/*'",
陈帅's avatar
陈帅 committed
24 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",
    "docker-prod:build": "docker-compose -f ./docker/docker-compose.yml build"
28 29
  },
  "dependencies": {
afc163's avatar
afc163 committed
30
    "@antv/data-set": "^0.10.0",
陈帅's avatar
陈帅 committed
31
    "@babel/runtime": "^7.1.5",
陈帅's avatar
陈帅 committed
32 33
    "antd": "^3.10.7",
    "bizcharts": "^3.2.5-beta.4",
jim's avatar
jim committed
34
    "bizcharts-plugin-slider": "^2.0.3",
陈帅's avatar
陈帅 committed
35
    "classnames": "^2.2.6",
afc163's avatar
afc163 committed
36
    "dva": "^2.4.0",
jljsj's avatar
jljsj committed
37
    "enquire-js": "^0.2.1",
afc163's avatar
afc163 committed
38
    "hash.js": "^1.1.5",
陈帅's avatar
陈帅 committed
39
    "jest-puppeteer": "^3.5.1",
afc163's avatar
afc163 committed
40
    "lodash": "^4.17.10",
41
    "lodash-decorators": "^6.0.0",
陈帅's avatar
陈帅 committed
42
    "memoize-one": "^4.0.0",
陈帅's avatar
陈帅 committed
43
    "moment": "^2.22.2",
44
    "numeral": "^2.0.6",
陈帅's avatar
陈帅 committed
45
    "nzh": "^1.0.3",
ddcat1115's avatar
ddcat1115 committed
46
    "omit.js": "^1.0.0",
afc163's avatar
afc163 committed
47
    "path-to-regexp": "^2.4.0",
48
    "prop-types": "^15.5.10",
afc163's avatar
afc163 committed
49
    "qs": "^6.5.2",
afc163's avatar
afc163 committed
50
    "rc-animate": "^2.4.4",
51
    "react": "^16.5.1",
jim's avatar
jim committed
52
    "react-container-query": "^0.11.0",
陈帅's avatar
陈帅 committed
53
    "react-copy-to-clipboard": "^5.0.1",
54
    "react-document-title": "^2.0.3",
55
    "react-dom": "^16.5.1",
afc163's avatar
afc163 committed
56
    "react-fittext": "^1.0.0",
愚道's avatar
愚道 committed
57
    "react-router-dom": "^4.3.1"
58 59
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
60 61
    "@types/react": "^16.4.16",
    "@types/react-dom": "^16.0.9",
陈帅's avatar
陈帅 committed
62
    "antd-pro-merge-less": "^0.2.0",
陈帅's avatar
陈帅 committed
63 64
    "antd-theme-webpack-plugin": "^1.1.8",
    "babel-eslint": "^10.0.1",
jim's avatar
jim committed
65
    "cross-env": "^5.1.1",
偏右's avatar
偏右 committed
66
    "cross-port-killer": "^1.0.1",
陈帅's avatar
陈帅 committed
67
    "enzyme": "^3.7.0",
陈帅's avatar
陈帅 committed
68
    "eslint": "^5.4.0",
69
    "eslint-config-airbnb": "^17.0.0",
陈帅's avatar
陈帅 committed
70
    "eslint-config-prettier": "^3.0.1",
jim's avatar
jim committed
71
    "eslint-plugin-babel": "^5.1.0",
陈帅's avatar
陈帅 committed
72
    "eslint-plugin-compat": "^2.6.2",
taichiyi's avatar
taichiyi committed
73
    "eslint-plugin-import": "^2.14.0",
陈帅's avatar
陈帅 committed
74
    "eslint-plugin-jsx-a11y": "^6.1.2",
nikogu's avatar
nikogu committed
75
    "eslint-plugin-markdown": "^1.0.0-beta.6",
陈帅's avatar
陈帅 committed
76
    "eslint-plugin-react": "^7.11.1",
陈帅's avatar
陈帅 committed
77 78
    "gh-pages": "^2.0.1",
    "husky": "^1.1.2",
afc163's avatar
afc163 committed
79
    "lint-staged": "^8.0.4",
陈帅's avatar
陈帅 committed
80
    "merge-umi-mock-data": "^0.0.3",
陈帅's avatar
陈帅 committed
81
    "mockjs": "^1.0.1-beta3",
陈帅's avatar
陈帅 committed
82
    "prettier": "1.15.2",
陈帅's avatar
陈帅 committed
83
    "pro-download": "^1.0.1",
陈帅's avatar
陈帅 committed
84
    "stylelint": "^9.4.0",
陈帅's avatar
陈帅 committed
85
    "stylelint-config-prettier": "^4.0.0",
陈帅's avatar
陈帅 committed
86
    "stylelint-config-standard": "^18.0.0",
陈帅's avatar
陈帅 committed
87 88 89
    "tslint": "^5.10.0",
    "tslint-config-prettier": "^1.10.0",
    "tslint-react": "^3.6.0",
陈帅's avatar
陈帅 committed
90
    "umi": "^2.2.1",
陈帅's avatar
陈帅 committed
91
    "umi-plugin-ga": "^1.1.3",
陈帅's avatar
陈帅 committed
92
    "umi-plugin-react": "^1.2.0"
偏右's avatar
偏右 committed
93
  },
94
  "optionalDependencies": {
陈帅's avatar
陈帅 committed
95
    "puppeteer": "^1.10.0"
96
  },
偏右's avatar
偏右 committed
97
  "lint-staged": {
jim's avatar
jim committed
98
    "**/*.{js,jsx,less}": [
jim's avatar
jim committed
99
      "prettier --write",
jim's avatar
jim committed
100 101
      "git add"
    ],
jim's avatar
jim committed
102
    "**/*.{js,jsx}": "npm run lint-staged:js",
afc163's avatar
afc163 committed
103
    "**/*.less": "stylelint --syntax less"
afc163's avatar
afc163 committed
104
  },
afc163's avatar
afc163 committed
105
  "engines": {
ddcat1115's avatar
ddcat1115 committed
106
    "node": ">=8.0.0"
afc163's avatar
afc163 committed
107
  },
jim's avatar
jim committed
108 109 110 111
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
afc163's avatar
afc163 committed
112 113 114 115 116 117
  ],
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint-staged"
    }
  }
118
}