-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
29 lines (29 loc) · 919 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
29
{
"name": "plugin-flex-realtime-stats-dashboard",
"description": "Example front end implementation of real time dashboard that recieves data from a websocket",
"version": "1.2.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.9.1",
"react-app-rewire-flex-plugin": "^1",
"react-app-rewired": "^1.6.2"
},
"dependencies": {
"flex-plugin": "1.3.4",
"prop-types": "^15.7.2",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-scripts": "1.1.5",
"react-table": "^6.10.0"
},
"config-overrides-path": "node_modules/react-app-rewire-flex-plugin"
}