package.json 3.42 KB
Newer Older
1
{
afc163's avatar
afc163 committed
2
  "name": "ant-design-pro",
jim's avatar
jim committed
3
  "version": "2.0.0-beta.1",
偏右's avatar
偏右 committed
4
  "description": "An out-of-box UI solution for enterprise applications",
5 6
  "private": true,
  "scripts": {
偏右's avatar
偏右 committed
7
    "precommit": "npm run lint-staged",
陈帅's avatar
陈帅 committed
8
    "presite": "cd functions && npm install",
愚道's avatar
愚道 committed
9 10 11
    "start": "cross-env ESLINT=none umi dev",
    "start:no-mock": "cross-env MOCK=none ESLINT=none umi dev",
    "build": "cross-env ESLINT=none umi build",
陈帅's avatar
陈帅 committed
12
    "site": "npm run presite && rollup -c && npm run build && firebase deploy",
愚道's avatar
愚道 committed
13
    "analyze": "cross-env ANALYZE=1 umi build",
nikogu's avatar
nikogu committed
14 15
    "lint:style": "stylelint \"src/**/*.less\" --syntax less",
    "lint": "eslint --ext .js src mock tests && npm run lint:style",
afc163's avatar
afc163 committed
16
    "lint:fix": "eslint --fix --ext .js src mock tests && npm run lint:style",
偏右's avatar
偏右 committed
17 18
    "lint-staged": "lint-staged",
    "lint-staged:js": "eslint --ext .js",
愚道's avatar
愚道 committed
19 20
    "test": "umi test",
    "test:component": "umi test ./src/components",
jim's avatar
jim committed
21 22
    "test:all": "node ./tests/run-tests.js",
    "prettier": "prettier --write ./src/**/**/**/*"
23 24
  },
  "dependencies": {
niko's avatar
niko committed
25
    "@antv/data-set": "^0.8.0",
26
    "bizcharts": "^3.1.10",
jim's avatar
jim committed
27
    "bizcharts-plugin-slider": "^2.0.3",
陈帅's avatar
陈帅 committed
28
    "classnames": "^2.2.6",
jljsj's avatar
jljsj committed
29
    "enquire-js": "^0.2.1",
30
    "lodash": "^4.17.4",
31
    "lodash-decorators": "^6.0.0",
32
    "lodash.isequal": "^4.5.0",
陈帅's avatar
陈帅 committed
33
    "memoize-one": "^3.1.1",
陈帅's avatar
陈帅 committed
34
    "moment": "^2.22.2",
35
    "numeral": "^2.0.6",
ddcat1115's avatar
ddcat1115 committed
36
    "omit.js": "^1.0.0",
陈帅's avatar
陈帅 committed
37
    "path-to-regexp": "^2.1.0",
38
    "prop-types": "^15.5.10",
陈帅's avatar
陈帅 committed
39 40
    "qs": "^6.5.2",
    "rc-drawer": "^1.5.2",
jim's avatar
jim committed
41
    "react-container-query": "^0.11.0",
陈帅's avatar
陈帅 committed
42
    "react-copy-to-clipboard": "^5.0.1",
43
    "react-document-title": "^2.0.3",
44
    "react-fittext": "^1.0.0",
陈帅's avatar
陈帅 committed
45
    "umi/locale": "^2.4.0",
46
    "rollbar": "^2.3.4",
陈帅's avatar
陈帅 committed
47 48
    "rollup": "^0.62.0",
    "rollup-plugin-json": "^3.0.0",
yoyo837's avatar
yoyo837 committed
49
    "setprototypeof": "^1.1.0",
陈帅's avatar
陈帅 committed
50
    "umi-plugin-locale": "^1.0.1",
51
    "url-polyfill": "^1.0.10"
52 53
  },
  "devDependencies": {
陈帅's avatar
陈帅 committed
54
    "@babel/polyfill": "^7.0.0-beta.36",
陈帅's avatar
陈帅 committed
55
    "@types/react": "^16.4.4",
jim's avatar
jim committed
56
    "@types/react-dom": "^16.0.6",
jim's avatar
jim committed
57
    "antd-theme-webpack-plugin": "^1.0.8",
陈帅's avatar
陈帅 committed
58
    "babel-eslint": "^8.1.2",
59
    "babel-plugin-dva-hmr": "^0.4.1",
陈帅's avatar
陈帅 committed
60
    "babel-plugin-import": "^1.8.0",
61
    "babel-plugin-module-resolver": "^3.1.1",
jim's avatar
jim committed
62 63
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-runtime": "^6.9.2",
jim's avatar
jim committed
64
    "cross-env": "^5.1.1",
偏右's avatar
偏右 committed
65
    "cross-port-killer": "^1.0.1",
afc163's avatar
afc163 committed
66
    "enzyme": "^3.1.0",
陈帅's avatar
陈帅 committed
67
    "eslint": "^5.0.1",
68
    "eslint-config-airbnb": "^17.0.0",
jim's avatar
jim committed
69
    "eslint-config-prettier": "^2.9.0",
jim's avatar
jim committed
70
    "eslint-plugin-babel": "^5.1.0",
afc163's avatar
afc163 committed
71
    "eslint-plugin-compat": "^2.1.0",
陈帅's avatar
陈帅 committed
72 73
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
nikogu's avatar
nikogu committed
74
    "eslint-plugin-markdown": "^1.0.0-beta.6",
jim's avatar
jim committed
75 76
    "eslint-plugin-react": "^7.9.1",
    "gh-pages": "^1.2.0",
afc163's avatar
afc163 committed
77
    "husky": "^0.14.3",
陈帅's avatar
陈帅 committed
78
    "lint-staged": "^7.2.0",
79
    "mockjs": "^1.0.1-beta3",
陈帅's avatar
陈帅 committed
80
    "prettier": "1.13.7",
陈帅's avatar
陈帅 committed
81 82
    "pro-download": "^1.0.1",
    "redbox-react": "^1.5.0",
陈帅's avatar
陈帅 committed
83
    "regenerator-runtime": "^0.12.0",
jim's avatar
jim committed
84
    "stylelint": "^9.2.1",
jim's avatar
jim committed
85
    "stylelint-config-prettier": "^3.0.4",
86 87
    "stylelint-config-standard": "^18.0.0",
    "umi": "^1.3.13",
陈帅's avatar
陈帅 committed
88 89
    "umi-plugin-dva": "^0.9.1",
    "umi-plugin-routes": "^0.1.5"
偏右's avatar
偏右 committed
90
  },
91
  "optionalDependencies": {
陈帅's avatar
陈帅 committed
92
    "puppeteer": "^1.5.0"
93
  },
偏右's avatar
偏右 committed
94
  "lint-staged": {
jim's avatar
jim committed
95
    "**/*.{js,jsx,less}": [
jim's avatar
jim committed
96
      "prettier --write",
jim's avatar
jim committed
97 98
      "git add"
    ],
jim's avatar
jim committed
99
    "**/*.{js,jsx}": "npm run lint-staged:js",
afc163's avatar
afc163 committed
100
    "**/*.less": "stylelint --syntax less"
afc163's avatar
afc163 committed
101
  },
afc163's avatar
afc163 committed
102
  "engines": {
ddcat1115's avatar
ddcat1115 committed
103
    "node": ">=8.0.0"
afc163's avatar
afc163 committed
104
  },
jim's avatar
jim committed
105 106 107 108 109
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ]
110
}