-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
132 lines (132 loc) · 4.42 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
{
"name": "ringcentral-embeddable",
"version": "2.2.1",
"description": "A RingCentral Embeddable Widget Application",
"main": "index.js",
"license": "MIT",
"browserslist": "defaults",
"scripts": {
"test": "jest --maxWorkers=1",
"start": "npm run dev-server",
"dev-server": "webpack serve --config webpack-dev-server.config.js",
"build": "cross-env NODE_ENV=production webpack --config webpack-production.config.js",
"build-extension": "cross-env NODE_ENV=production RELEASE_DIR=extension LOCAL_EXTENSION_MODE=1 webpack --config webpack-production.config.js"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-proposal-function-bind": "^7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-const-enum": "^1.2.0",
"babel-plugin-direct-import": "^1.0.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^7.1.2",
"dotenv": "^6.2.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-lodash": "^8.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"events": "^3.3.0",
"jest": "^29.7.0",
"jest-puppeteer": "^10.1.4",
"mini-css-extract-plugin": "^2.9.2",
"path-browserify": "^1.0.1",
"postcss-loader": "^8.1.1",
"postcss": "^8.4.49",
"postcss-preset-env": "^10.1.1",
"process": "^0.11.10",
"puppeteer": "^23.9.0",
"querystring-es3": "^0.2.1",
"sass": "^1.43.4",
"sass-loader": "^16.0.3",
"stream-browserify": "^3.0.0",
"style-loader": "^4.0.0",
"string-replace-loader": "^3.1.0",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.7.2",
"vm-browserify": "1.1.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"@babel/polyfill": "^7.10.4",
"@babel/runtime": "^7.3.4",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@rc-ex/core": "^1.2.1",
"@rc-ex/debug": "^1.0.10",
"@rc-ex/rcsdk": "^1.0.10",
"@rc-ex/ws": "^1.0.10",
"@ringcentral-integration/commons": "^0.14.0",
"@ringcentral-integration/core": "^0.14.0",
"@ringcentral-integration/i18n": "^2.2.0",
"@ringcentral-integration/locale-loader": "^2.2.1",
"@ringcentral-integration/phone-number": "^1.1.0",
"@ringcentral-integration/utils": "^0.14.0",
"@ringcentral-integration/widgets": "^0.14.0",
"@ringcentral/juno": "^2.41.0",
"@ringcentral/juno-icon": "^1.77.0",
"@ringcentral/mfe-react": "^0.3.7",
"@ringcentral/sdk": "^4.7.2",
"@rjsf/core": "^5.17.1",
"@rjsf/utils": "^5.17.1",
"@rjsf/validator-ajv8": "^5.17.1",
"classnames": "^2.2.5",
"core-js": "^3.9.1",
"dayjs": "^1.11.7",
"emoji-mart": "^5.6.0",
"format-message": "^6.2.3",
"isomorphic-fetch": "^3.0.0",
"isomorphic-ws": "4.0.1",
"lodash": "^4.17.4",
"mixpanel-browser": "^2.48.1",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"prop-types": "^15.5.8",
"qs": "^6.5.1",
"quill": "^2.0.3",
"quill-mention": "^6.0.2",
"raven-js": "^3.27.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^5.1.1",
"react-router": "^3.2.6",
"react-router-redux": "^4.0.8",
"react-markdown": "^8.0.7",
"redux": "^4.2.0",
"ringcentral-client": "^1.0.0-beta.2",
"setimmediate": "^1.0.5",
"styled-components": "^5.3.3",
"url": "^0.11.0",
"uuid": "^3.2.1",
"whatwg-fetch": "^2.0.3"
},
"engines": {
"node": ">=14"
},
"ci": {
"ringcentral-embeddable": "**"
}
}