-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
133 lines (133 loc) · 4.04 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
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
131
132
133
{
"name": "@redhat-cloud-services/source",
"version": "0.0.1",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"private": true,
"workspaces": [
"packages/chrome",
"packages/components",
"packages/config",
"packages/config-utils",
"packages/create-crc-app",
"packages/eslint-config",
"packages/notifications",
"packages/remediations",
"packages/rule-components",
"packages/translations",
"packages/testing",
"packages/utils",
"packages/types",
"packages/advisor-components",
"packages/tsc-transform-imports",
"packages/executors"
],
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@jscutlery/semver": "^5.3.1",
"@nx/cypress": "^20.0.6",
"@nx/eslint": "^20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/jest": "20.0.6",
"@nx/js": "^20.0.6",
"@nx/react": "^20.0.6",
"@nx/vite": "^20.0.6",
"@nx/web": "20.0.6",
"@nx/webpack": "^20.0.6",
"@openshift/dynamic-plugin-sdk-webpack": "^4.1.0",
"@patternfly/quickstarts": "^5.4.1",
"@patternfly/react-core": "^5.4.8",
"@patternfly/react-icons": "^5.4.2",
"@patternfly/react-table": "^5.4.9",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@swc-node/register": "^1.10.9",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "^13.5.0",
"@types/history": "^4.7.11",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.17.13",
"@types/madge": "^5.0.3",
"@types/node": "18.19.62",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/redux-mock-store": "^1.0.6",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"concurrently": "^7.6.0",
"cypress": "^13.15.1",
"dotenv": "^10.0.0",
"eslint": "~8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-rulesdir": "^0.2.2",
"fs-extra": "^9.1.0",
"glob": "10.4.5",
"history": "^4.10.1",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "~22.1.0",
"madge": "^8.0.0",
"mocha-ibutsu-reporter": "^0.0.2",
"mutation-observer": "^1.0.3",
"ngx-deploy-npm": "^8.3.1",
"nx": "20.0.6",
"prettier": "^2.8.8",
"react-refresh": "~0.14.2",
"redux-mock-store": "^1.5.5",
"resolve-url-loader": "^5.0.0",
"sass": "^1.80.5",
"swc-loader": "^0.2.6",
"ts-jest": "^29.2.5",
"ts-patch": "^3.2.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^1.6.0",
"whatwg-fetch": "^3.6.20"
},
"scripts": {
"nx": "nx",
"build": "nx run-many --target=build --exclude=demo",
"check-circular-imports": "nx run-many -t check-circular-imports --exclude=demo",
"lint": "nx run-many -t lint",
"serve:demo": "nx run demo:serve",
"test:unit": "nx run-many -t test:unit --exclude=demo",
"test:component": "nx run-many -t test:component --exclude=demo --parallel=1",
"prepare": "husky"
},
"description": "Components for Red Hat Cloud Services",
"repository": {
"type": "git",
"url": "git+https://github.com/RedHatInsights/frontend-components.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RedHatInsights/frontend-components/issues"
},
"homepage": "https://github.com/RedHatInsights/frontend-components#readme",
"nx": {
"includedScripts": []
}
}