-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 728 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 728 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
25
26
27
{
"name": "plugin-dashboard",
"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.5.0",
"react-app-rewire-flex-plugin": "^1.3.4",
"react-app-rewired": "^1.6.2"
},
"dependencies": {
"@emotion/core": "^10.0.7",
"flex-plugin": "^1.3.4",
"jquery": "^3.3.1",
"numeral": "^2.0.6",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-scripts": "1.1.5"
},
"config-overrides-path": "node_modules/react-app-rewire-flex-plugin"
}