-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
189 lines (189 loc) · 6.61 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"name": "msa-portal",
"version": "0.1.0",
"description": "portal for micro service",
"main": "server/index.js",
"scripts": {
"analyze": "cross-env ANALYZE_ENV=true npm run build",
"analyze:pro": "cross-env ANALYZE_ENV=true npm run build:pro",
"build": "node --max_old_space_size=4096 node_modules/.bin/webpack --config webpack_config/client.js --progress --colors",
"build:dll": "webpack --config webpack_config/dll.js --progress --colors --scripts-prepend-node-path",
"build:pro": "cross-env NODE_ENV=production npm run build",
"build-server": "webpack --config webpack_config/server.js --progress --colors",
"build-server:pro": "cross-env NODE_ENV=production npm run build-server",
"clean": "rm -rf dist static/public index.html",
"client": "cross-env NODE_ENV=development node server/index.js",
"dev": "cross-env NODE_ENV=development npm start",
"i": "npm install --registry=http://192.168.1.3:4873",
"lint": "npm run lint:es && npm run lint:ts && npm run lint:style",
"lint:es": "eslint .",
"lint:ts": "tslint 'client/**/*.tsx'",
"lint:style": "stylelint \"client/{containers,components,assets}/**/*.less\" --syntax less",
"lint-fix": "npm run lint-fix:es && npm run lint-fix:ts && npm run lint-fix:style",
"lint-fix:es": "eslint . --fix",
"lint-fix:ts": "tslint 'client/**/*.tsx' --fix",
"lint-fix:style": "stylelint \"client/{containers,components,assets}/**/*.less\" --syntax less --fix",
"pro": "cross-env NODE_ENV=production npm start",
"start": "node server/index.js | bunyan -o short",
"postinstall": "npm run build:dll",
"postuninstall": "npm run build:dll",
"test": "cross-env BABEL_ENV=commonjs jest"
},
"repository": {
"type": "git",
"url": "[email protected]:enterprise-2.0/msa-portal.git"
},
"keywords": [
"node.js",
"koa",
"react",
"redux"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@babel/register": "^7.0.0",
"@tenx-ui/time-hover": "^1.1.1",
"bluebird": "^3.4.7",
"cross-env": "^5.2.0",
"koa": "^2.4.1",
"koa-bunyan-logger": "^2.0.0",
"koa-ejs": "^4.0.0",
"koa-router": "^7.3.0",
"koa-static": "^4.0.2",
"lodash": "^4.17.4",
"moment": "^2.19.2",
"query-string": "^5.0.1",
"urllib": "^2.25.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"@antv/data-set": "^0.8.9",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.2.0",
"@hot-loader/react-dom": "^16.7.0-alpha.2.3",
"@tenx-ui/b-unified-navigation": "^0.1.7",
"@tenx-ui/ellipsis": "0.0.4",
"@tenx-ui/icon": "^2.1.50",
"@tenx-ui/loader": "^0.0.3",
"@tenx-ui/logs": "^1.2.2",
"@tenx-ui/modal": "^1.0.10",
"@tenx-ui/monitorChart": "^1.0.6",
"@tenx-ui/page": "^1.0.2",
"@tenx-ui/relation-chart": "^0.2.9",
"@tenx-ui/return-button": "^0.0.4",
"@tenx-ui/select-with-checkbox": "0.0.11",
"@tenx-ui/utils": "^1.0.15",
"@tenx-ui/webSocket": "^1.1.2",
"@types/prop-types": "^15.5.6",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"@types/react-redux": "^6.0.9",
"antd": "^3.13.6",
"autoprefixer": "^7.1.6",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.4",
"babel-plugin-import": "^1.6.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.12",
"bizcharts": "^3.1.10",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^1.0.0",
"codemirror": "^5.31.0",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^0.26.2",
"eslint": "^5.0.1",
"eslint-config-tenx": "^1.3.1",
"expect": "^21.2.1",
"fetch-mock": "^5.13.1",
"file-loader": "^1.1.11",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"g2": "^2.3.13",
"history": "^4.7.2",
"html-webpack-plugin": "^4.0.0-beta.4",
"husky": "^0.15.0-rc.9",
"i18next": "^13.0.0",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-xhr-backend": "^1.5.1",
"isomorphic-fetch": "^2.2.1",
"jest": "^21.2.1",
"koa-webpack": "^5.1.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mini-css-extract-plugin": "^0.4.1",
"normalizr": "^3.2.2",
"postcss-loader": "^2.0.8",
"prop-types": "^15.5.10",
"rc-queue-anim": "^1.4.0",
"react": "^16.2.0",
"react-codemirror2": "^3.0.7",
"react-copy-to-clipboard": "^5.0.1",
"react-dock": "^0.2.4",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.3.4",
"react-i18next": "^8.4.0",
"react-loadable": "^5.5.0",
"react-redux": "^5.0.3",
"react-router-dom": "^4.1.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-virtualized": "^9.18.5",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.0",
"redux-mock-store": "^1.3.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"socket.io-client": "^2.1.1",
"sockjs-client": "^1.1.4",
"stompjs": "^2.3.3",
"style-loader": "^0.18.1",
"stylelint": "~9.6.0",
"stylelint-config-standard": "^18.0.0",
"svgo": "^1.0.3",
"svgo-loader": "^2.1.0",
"ts-import-plugin": "^1.5.5",
"ts-loader": "^5.2.2",
"tslint": "^5.12.0",
"tslint-config-tenx": "^1.0.4",
"typescript": "^3.1.3",
"url-loader": "^1.0.1",
"webpack": "^4.27.1",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
},
"engines": {
"node": ">= 7.6.0"
},
"jest": {
"setupFiles": [
"./client/test/.setup.js"
]
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}