-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
28 lines (28 loc) · 939 Bytes
/
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
{
"name": "plugin-outbound-dialing-with-conference",
"description": "Example front end implementation of a dialpad that creates outbound calls via a voice sdk and sends call to worker via task router",
"version": "1.3.0",
"author": "Jared Hunter <[email protected]>",
"private": true,
"scripts": {
"postinstall": "flex-check-start",
"prestart": "flex-check-start",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject"
},
"devDependencies": {
"@twilio/flex-ui": "^1.14.1",
"react-app-rewire-flex-plugin": "^1",
"react-app-rewired": "^1.6.2"
},
"dependencies": {
"flex-plugin": "1.3.4",
"react": "16.5.2",
"react-click-n-hold": "^1.0.7",
"react-dom": "16.5.2",
"react-scripts": "1.1.5"
},
"config-overrides-path": "node_modules/react-app-rewire-flex-plugin"
}