-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.2 KB
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
46
47
48
{
"name": "plugin-queue-callback",
"version": "0.0.0",
"private": true,
"scripts": {
"bootstrap": "flex-check-start",
"build": "craco build",
"eject": "craco eject",
"postinstall": "npm run bootstrap",
"prestart": "npm run bootstrap",
"start": "craco start",
"test": "craco test --env=jsdom",
"coverage": "craco test --env=jsdom --coverage --watchAll=false"
},
"dependencies": {
"@craco/craco": "^5.0.2",
"babel-polyfill": "^6.26.0",
"core-js": "^2.6.5",
"craco-config-flex-plugin": "^2",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"flex-plugin": "^2",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-scripts": "^3.0.0",
"react-test-renderer": "^16.8.6"
},
"devDependencies": {
"@twilio/flex-ui": "^1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}