-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.91 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 4.91 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
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
{
"name": "networking-console-plugin",
"version": "0.0.1",
"private": true,
"repository": "git@github.com:spadgett/networking-console-plugin.git",
"license": "Apache-2.0",
"scripts": {
"clean": "rm -rf dist",
"dev": "NODE_ENV=development NODE_OPTIONS=--max-old-space-size=8192 rm -rf dist && npm run ts-node -- ./node_modules/.bin/webpack serve --progress",
"build": "npm run clean && NODE_ENV=production npm run ts-node -- node_modules/.bin/webpack",
"build-dev": "npm run clean && npm run ts-node -- node_modules/.bin/webpack",
"start": "npm run 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 ",
"lint-fix": "eslint ./src ./integration-tests --fix",
"test-cypress": "cd integration-tests s && 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:=electron}",
"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": "npm run cypress-merge && npm run cypress-generate",
"memsource-upload": "./i18n-scripts/memsource-upload.sh",
"memsource-download": "./i18n-scripts/memsource-download.sh",
"export-pos": "./i18n-scripts/export-pos.sh",
"i18n-to-po": "node ./i18n-scripts/i18n-to-po.js",
"po-to-i18n": "node ./i18n-scripts/po-to-i18n.js"
},
"dependencies": {
"react-hook-form": "^7.51.1",
"react-linkify": "^1.0.0-alpha",
"react-tagsinput": "^3.20.3"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^7.0.0",
"@kubevirt-ui/kubevirt-api": "^1.4.2",
"@openshift-console/dynamic-plugin-sdk": "4.20.0",
"@openshift-console/dynamic-plugin-sdk-internal": "4.20.0",
"@openshift-console/dynamic-plugin-sdk-webpack": "4.20.0",
"@patternfly/quickstarts": "~6.4.0",
"@patternfly/react-charts": "~8.4.0",
"@patternfly/react-component-groups": "~6.4.0",
"@patternfly/react-core": "~6.4.0",
"@patternfly/react-icons": "~6.4.0",
"@patternfly/react-table": "~6.4.0",
"@patternfly/react-tokens": "~6.4.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.0.0",
"@types/react": "^17.0.37",
"@types/react-helmet": "^6.1.4",
"@types/react-router-dom": "^5.3.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"classnames": "^2.5.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.7.1",
"cypress": "^15.0.0",
"cypress-multi-reporters": "^2.0.0",
"esbuild-loader": "^4.4.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-perfectionist": "^2.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"i18next-conv": "12.1.1",
"i18next-parser": "^3.11.0",
"js-yaml": "^4.1.0",
"lodash": "^4.18.1",
"mocha-junit-reporter": "^2.2.0",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.3.0",
"pluralize": "^8.0.0",
"prettier": "^3.2.5",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.7.3",
"react-router": "5.3.x",
"react-router-dom": "5.3.x",
"react-router-dom-v5-compat": "^6.22.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.97.3",
"sass-loader": "^16.0.6",
"style-loader": "^3.3.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "5.7.x",
"unique-names-generator": "^4.7.1",
"victory-area": "^37.3.3",
"victory-axis": "^37.3.2",
"victory-bar": "^37.3.2",
"victory-box-plot": "^37.3.2",
"victory-chart": "^37.3.3",
"victory-core": "^37.3.2",
"victory-create-container": "^37.3.2",
"victory-group": "^37.3.2",
"victory-legend": "^37.3.2",
"victory-line": "^37.3.2",
"victory-pie": "^37.3.2",
"victory-scatter": "^37.3.2",
"victory-stack": "^37.3.2",
"victory-tooltip": "^37.3.2",
"victory-voronoi-container": "^37.3.2",
"webpack": "^5.104.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^5.2.3"
}
}