-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.24 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.24 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
{
"name": "subscriptions-dashboard-ui",
"version": "1.1.0",
"private": false,
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"build": "fec build",
"deploy": "npm-run-all build lint test",
"lint": "npm-run-all lint:*",
"lint:js": "eslint config src",
"lint:js:fix": "eslint config src --fix",
"patch:hosts": "fec patch-etc-hosts",
"start": "HOT=true fec dev",
"test": "jest --passWithNoTests",
"postinstall": "ts-patch install",
"verify": "npm-run-all build lint test"
},
"dependencies": {
"@patternfly/react-core": "^6.0.0",
"@patternfly/react-table": "^6.0.0",
"@redhat-cloud-services/frontend-components": "^7.0.0",
"@redhat-cloud-services/frontend-components-notifications": "^6.0.0",
"@redhat-cloud-services/frontend-components-utilities": "^6.0.2",
"classnames": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "7.2.9",
"react-router-dom": "^6.3.0",
"redux": "4.2.1",
"redux-logger": "3.0.6",
"redux-promise-middleware": "6.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.37.0",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "^3.0.0",
"@redhat-cloud-services/frontend-components-config": "^6.5.0",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.1",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.1",
"eslint": "^9.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "30.2.0",
"jest-environment-jsdom": "^30.2.0",
"npm-run-all2": "^8.0.0",
"prop-types": "15.8.1",
"react-refresh": "^0.18.0",
"rimraf": "^6.0.0",
"ts-patch": "^3.0.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.31.0",
"webpack-bundle-analyzer": "5.2.0"
},
"insights": {
"appname": "subscriptions-dashboard-ui"
}
}