forked from openshift-pipelines/console-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 5.67 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
{
"name": "pipelines-console-plugin",
"version": "0.0.1",
"private": true,
"repository": "[email protected]:openshift-pipelines/console-plugin.git",
"license": "Apache-2.0",
"scripts": {
"clean": "rm -rf dist",
"build": "yarn clean && NODE_ENV=production yarn ts-node node_modules/.bin/webpack",
"build-dev": "yarn clean && yarn ts-node node_modules/.bin/webpack",
"start": "yarn ts-node node_modules/.bin/webpack serve",
"start-console": "./start-console.sh",
"i18n": "./i18n-scripts/build-i18n.sh && node ./i18n-scripts/set-english-defaults.js",
"ts-node": "ts-node -O '{\"module\":\"commonjs\"}'",
"lint": "eslint ./src ./integration-tests --fix && stylelint \"src/**/*.css\" --allow-empty-input --fix",
"test-cypress": "cd integration-tests && cypress open --env openshift=true",
"test-cypress-headless": "cd integration-tests && node --max-old-space-size=4096 ../node_modules/.bin/cypress run --env openshift=true --browser ${BRIDGE_E2E_BROWSER_NAME:=chrome}",
"cypress-merge": "mochawesome-merge ./integration-tests/screenshots/cypress_report*.json > ./integration-tests/screenshots/cypress.json",
"cypress-generate": "marge -o ./integration-tests/screenshots/ -f cypress-report -t 'OpenShift Console Plugin Template Cypress Test Results' -p 'OpenShift Cypress Plugin Template Test Results' --showPassed false --assetsDir ./integration-tests/screenshots/cypress/assets ./integration-tests/screenshots/cypress.json",
"cypress-postreport": "yarn cypress-merge && yarn cypress-generate",
"generate-types": "openapi-typescript openapi/spec.yml --output src/types/api.ts",
"dev": "NODE_ENV=development NODE_OPTIONS=--max-old-space-size=8192 rm -rf dist && yarn ts-node ./node_modules/.bin/webpack serve --progress",
"test": "jest"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.15.5",
"@openshift-console/dynamic-plugin-sdk": "1.2.0",
"@openshift-console/dynamic-plugin-sdk-webpack": "1.1.0",
"@openshift/dynamic-plugin-sdk": "^4.0.0",
"@openshift/dynamic-plugin-sdk-extensions": "^1.3.0",
"@openshift/dynamic-plugin-sdk-utils": "^4.1.0",
"@patternfly/react-charts": "7.2.2",
"@patternfly/react-component-groups": "^5.1.0",
"@patternfly/react-core": "^5.2.1",
"@patternfly/react-icons": "5.2.1",
"@patternfly/react-table": "5.2.1",
"@patternfly/react-tokens": "5.2.1",
"@patternfly/react-topology": "5.2.1",
"@testing-library/react": "^12.1.2",
"@types/enzyme": "3.10.x",
"@types/jest": "^27.0.3",
"@types/lodash-es": "4.17.x",
"@types/node": "^18.0.0",
"@types/react": "^17.0.37",
"@types/react-helmet": "^6.1.4",
"@types/react-redux": "6.0.2",
"@types/react-router-dom": "^5.3.2",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"cache-loader": "^4.1.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^6.7.1",
"cypress": "^11.0.1",
"cypress-multi-reporters": "^1.6.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.1",
"file-saver": "1.3.x",
"formik": "2.0.3",
"fuzzysearch": "1.0.x",
"i18next-parser": "^3.11.0",
"jest": "^27.4.5",
"jest-junit": "^16.0.0",
"js-base64": "^2.5.1",
"mocha-junit-reporter": "^2.2.0",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.3.0",
"openapi-typescript": "^6.7.0",
"pluralize": "^8.0.0",
"popper.js": "^1.16.1",
"prettier": "^2.7.1",
"prettier-stylelint": "^0.4.2",
"react": "^17.0.1",
"react-copy-to-clipboard": "5.x",
"react-dnd": "^9.4.0",
"react-dnd-html5-backend": "^9.4.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.7.3",
"react-linkify": "^0.2.2",
"react-router": "5.3.x",
"react-transition-group": "2.3.x",
"react-virtualized": "9.x",
"@types/react-transition-group": "2.x",
"@types/react-virtualized": "9.x",
"@patternfly/react-virtualized-extension": "5.1.0",
"react-router-dom": "5.3.x",
"react-router-dom-v5-compat": "^6.11.2",
"resolve-url-loader": "2.x",
"sass": "^1.42.1",
"sass-loader": "^10.1.1",
"style-loader": "^3.3.1",
"stylelint": "^15.3.0",
"stylelint-config-standard": "^31.0.0",
"thread-loader": "^3.0.4",
"ts-jest": "^27.1.1",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"webpack": "5.75.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.15.1"
},
"consolePlugin": {
"name": "pipelines-console-plugin",
"version": "0.0.1",
"displayName": "Pipelines console plugin",
"description": "OpenShift Pipelines UI plugin for OpenShift web console",
"exposedModules": {
"hookProvider": "./components/hooks",
"pipelinesComponent": "./components/pipelines-overview",
"pipelinesList": "./components/pipelines-list",
"pipelineRunsList": "./components/pipelineRuns-list",
"repositoriesList": "./components/repositories-list",
"metricsComponent": "./components/pipelines-metrics",
"tasksComponent": "./components/pipelines-tasks",
"triggersDetails": "./components/triggers-details",
"triggersList": "./components/triggers-list",
"pipelinesDetails": "./components/pipelines-details",
"repositoryDetails": "./components/repository-details",
"pipelineRunDetails": "./components/pipelineRuns-details",
"outputsComponent": "./components/outputs"
},
"dependencies": {
"@console/pluginAPI": ">=4.15"
}
},
"dependencies": {
"@types/express": "^4.17.18",
"classnames": "^2.3.2",
"lodash-es": "^4.17.21"
}
}