-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "plugin-starter",
"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",
"rollbar": "^2.10.0"
},
"devDependencies": {
"@twilio/flex-ui": "^1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}