forked from goodrain/rainbond-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·135 lines (135 loc) · 3.84 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "rainbond-ui",
"version": "5.3.0",
"description": "rainbond front-end project.",
"private": true,
"scripts": {
"start": "umi dev",
"start:no-mock": "cross-env MOCK=none umi dev",
"build": "umi build",
"image": "umi build && docker build -t registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond-ui:V5.2.1-pre-release .",
"site": "roadhog-api-doc static && gh-pages -d dist",
"analyze": "cross-env ANALYZE=true roadhog build"
},
"dependencies": {
"@ant-design/compatible": "^0.0.1-rc.1",
"@ant-design/pro-layout": "^4.4.2",
"@antv/data-set": "^0.10.2",
"anser": "^1.4.1",
"antd": "3.19.1",
"array-move": "^3.0.1",
"axios": "^0.17.1",
"babel-runtime": "6.9.2",
"bizcharts": "^3.1.0-beta.4",
"bizcharts-plugin-slider": "^2.0.1",
"braft-editor": "^2.3.9",
"chai": "^4.2.0",
"classnames": "^2.2.6",
"codemirror": "^5.58.3",
"copy-to-clipboard": "^3.3.1",
"dagre": "0.8.4",
"deep-equal": "^2.0.1",
"draftjs-utils": "0.10.2",
"dva": "^2.4.1",
"enquire-js": "^0.1.1",
"escape-carriage": "^1.3.0",
"express-ws": "^4.0.0",
"fastclick": "^1.0.6",
"gg-editor": "1.3.5",
"js-md5": "^0.7.3",
"libapps": "github:yudai/libapps#release-hterm-1.70",
"lodash": "^4.17.4",
"lodash-decorators": "^6.0.1",
"lodash.isequal": "4.5.0",
"memoize-one": "^5.1.1",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"omit.js": "^1.0.2",
"path-to-regexp": "^3.0.0",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"qs": "^6.7.0",
"rc-animate": "^2.8.3",
"rc-drawer-menu": "^0.5.0",
"react": "^16.8.6",
"react-codemirror": "1.0.0",
"react-container-query": "^0.11.0",
"react-copy-to-clipboard": "^5.0.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.8.6",
"react-fittext": "1.0.0",
"react-markdown": "3.6.0",
"react-media": "^1.9.2",
"react-media-hook2": "^1.0.5",
"react-sortable-hoc": "^1.11.0",
"redux-saga": "1.1.3",
"umi": "^2.7.2",
"umi-plugin-ga": "^1.1.3",
"umi-plugin-locale": "2.11.6",
"umi-plugin-pro-block": "^1.3.2",
"umi-plugin-react": "1.8.4",
"umi-request": "^1.0.7",
"url-polyfill": "^1.0.10",
"xterm": "4.5.0",
"xterm-addon-fit": "0.3.0",
"xterm-addon-search": "0.6.0",
"xterm-addon-unicode11": "0.1.1",
"xterm-addon-web-links": "0.3.0",
"yarn": "^1.19.2"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"babel-plugin-dva-hmr": "^0.4.1",
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"cross-env": "^5.1.4",
"cross-port-killer": "^1.0.1",
"echarts": "^4.1.0",
"enzyme": "^3.1.0",
"eslint": "^5.0.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-compat": "^2.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "^7.0.1",
"gh-pages": "^1.0.0",
"husky": "^0.14.3",
"lint-staged": "^8.1.1",
"mockjs": "^1.0.1-beta3",
"prettier-eslint": "^8.8.2",
"pro-download": "^1.0.1",
"redbox-react": "1.5.0",
"regenerator-runtime": "^0.11.1",
"rollbar": "^2.3.4",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.0.0",
"yamljs": "^0.3.0"
},
"optionalDependencies": {
"nightmare": "2.10.0"
},
"lint-staged": {
"**/*.{js,jsx}": "lint-staged:js",
"**/*.less": "stylelint --syntax less"
},
"checkFiles": [
"src/**/*.js*",
"src/**/*.ts*",
"src/**/*.less",
"config/**/*.js*",
"scripts/**/*.js"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"prettier": {
"singleQuote": true,
"trailingComma": "none"
}
}