-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
123 lines (123 loc) · 4.44 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
{
"name": "node-remediation-console-plugin",
"version": "0.0.1",
"private": true,
"repository": "[email protected]/medik8s/node-remediation-console.git",
"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": "i18next \"src/**/*.{js,jsx,ts,tsx}\" [-oc] -c i18next-parser.config.js",
"ts-node": "ts-node -O '{\"module\":\"commonjs\"}'",
"lint": "eslint src cypress && stylelint \"src/**/*.css\" --allow-empty-input",
"open-cypress": "yarn cypress open --e2e --browser=chrome",
"test": "yarn cypress run --e2e --browser=chrome",
"http-server": "./http-server.sh dist",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@cypress/webpack-preprocessor": "^5.12.2",
"@openshift-console/dynamic-plugin-sdk": "0.0.21",
"@openshift-console/dynamic-plugin-sdk-internal": "0.0.12",
"@openshift-console/dynamic-plugin-sdk-webpack": "0.0.11",
"@patternfly/react-core": "4.276.8",
"@patternfly/react-icons": "^4.93.6",
"@patternfly/react-table": "4.113.0",
"@patternfly/react-tokens": "4.94.6",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.1.0",
"@storybook/react": "^7.1.0",
"@storybook/react-webpack5": "^7.1.0",
"@storybook/testing-library": "^0.2.0",
"@types/classnames": "2.2.7",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "4.14.182",
"@types/lodash-es": "^4.17.6",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"@types/react": "17.0.37",
"@types/react-helmet": "6.1.4",
"@types/react-router-dom": "5.3.2",
"@types/semver": "^7.3.12",
"@types/yup": "^0.29.14",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "6.4.1",
"css-loader": "^6.7.1",
"cypress": "^10.6.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.13",
"http-server": "^14.1.1",
"i18next-parser": "^3.3.0",
"prettier": "^2.7.1",
"prettier-stylelint": "^0.4.2",
"react": "17.0.2",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.7.3",
"react-router": "5.3.1",
"react-router-dom": "5.3.1",
"sass": "^1.65.1",
"showdown": "2.1.0",
"storybook": "^7.1.0",
"style-loader": "^3.3.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^26.0.0",
"ts-loader": "^9.3.1",
"ts-node": "5.0.1",
"typescript": "^4.7.4",
"webpack": "^5.94.0",
"webpack-dev-server": "^5.0.2",
"webpack-cli": "^5.1.4"
},
"consolePlugin": {
"name": "node-remediation-console-plugin",
"version": "0.0.0",
"displayName": "Node Remediation Console Plugin",
"description": "UI for Node Healthcheck Operator which enables configuration and viewing of the NodeHealthCheck CRD in the console",
"exposedModules": {
"nodeHealthCheckListPage": "./components/list/NodeHealthCheckListPage.tsx",
"nodeHealthCheckCreatePage": "./components/editor/NodeHealthCheckCreatePage.tsx",
"nodeHealthCheckEditPage": "./components/editor/NodeHealthCheckEditPage.tsx",
"nodeHealthCheckDetailsPage": "./components/details/NodeHealthCheckDetailsPage.tsx"
},
"dependencies": {
"@console/pluginAPI": ">=4.11.0-0"
}
},
"dependencies": {
"classnames": "2.2.6",
"formik": "2.2.9",
"fuzzysearch": "^1.0.3",
"i18next": "^21.8.14",
"js-yaml": "4.1.0",
"lodash-es": "4.17.21",
"react-linkify": "^1.0.0-alpha",
"react-tagsinput": "^3.19.0",
"semver": "^7.5.2",
"yup": "^0.32.11"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}