-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 5.39 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 5.39 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "activemq-artemis-self-provisioning-plugin",
"version": "0.5.5",
"private": true,
"homepage": "https://github.com/arkmq-org/activemq-artemis-self-provisioning-plugin#readme",
"bugs": {
"url": "https://github.com/arkmq-org/activemq-artemis-self-provisioning-plugin/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:arkmq-org/activemq-activemq-artemis-self-provisioning-plugin.git"
},
"scripts": {
"build": "yarn clean && NODE_ENV=production yarn webpack",
"build-dev": "yarn clean && yarn webpack",
"typecheck:7.12": "tsc -p src/reducers/7.12/tsconfig.json --noEmit",
"clean": "rm -rf dist",
"format:all": "prettier --config ./.prettierrc.yml --write './src/**/*'",
"i18n": "i18next \"src/**/*.{js,jsx,ts,tsx}\" [-oc] -c i18next-parser.config.js",
"img": "echo quay.io/$QUAY_USER/$npm_package_name:$npm_package_version",
"img-build": "podman build --pull -f Dockerfile --platform linux/amd64 -t quay.io/$QUAY_USER/$npm_package_name:$npm_package_version .",
"img-push": "podman push quay.io/$QUAY_USER/$npm_package_name:$npm_package_version",
"img-run": "podman run -it -p 9001:9001 quay.io/$QUAY_USER/$npm_package_name:$npm_package_version",
"lint": "yarn eslint src --fix && stylelint \"src/**/*.css\" --allow-empty-input --fix",
"prepare": "husky install",
"start": "yarn webpack serve --progress",
"start-tls": "yarn webpack serve --progress --config webpack.config.tls.ts",
"start-console": "./start-console.sh",
"start-console-tls": "./start-console-tls.sh",
"pw:test": "playwright test",
"pw:ui": "playwright test --ui",
"pw:headed": "playwright test --headed",
"cleanup-tests": "node scripts/cleanup-tests.js",
"pw:cleanup": "node scripts/cleanup-tests.js",
"chain-of-trust": "node scripts/chain-of-trust.js",
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 TZ=UTC jest --runInBand",
"test:coverage": "yarn run test --watch=false --coverage",
"test:generate-output": "yarn test -- --json --outputFile=.jest-test-results.json",
"webpack": "node -r ts-node/register ./node_modules/.bin/webpack"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"yarn run pretty-quick --staged",
"eslint --fix"
]
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/preset-env": "^7.22.0",
"@babel/preset-react": "7.22.0",
"@babel/preset-typescript": "7.21.0",
"@openshift-console/dynamic-plugin-sdk": "1.4.0",
"@openshift-console/dynamic-plugin-sdk-webpack": "1.1.1",
"@patternfly/patternfly": "5.3.1",
"@patternfly/react-charts": "7.3.1",
"@patternfly/react-core": "5.3.3",
"@patternfly/react-icons": "5.3.2",
"@patternfly/react-table": "5.3.3",
"@patternfly/react-templates": "1.1.16",
"@patternfly/react-tokens": "5.3.1",
"@patternfly/react-component-groups": "5.5.3",
"@peculiar/x509": "^1.11.0",
"@playwright/test": "^1.48.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^13.1.9",
"@types/base-64": "^1.0.2",
"@types/jest": "27.5.2",
"@types/lodash-es": "4.17.x",
"@types/node": "^20.10.4",
"@types/react": "^17.0.37",
"@types/webpack": "5.28.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"base-64": "^1.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "8.0.0",
"i18next": "^23.11.5",
"i18next-parser": "^8.9.0",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"lint-staged": "13.1.0",
"lodash-es": "^4.17.21",
"nock": "^13.5.4",
"openapi-to-md": "^1.0.24",
"prettier": "^2.7.1",
"prettier-stylelint": "^0.4.2",
"pretty-quick": "3.1.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.7.3",
"react-router-dom": "5.3.x",
"react-router-dom-v5-compat": "6.22.3",
"sort-package-json": "^2.10.0",
"style-loader": "^3.3.1",
"stylelint": "^15.3.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "^31.0.0",
"ts-jest": "^29.2.1",
"ts-loader": "^9.3.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"wait-on": "^9.0.1",
"webpack": "5.75.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"yaml": "^2.4.5"
},
"consolePlugin": {
"name": "activemq-artemis-self-provisioning-plugin",
"version": "0.5.5",
"displayName": "Artemis Self Provisioning Plugin",
"description": "Artemis Self Provisioning Plugin",
"exposedModules": {
"BrokersListContainer": "./brokers/view-brokers/BrokersList.container",
"AddBrokerContainer": "./brokers/add-broker/AddBroker.container",
"UpdateBrokerContainer": "./brokers/update-broker/UpdateBroker.container",
"BrokerDetailsContainer": "./brokers/broker-details/BrokerDetails.container"
},
"dependencies": {
"@console/pluginAPI": "*"
}
},
"readme": "README.md",
"_id": "activemq-artemis-self-provisioning-plugin@0.5.5",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}