-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.5 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.5 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "image-builder",
"version": "1.1.0",
"private": false,
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"dependencies": {
"@patternfly/patternfly": "6.5.2",
"@patternfly/react-code-editor": "6.5.1",
"@patternfly/react-core": "6.5.1",
"@patternfly/react-table": "6.5.1",
"@redhat-cloud-services/frontend-components": "7.6.0",
"@redhat-cloud-services/frontend-components-notifications": "6.8.0",
"@redhat-cloud-services/frontend-components-utilities": "7.3.2",
"@redhat-cloud-services/types": "3.5.2",
"@reduxjs/toolkit": "2.12.0",
"@scalprum/react-core": "0.11.2",
"@sentry/webpack-plugin": "5.3.0",
"@unleash/proxy-client-react": "5.0.1",
"jwt-decode": "4.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "9.3.0",
"react-router-dom": "6.30.4",
"redux": "5.0.1",
"redux-promise-middleware": "6.2.0",
"smol-toml": "1.6.1"
},
"devDependencies": {
"@babel/core": "7.29.7",
"@babel/preset-env": "7.29.7",
"@babel/preset-react": "7.29.7",
"@babel/preset-typescript": "7.29.7",
"@currents/playwright": "1.24.0",
"@eslint/js": "9.39.2",
"@patternfly/react-icons": "6.5.1",
"@playwright/test": "1.56.1",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "3.1.2",
"@redhat-cloud-services/frontend-components-config": "6.10.2",
"@redhat-cloud-services/tsc-transform-imports": "1.1.2",
"@rtk-query/codegen-openapi": "2.2.0",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/node": "25.9.1",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"@types/react-redux": "7.1.34",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@vitejs/plugin-react": "6.0.2",
"@vitest/coverage-v8": "4.1.7",
"babel-loader": "10.1.1",
"chart.js": "4.5.1",
"chartjs-adapter-moment": "1.0.1",
"chartjs-plugin-annotation": "3.1.0",
"copy-webpack-plugin": "14.0.0",
"css-loader": "7.1.4",
"eslint": "9.39.2",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest-dom": "5.5.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.10.4",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-react-redux": "4.2.2",
"eslint-plugin-testing-library": "7.16.2",
"git-revision-webpack-plugin": "5.0.0",
"globals": "17.6.0",
"history": "5.3.0",
"identity-obj-proxy": "3.0.0",
"jsdom": "26.1.0",
"madge": "8.0.0",
"mini-css-extract-plugin": "2.10.2",
"moment": "2.30.1",
"msw": "2.14.6",
"npm-run-all2": "8.0.4",
"packageurl-js": "2.0.1",
"path-browserify": "1.0.1",
"postcss-scss": "4.0.9",
"react-chartjs-2": "5.3.1",
"redux-mock-store": "1.5.5",
"sass": "1.100.0",
"sass-loader": "16.0.7",
"stylelint": "17.12.0",
"stylelint-config-recommended-scss": "17.0.1",
"ts-node": "10.9.2",
"ts-patch": "4.0.1",
"typescript": "5.9.3",
"typescript-eslint": "8.60.0",
"uuid": "14.0.0",
"vitest": "4.1.7",
"vitest-canvas-mock": "1.1.4",
"vitest-fetch-mock": "0.4.5",
"webpack-bundle-analyzer": "5.3.0",
"whatwg-fetch": "3.6.20"
},
"scripts": {
"lint": "npm-run-all lint:*",
"lint:js": "eslint src playwright",
"lint:js:fix": "eslint src playwright --fix",
"start": "fec dev-proxy",
"start:stage": "fec dev-proxy --clouddotEnv=stage",
"start:prod": "fec dev-proxy --clouddotEnv=prod",
"start:federated": "fec static",
"patch:hosts": "fec patch-etc-hosts",
"test": "TZ=UTC vitest run",
"test:watch": "TZ=UTC vitest",
"test:coverage": "TZ=UTC vitest run --coverage",
"test:integration": "TZ=UTC vitest run src/test",
"test:unit": "TZ=UTC vitest run --exclude='src/test/**' --fileParallelism",
"test:cockpit": "src/test/cockpit-tests.sh",
"types": "tsc --noEmit",
"build": "fec build",
"build:cockpit": "webpack --config cockpit/webpack.config.ts",
"api": "bash api/codegen.sh",
"verify": "npm-run-all build lint test",
"postinstall": "ts-patch install",
"circular": "madge --circular ./src --extensions js,ts,tsx",
"circular:graph": "madge --circular ./src --extensions js,ts,tsx -i deps.png",
"security:check": "node scripts/check-vulnerable-packages.js"
},
"insights": {
"appname": "image-builder"
}
}