-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
152 lines (152 loc) · 5.87 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "@redhat-cloud-services/frontend-components-root",
"version": "0.0.1",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"private": true,
"workspaces": [
"packages/charts",
"packages/chrome",
"packages/components",
"packages/config",
"packages/config-utils",
"packages/create-crc-app",
"packages/demo",
"packages/docs",
"packages/eslint-config",
"packages/notifications",
"packages/pdf-generator",
"packages/remediations",
"packages/rule-components",
"packages/translations",
"packages/testing",
"packages/utils",
"packages/types",
"packages/advisor-components",
"packages/tsc-transform-imports"
],
"files": [
"index.js",
"index.css",
"components/",
"Utilities/"
],
"sassIncludes": {
"patternfly": "node_modules/patternfly/dist/sass",
"bootstrap": "node_modules/bootstrap-sass/assets/stylesheets",
"fontAwesome": "node_modules/font-awesome-sass/assets/stylesheets"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.19.3",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-display-name": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/plugin-transform-typescript": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.19.0",
"@cfaester/enzyme-adapter-react-18": "^0.7.0",
"@frsource/cypress-plugin-visual-regression-diff": "^3.1.3",
"@octokit/rest": "^16.43.2",
"@openshift/dynamic-plugin-sdk-webpack": "^4.0.1",
"@patternfly/quickstarts": "^5.0.0",
"@patternfly/react-core": "^5.3.3",
"@patternfly/react-icons": "^5.0.0",
"@patternfly/react-table": "^5.0.0",
"@simonsmith/cypress-image-snapshot": "^8.0.2",
"@swc/core": "^1.3.74",
"@testing-library/dom": "^8.18.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/enzyme": "^3.10.12",
"@types/history": "^4.7.11",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.186",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/redux-mock-store": "^1.0.3",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"axios-mock-adapter": "^1.21.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-imports": "^2.0.0",
"babel-polyfill": "^6.26.0",
"chokidar": "^3.5.3",
"concurrently": "^7.4.0",
"dotenv": "^10.0.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-rulesdir": "^0.2.1",
"fs-extra": "^9.1.0",
"glob": "10.3.3",
"history": "^4.10.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.6.2",
"lerna": "^5.6.2",
"mocha-ibutsu-reporter": "^0.0.2",
"mutation-observer": "^1.0.3",
"node-sass-package-importer": "^5.3.2",
"prettier": "^2.7.1",
"redux-mock-store": "^1.5.4",
"resolve-url-loader": "^5.0.0",
"sass": "^1.55.0",
"style-to-object": "^0.3.0",
"swc-loader": "^0.2.3",
"ts-jest": "^29.1.1",
"ts-patch": "^3.0.2",
"typescript": "^5.0.0",
"whatwg-fetch": "^3.6.2"
},
"scripts": {
"clean": "lerna clean -y && lerna exec rm -- -f package-lock.json && rm -rf node_modules",
"postinstall": "ts-patch install && tsc -p packages/tsc-transform-imports && npm run build && lerna exec rm -- -f package-lock.json",
"start": "lerna run --parallel start --ignore=docs",
"build": "MODULES_ROOT=../../ lerna run build --stream --no-private",
"ts:esm": "tsc --build --force --verbose tsconfig.json",
"generate-translations": "npm run build && node packages/utils/src/mergeMessages/mergeMessages.js",
"test:ct": "lerna run --stream test:ct",
"test": "jest",
"test:ci": "npm run test && npm run test:ct",
"docs": "lerna run --parallel dev",
"generate:components:docs": "lerna run --parallel generate:components:docs",
"playground": "lerna run --parallel start:dev",
"release:bot": "node ./config/release.js",
"lint": "eslint packages/**/",
"watch": "lerna exec --parallel --ignore=@redhat-cloud-services/frontend-components-config --no-private -- npm run build -- --watch"
},
"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"
}