-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.71 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.71 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
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
{
"name": "@theforeman/vendor-core",
"version": "16.0.0",
"description": "foreman supported 3rd-party node_modules",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/theforeman/foreman-js",
"directory": "packages/vendor-core"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=6"
},
"sideEffects": true,
"main": "index.js",
"files": [
"index.js",
"lib",
"scss"
],
"dependencies": {
"@apollo/client": "^3.3.7",
"@novnc/novnc": "1.3",
"@patternfly/patternfly": "^5.2.0",
"@patternfly/react-charts": "~6.94.15",
"@patternfly/react-core": "^5.2.0",
"@patternfly/react-icons": "^5.2.0",
"@patternfly/react-styles": "^5.2.0",
"@patternfly/react-table": "^5.2.0",
"@patternfly/react-tokens": "^5.2.0",
"@redhat-cloud-services/frontend-components": "3.8.12",
"@redhat-cloud-services/frontend-components-utilities": "^3.7.6",
"@reduxjs/toolkit": "^1.6.0",
"@spice-project/spice-html5": "^0.2.1",
"@webcomponents/webcomponentsjs": "^2.2.10",
"ace-builds": "^1.4.13",
"axios": "^0.21.1",
"bootstrap-sass": "^3.3.7",
"classnames": "^2.2.5",
"connected-react-router": "6.6.1",
"core-js": "^2.5.7",
"datatables.net": "1.13.5",
"datatables.net-bs": "1.13.5",
"diff": "^4.0.1",
"dsmorse-gridster": "^0.8.0",
"file-saver": "^2.0.1",
"formik": "^1.5.8",
"graphql": "^15.5.0",
"history": "^4.7.2",
"humanize-duration": "3.27.0",
"ipaddr.js": "~1.2.0",
"jquery": "^3.7.1",
"jquery-ujs": "~1.2.0",
"jstz": "~1.0.7",
"lodash": "^4.17.14",
"multiselect": "~0.9.12",
"number_helpers": "^0.1.1",
"patternfly": "^3.59.5",
"patternfly-react": "^ 2.40.0",
"patternfly-react-extensions": "^3.0.15",
"prop-types": "^15.6.0",
"rc-input-number": "^6.0.0",
"react": "^16.9.0",
"react-ace": "^9.5.0",
"react-debounce-input": "^3.2.0",
"react-diff-view": "^2.4.5",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^9.3.2",
"react-dom": "^16.8.1",
"react-ellipsis-with-tooltip": "^1.0.8",
"react-helmet": "^6.1.0",
"react-intl": "^2.8.0",
"react-loading-skeleton": "^1.1.2",
"react-onclickoutside": "^6.6.2",
"react-password-strength": "^2.4.0",
"react-redux": "^7.1.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"regenerator-runtime": "^0.13.3",
"reselect": "^3.0.1",
"sanitize-html": "2.3.2",
"seamless-immutable": "^7.1.2",
"select2": "4.0.12",
"unidiff": "^1.0.0",
"urijs": "^1.19.4",
"uuid": "^3.3.2",
"yup": "^0.29.3"
}
}