-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
108 lines (108 loc) · 3.35 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
{
"name": "engage-voice-embeddable",
"version": "0.2.0",
"description": "RingCentral RingCX Embeddable widget",
"browserslist": "> 0.25%, ie > 10",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "yarn dev-server",
"dev-server": "yarn gulp devServer",
"build": "yarn gulp build --env prod",
"gulp": "gulp --require @ringcentral-integration/babel-settings/lib/register.js"
},
"license": "MIT",
"devDependencies": {
"@ringcentral-integration/babel-settings": "^0.3.0",
"@ringcentral-integration/locale-loader": "^2.2.1",
"@types/classnames": "^2.2.7",
"@types/react-dom": "^16.9.3",
"@types/react-redux": "^7.0.9",
"@types/react-router": "^5.1.2",
"assert": "^2.0.0",
"autoprefixer": "^9.6.1",
"babel-loader": "^9.1.2",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"copy-webpack-plugin": "^9.0.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^2.1.1",
"domain-browser": "^1.2.0",
"dotenv": "^6.2.0",
"events": "^3.3.0",
"file-loader": "^6.2.0",
"fs-extra": "^7.0.1",
"gulp": "^4.0.2",
"gulp-replace": "^1.0.0",
"https-browserify": "^1.0.0",
"imports-loader": "^0.8.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss-loader": "^3.0.0",
"process": "^0.11.10",
"punycode": "^2.1.1",
"querystring-es3": "^0.2.1",
"react-svg-loader": "^3.0.3",
"sass": "^1.43.4",
"sass-loader": "^7.3.1",
"source-map-loader": "^0.2.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.0.0",
"string-replace-loader": "^3.0.3",
"string_decoder": "^1.1.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^4.2.1",
"thread-loader": "^3.0.1",
"timers-browserify": "^2.0.12",
"tty-browserify": "0.0.1",
"url": "^0.11.0",
"url-loader": "^4.1.1",
"util": "^0.11.1",
"vm-browserify": "1.1.2",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
"yargs": "^14.0.0"
},
"dependencies": {
"@rc-ex/core": "^1.2.1",
"@ringcentral-integration/commons": "^0.14.0",
"@ringcentral-integration/core": "^0.14.0",
"@ringcentral-integration/engage-voice-widgets": "^0.14.0",
"@ringcentral-integration/i18n": "^2.2.0",
"@ringcentral-integration/phone-number": "^1.1.0",
"@ringcentral-integration/utils": "^0.14.0",
"@ringcentral-integration/widgets": "^0.14.0",
"@ringcentral/juno": "^2.35.2",
"@ringcentral/juno-icon": "^1.43.0",
"@ringcentral/sdk": "^4.7.2",
"@ringcentral/subscriptions": "^4.7.2",
"classnames": "^2.2.5",
"core-js": "^3.9.1",
"dayjs": "^1.11.7",
"dotenv": "^6.2.0",
"format-message": "^5.1.2",
"isomorphic-fetch": "^2.2.1",
"isomorphic-ws": "^4.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"normalize-css": "^2.3.1",
"prop-types": "^15.7.2",
"qs": "^6.9.7",
"ramda": "^0.26.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^5.1.1",
"react-router": "^3.2.0",
"react-router-redux": "^4.0.7",
"redux": "^4.0.4",
"ringcentral-client": "^1.0.0-beta.2",
"sip.js": "0.13.5",
"styled-components": "^5.3.3"
},
"resolutions": {
"sip.js": "0.13.5"
}
}