-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.83 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.83 KB
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
{
"name": "ringcentral-widgets-demo",
"version": "0.0.1",
"description": "A RingCentral Widgets App",
"browserslist": "> 0.25%, ie > 10",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "npm run dev-server",
"dev-server": "webpack serve --config webpack-dev-server.config.js",
"build": "NODE_ENV=production webpack --config webpack-production.config.js"
},
"devDependencies": {
"@ringcentral-integration/babel-settings": "^0.2.0",
"@ringcentral-integration/locale-loader": "^2.2.0",
"@types/classnames": "^2.2.7",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.0.9",
"@types/react-router": "^5.1.2",
"autoprefixer": "^9.6.1",
"assert": "^2.0.0",
"babel-loader": "^9.1.2",
"browserify": "^14.4.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^2.1.1",
"crypto-browserify": "^3.12.0",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"dotenv": "^6.2.0",
"domain-browser": "^4.22.0",
"events": "^3.3.0",
"file-loader": "^6.2.0",
"https-browserify": "^1.0.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.1.0",
"style-loader": "^0.23.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"string-replace-loader": "^3.0.3",
"timers-browserify": "^2.0.12",
"tty-browserify": "^0.0.1",
"url-loader": "^4.1.1",
"url": "^0.11.0",
"util": "^0.12.4",
"vm-browserify": "1.1.2",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"@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/phone-number": "^1.1.0",
"@ringcentral-integration/widgets": "^0.14.0",
"@ringcentral-integration/utils": "^0.14.0",
"@ringcentral/juno": "^2.35.2",
"@ringcentral/juno-icon": "^1.43.0",
"@ringcentral/sdk": "^4.7.2",
"@ringcentral/subscriptions": "^4.7.2",
"dayjs": "^1.11.7",
"classnames": "^2.2.5",
"isomorphic-fetch": "^2.2.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"qs": "^6.8.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",
"redux": "^4.2.0",
"ringcentral-client": "^1.0.0-beta.2",
"styled-components": "^5.3.3"
}
}