forked from red-hat-storage/mcg-ms-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 6 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
{
"name": "mcg-ms-console",
"version": "0.0.0",
"description": "Data Access Service console",
"author": "SanjalKatiyar <[email protected]>",
"private": true,
"repository": "[email protected]:SanjalKatiyar/dfr-console.git",
"scripts": {
"cypress-merge": "mochawesome-merge ./cypress-gen/cypress_report*.json > ./cypress-gen/cypress.json",
"cypress-generate": "marge -o ./cypress-gen/ -f cypress-report -t 'OpenShift Console Cypress Test Results' -p 'OpenShift Cypress Test Results' --showPassed false --assetsDir ./cypress-gen/cypress/assets ./cypress-gen/cypress.json",
"cypress-postreport": "yarn cypress-merge && yarn cypress-generate",
"e2e:ci-pre": "./ci/e2e/pre-hook.sh",
"e2e:ci-post": "yarn ts-node ci/e2e/aws-hooks.ts post-tests",
"test-cypress": "node_modules/.bin/cypress open --config-file ./cypress/cypress.json --env openshift=true",
"test-cypress-with-ci-hooks": "yarn e2e:ci-pre && yarn test-cypress && yarn e2e:ci-post",
"test-cypress-headless": "node --max-old-space-size=4096 node_modules/.bin/cypress run --config-file ./cypress/cypress.json --env openshift=true --browser ${BRIDGE_E2E_BROWSER_NAME:=chrome} --headless",
"clean": "rm -rf dist",
"build": "yarn clean && yarn ts-node node_modules/.bin/webpack --mode=production",
"build-dev": "yarn clean && yarn ts-node ./node_modules/.bin/webpack",
"dev": "yarn clean && yarn ts-node ./node_modules/.bin/webpack serve --progress",
"http-server": "./http-server.sh dist",
"http-server-local": "http-server dist -p 9002 -c-1 --cors",
"i18n": "i18next \"packages/**/*.{js,jsx,ts,tsx}\" [-oc] -c i18next-parser.config.js",
"lint-css": "yarn stylelint packages/**/**/*.scss",
"lint-css-fix": "yarn stylelint packages/**/**/*.scss --fix",
"lint": "yarn eslint --ext .ts,.tsx ./packages/ ./cypress/ ./ci/ && yarn lint-css",
"lint-fix": "yarn eslint --fix --ext .ts,.tsx ./packages/ ./cypress/ ./ci/ && yarn lint-css-fix",
"prepare": "husky install",
"format-test": "yarn prettier -c ./packages/ ./cypress/ ./ci/",
"format": "yarn prettier -w ./packages/ ./cypress/ ./ci/",
"ts-node": "ts-node -O '{\"module\":\"commonjs\"}'"
},
"dependencies": {
"@patternfly/patternfly": "4.103.6",
"@patternfly/react-charts": "^6.15.3",
"@patternfly/react-core": "4.175.4",
"@patternfly/react-icons": "^4.11.0",
"@patternfly/react-table": "^4.29.0",
"@types/react-dnd-html5-backend": "^3.0.2",
"classnames": "^2.3.1",
"fuzzysearch": "^1.0.3",
"lodash-es": "^4.17.21",
"loglevel": "1.8.0",
"react": "^17.0.1",
"react-copy-to-clipboard": "5.x",
"react-dnd": "^15.1.1",
"react-dnd-html5-backend": "^15.1.2",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.11.4",
"react-linkify": "^0.2.2",
"react-redux": "^7.2.6",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-tagsinput": "^3.19.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.131.0",
"@cypress/skip-test": "2.6.1",
"@cypress/webpack-preprocessor": "5.12.0",
"@openshift-console/dynamic-plugin-sdk": "0.0.3",
"@openshift-console/dynamic-plugin-sdk-internal": "0.0.2",
"@openshift-console/dynamic-plugin-sdk-webpack": "0.0.4",
"@types/jest": "^27.0.3",
"@types/lodash-es": "^4.17.4",
"@types/node": "^14.14.34",
"@types/react": "16.8.13",
"@types/react-helmet": "^6.1.1",
"@types/react-router-dom": "5.1.2",
"@types/webpack-dev-server": "^3.11.5",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"cache-loader": "1.x",
"comment-json": "4.x",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "0.28.x",
"cypress": "9.7.0",
"cypress-dotenv": "2.0.0",
"cypress-multi-reporters": "1.6.1",
"dotenv": "16.0.1",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "1.x",
"http-server": "0.12.x",
"husky": "^7.0.0",
"i18next-parser": "^3.3.0",
"jest": "^27.0.6",
"marge": "^1.0.1",
"mini-css-extract-plugin": "0.4.x",
"mocha-junit-reporter": "^2.0.0",
"mochawesome": "^6.2.2",
"mochawesome-merge": "^4.2.0",
"prettier": "2.3.2",
"read-pkg": "5.x",
"resolve-url-loader": "2.x",
"sass": "1.54.3",
"sass-loader": "13.0.2",
"style-loader": "^0.23.1",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"thread-loader": "1.x",
"ts-loader": "6.2.2",
"ts-node": "5.0.1",
"typescript": "3.8.3",
"webpack": "5.64.4",
"webpack-cli": "4.9.0",
"webpack-dev-server": "^3.11.2"
},
"consolePlugin": {
"name": "mcg-ms-console",
"version": "0.0.0",
"displayName": "Data Access Service Plugin",
"description": "Console plugin for Data Access Service",
"exposedModules": {
"dashboard": "./packages/components/dashboard/dashboard",
"DRListPage": "./packages/components/resource-pages/data-resource-list-view",
"BPListPage": "./packages/components/resource-pages/bucket-policy-list-view",
"createDR": "./packages/components/data-resource/create-data-resource",
"createBP": "./packages/components/bucket-policy/create-bucket-policy",
"obc": "./packages/components/mcg/ObjectBucketClaim",
"createOBC": "./packages/components/mcg/CreateObjectBucketClaim",
"ob": "./packages/components/mcg/ObjectBucket",
"dataResourceDetailsPage": "./packages/components/resource-pages/data-resource-details-page",
"bucketPolicyDetailsPage": "./packages/components/resource-pages/bucket-policy-details-page",
"features": "./packages/features"
},
"dependencies": {
"@console/pluginAPI": "*"
}
}
}