-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 loc) · 1.08 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "plugin-external-conference-warm-transfer",
"version": "0.0.0",
"private": true,
"scripts": {
"bootstrap": "flex-check-start",
"postinstall": "npm run bootstrap",
"prestart": "npm run bootstrap",
"start": "craco start",
"build": "craco build",
"test": "craco test --env=jsdom",
"eject": "craco eject"
},
"devDependencies": {
"@twilio/flex-ui": "1.11.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"js-base64": "^2.5.1",
"node-fetch": "^2.6.0"
},
"dependencies": {
"@craco/craco": "^5.2.3",
"core-js": "^2.6.5",
"craco-config-flex-plugin": "^2",
"flex-plugin": "^2.7.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}