-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.34 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
{
"name": "aws-console-switch-role-portal",
"version": "1.0.0",
"private": false,
"dependencies": {
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"csp-html-webpack-plugin": "^5.1.0",
"formik": "^2.2.6",
"lodash": "^4.17.19",
"querystring": "^0.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^4.0.2",
"react-use": "^15.3.4",
"typescript": "^4.1.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.17",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/uuid": "^8.3.0",
"react-app-rewired": "^2.1.8",
"serve": "^11.3.2",
"webpack-subresource-integrity": "^1.5.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "INLINE_RUNTIME_CHUNK=false react-app-rewired build",
"postbuild": "node ./rewriteHeaders.js",
"prod": "yarn build && yarn serve -s build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"immer": "^8.0.1",
"node-notifier": "^8.0.1",
"object-path": "^0.11.5"
}
}