-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "{{name}}",
"version": "0.0.0",
"private": true,
"scripts": {
"bootstrap": "flex-plugin check-start",
"prebuild": "rimraf build && npm run bootstrap",
"build": "flex-plugin build",
"clear": "flex-plugin clear",
"predeploy": "npm run build",
"deploy": "flex-plugin deploy",
"eject": "flex-plugin eject",
"info": "flex-plugin info",
"postinstall": "npm run bootstrap",
"list": "flex-plugin list",
"remove": "flex-plugin remove",
"prestart": "npm run bootstrap",
"start": "flex-plugin start",
"test": "flex-plugin test --env=jsdom"
},
"dependencies": {
"craco-config-flex-plugin": "^3",
"flex-plugin": "^3",
"flex-plugin-scripts": "^3",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-emotion": "9.2.6",
"react-scripts": "3.4.1",
"typescript": "^3.6.4"
},
"devDependencies": {
"@twilio/flex-ui": "^1",
"@types/enzyme": "^3.10.3",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.12",
"@types/react": "^16.8.16",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.1.1",
"babel-polyfill": "^6.26.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"rimraf": "^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"
]
}
}