forked from johnfischelli/plugin-agent-disposition
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 650 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "plugin-rbfcu-agent-disposition",
"version": "0.0.0",
"private": true,
"scripts": {
"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",
"react-app-rewire-flex-plugin": "^1",
"react-app-rewired": "^1.6.2"
},
"dependencies": {
"flex-plugin": "1.3.4",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-scripts": "1.1.5"
},
"config-overrides-path": "node_modules/react-app-rewire-flex-plugin"
}