This repository has been archived by the owner on Apr 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
96 lines (96 loc) · 2.96 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "openshift-assisted-ui",
"version": "0.0.0",
"private": false,
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/openshift-assisted/assisted-ui/issues"
},
"dependencies": {
"@patternfly/patternfly": "^4.115.2",
"@patternfly/react-code-editor": "^4.47.2",
"@patternfly/react-core": "^4.206.2",
"@patternfly/react-icons": "^4.57.2",
"@patternfly/react-styles": "^4.56.2",
"@patternfly/react-table": "^4.75.2",
"@patternfly/react-tokens": "^4.58.2",
"@reduxjs/toolkit": "~1.6.x",
"@sentry/browser": "5.19.1",
"axios": ">=0.22.0 <1.0.0",
"axios-case-converter": "^0.6.0",
"classnames": "^2.3.1",
"fuse.js": "^6.4.6",
"http-proxy-middleware": "^1.0.3",
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"lodash": "^4.17.21",
"openshift-assisted-ui-lib": "2.19.0",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-error-boundary": "^3.1.4",
"react-i18next": "^11.11.4",
"react-monaco-editor": "^0.43.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-tagsinput": "^3.19.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"swr": "^0.5.6",
"typescript": "^3.8.3",
"unique-names-generator": "^4.2.0",
"uuid": "^8.1.0",
"yup": "^0.28.3"
},
"scripts": {
"postinstall": "sh ./hacks/patch-react-scripts.sh",
"setup-env": "source ./hacks/setup-env.sh",
"prestart": "yarn run setup-env",
"start": "react-app-rewired start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write '**/*.{json,md,scss,yaml,yml}'",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --color ."
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.4",
"@testing-library/dom": "^7.11.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.121",
"@types/node": "^12.0.0",
"@types/react": "^16.14.0",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"@types/uuid": "^8.0.0",
"@types/yup": "^0.26.9",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"prettier": "^2.0.1",
"prop-types": "^15.7.2",
"react-app-rewired": "^2.1.8",
"redux-devtools-extension": "^2.13.8",
"source-map-loader": "^3.0.0"
},
"resolutions": {
"node-sass/node-gyp": "^6.0.0"
}
}