-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
286 lines (286 loc) · 10.6 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
{
"name": "@webex/react-widgets",
"version": "0.212.0",
"description": "Webex for React library allows developers to easily incorporate Webex functionality into an application.",
"scripts": {
"build": "babel-node ./scripts/build/index.js",
"build:all": "cross-env NODE_ENV=${NODE_ENV:-production} NODE_OPTIONS=--max-old-space-size=2048 npm run build all",
"build:package": "cross-env NODE_ENV=${NODE_ENV:-production} NODE_OPTIONS=--max-old-space-size=2048 npm run build dist",
"build:components": "npm run build components",
"build:esm": "npm run build esm",
"build:transpile": "npm run build transpile",
"build:packagejson": "npm run build package.json",
"build:widgets": "cross-env NODE_ENV=${NODE_ENV:-production} NODE_OPTIONS=--max-old-space-size=2048 npm run build widgets",
"build:sri": "npm run build sri",
"clean": "npm run clean:dist && npm run clean:transpile",
"clean:dist": "rimraf \"packages/**/dist/\"",
"clean:transpile": "rimraf \"packages/**/es/\" && rimraf \"packages/**/cjs/\"",
"deploy": "babel-node ./scripts/deploy/index.js",
"test": "npm run static-analysis && npm run jest",
"test:clean": "npm run clean && npm run test",
"test:automation": "wdio wdio.conf.js",
"test:automation:smoke": "wdio wdio.conf.js --suite smoke",
"test:automation:space": "wdio wdio.conf.js --suite space",
"test:automation:recents": "wdio wdio.conf.js --suite recents",
"test:tap": "cross-env TAP=true wdio wdio.conf.js --suite tap",
"test:integration": "cross-env INTEGRATION=true wdio wdio.conf.js --suite smoke",
"jest": "cross-env TZ=utc jest --config=jest.config.json",
"static-analysis": "npm run eslint",
"lint:eslint": "eslint --ignore-path .gitignore $(npm run --silent lint:eslint:ci-reporter)",
"eslint": "eslint ./",
"serve": "cross-env NODE_ENV=${NODE_ENV:-development} babel-node ./scripts/start/index.js",
"serve:package": "npm run serve package",
"serve:samples": "npm run serve samples",
"start": "npm run serve demo widget-demo",
"publish": "cross-env-shell NODE_ENV='' babel-node ./scripts/publish/index.js",
"publish:components": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=2048 npm run build:packagejson && npm run build:transpile all && npm run publish components",
"release": "standard-version -m 'chore(release): %s [skip ci]'",
"precommit": "lint-staged",
"prepush": "npm run test",
"tooling": "babel-node ./scripts/tooling/index.js",
"upgradesdk": "babel-node ./scripts/utils/jssdkupgrade.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webex/react-widgets.git"
},
"author": "devsupport@webex.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/webex/react-widgets/issues"
},
"homepage": "https://github.com/webex/react-widgets#readme",
"dependencies": {
"@babel/polyfill": "^7.8.3",
"@babel/runtime-corejs2": "^7.8.3",
"@formatjs/intl-pluralrules": "^1.5.4",
"@formatjs/intl-relativetimeformat": "^4.5.11",
"@momentum-ui/react": "23.27.11",
"@momentum-ui/react-collaboration": "26.82.1",
"@webex/common": "^2.59.6",
"@webex/common-timers": "^2.59.6",
"@webex/component-adapter-interfaces": "^1.30.10",
"@webex/components": "^1.274.0",
"@webex/helper-html": "^2.59.6",
"@webex/http-core": "^2.59.6",
"@webex/internal-plugin-conversation": "^2.59.6",
"@webex/internal-plugin-encryption": "^2.59.6",
"@webex/internal-plugin-feature": "^2.59.6",
"@webex/internal-plugin-flag": "^2.59.6",
"@webex/internal-plugin-mercury": "^2.59.6",
"@webex/internal-plugin-metrics": "^2.59.6",
"@webex/internal-plugin-presence": "^2.59.6",
"@webex/internal-plugin-search": "^2.59.6",
"@webex/internal-plugin-support": "^2.59.6",
"@webex/internal-plugin-team": "^2.59.6",
"@webex/internal-plugin-user": "^2.59.6",
"@webex/internal-plugin-wdm": "^2.59.6",
"@webex/plugin-authorization": "^2.59.6",
"@webex/plugin-logger": "^2.59.6",
"@webex/plugin-meetings": "^2.59.6",
"@webex/plugin-people": "^2.59.6",
"@webex/plugin-rooms": "^2.59.6",
"@webex/sdk-component-adapter": "^1.112.5",
"@webex/storage-adapter-local-forage": "^2.59.6",
"@webex/storage-adapter-local-storage": "^2.59.6",
"@webex/webex-core": "^2.59.6",
"adaptivecards": "^2.0.0",
"ampersand-events": "^2.0.2",
"array-move": "^4.0.0",
"bytestreamjs": "^1.0.29",
"classnames": "^2.2.5",
"core-decorators": "^0.20.0",
"custom-event-polyfill": "^0.3.0",
"file-saver": "^1.3.3",
"firefox-profile": "^1.0.0",
"fs-extra": "^6.0.0",
"fs-promise": "^2.0.2",
"glob": "^7.1.1",
"highlight.js": "^9.12.0",
"howler": "^2.0.2",
"immutable": "^3.8.1",
"jest-junit": "^10.0.0",
"linkifyjs": "^2.1.4",
"lodash": "^4.17.15",
"luxon": "^3.0.1",
"marked": "^0.7.0",
"moment": "^2.17.1",
"netlify": "^1.2.0",
"prop-types": "^15.5.10",
"pvutils": "^1.0.17",
"react": "^16.8.4",
"react-cookie": "^2.0.7",
"react-dom": "^16.8.4",
"react-draggable": "^3.0.3",
"react-dropzone": "^4.1.3",
"react-hook-form": "^7.35.0",
"react-i18next": "^11.18.3",
"react-image": "^4.0.3",
"react-intl": "^5.15.7",
"react-mentions": "^1.2.1",
"react-redux": "^5.0.1",
"react-sortable-hoc": "^2.0.0",
"react-stately": "^3.17.0",
"react-syntax-highlighter": "^6.0.2",
"react-virtualized": "9.18.5",
"recompose": "^0.26.0",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.1.0",
"reselect": "^3.0.0",
"rxjs": "^6.6.2",
"superagent": "^3.5.2",
"swiper": "^6.8.1",
"ts-loader": "^8.4.0",
"tslib": "^2.2.0",
"typescript": "^4.5.3",
"uuid": "^3.0.1",
"validator": "^9.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/helper-module-imports": "^7.8.3",
"@babel/node": "^7.8.3",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/plugin-transform-strict-mode": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.3",
"@rollup/plugin-url": "^4.0.1",
"@wdio/cli": "^7.9.0",
"@wdio/codemod": "^0.9.0",
"@wdio/dot-reporter": "^7.9.0",
"@wdio/junit-reporter": "^7.9.0",
"@wdio/local-runner": "^7.9.0",
"@wdio/mocha-framework": "^7.9.0",
"@wdio/sauce-service": "^7.9.0",
"@wdio/selenium-standalone-service": "^7.8.0",
"@wdio/spec-reporter": "^7.9.0",
"@wdio/static-server-service": "^7.8.0",
"@wdio/sync": "^7.9.0",
"@webex/eslint-config-base": "^0.8.0",
"@webex/eslint-config-react": "^0.8.0",
"@webex/test-helper-appid": "1.157.0",
"@webex/test-helper-server": "1.157.0",
"@webex/test-helper-test-users": "1.157.0",
"axe-core": "^4.3.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-postcss": "^0.3.0",
"builtin-modules": "^3.1.0",
"chai": "^4.0.2",
"child-process-promise": "^2.2.0",
"colors": "^1.4.0",
"cross-env": "^5.0.0",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"detective-es6": "^2.2.0",
"dotenv": "^4.0.0",
"eslint": "^6.8.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-react": "^7.18.0",
"execa": "^0.10.0",
"file-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"jscodeshift": "^0.13.0",
"lint-staged": "^4.2.2",
"mini-css-extract-plugin": "^0.4.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mockdate": "^2.0.1",
"node-sass": "^4.12.0",
"output-file-sync": "^2.0.1",
"package-json": "^6.4.0",
"postcss": "^6.0.3",
"postcss-cli": "^4.1.0",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.1.1",
"postcss-modules": "^1.3.2",
"postcss-preset-env": "^6.4.0",
"postcss-reporter": "^5.0.0",
"react-test-renderer": "^17.0.2",
"react-transform-hmr": "^1.0.4",
"redux-mock-store": "^1.2.1",
"rimraf": "^2.5.4",
"rollup": "^2.38",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-postcss": "^2.0.5",
"sass-loader": "^7.0.3",
"saucelabs": "^5.1.0",
"semver": "^5.4.1",
"sleep-ms": "^2.0.1",
"sri-toolbox": "^0.2.0",
"standard-version": "^6.0.1",
"style-loader": "^0.19.0",
"wdio-intercept-service": "^4.1.7",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"yargs": "^17.1.0",
"@rollup/plugin-node-resolve": "^15",
"@rollup/plugin-commonjs": "^24",
"@rollup/plugin-typescript": "^11",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-license": "^2.8.1",
"rollup-plugin-scss": "3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.6.0",
"@faker-js/faker": "^7.3.0",
"@storybook/react": "6.5.11",
"@types/luxon": "^3"
},
"lint-staged": {
"*.js": "lint:eslint"
},
"greenkeeper": {
"ignore": [
"@webex/common",
"@webex/eslint-config",
"@webex/helper-html",
"@webex/internal-plugin-conversation",
"@webex/internal-plugin-encryption",
"@webex/internal-plugin-feature",
"@webex/internal-plugin-flag",
"@webex/internal-plugin-mercury",
"@webex/internal-plugin-metrics",
"@webex/internal-plugin-search",
"@webex/internal-plugin-team",
"@webex/internal-plugin-user",
"@webex/plugin-authorization",
"@webex/plugin-logger",
"@webex/plugin-people",
"@webex/webex-core",
"@webex/storage-adapter-local-forage",
"@webex/storage-adapter-local-storage",
"@webex/test-helper-appid",
"@webex/test-helper-server",
"@webex/test-helper-test-users",
"eslint",
"eslint-config",
"eslint-plugin-babel",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-mocha",
"eslint-plugin-react"
]
}
}