-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
117 lines (117 loc) · 4.21 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
{
"name": "forklift-console-plugin",
"version": "2.8.0",
"description": "UI for forklift as an openshift console dynamic plugin",
"license": "Apache-2.0",
"private": true,
"repository": "https://github.com/kubev2v/forklift-console-plugin.git",
"lint-staged": {
"*.{js,jsx,ts,tsx,json}": [
"eslint --fix",
"prettier --write"
]
},
"scripts": {
"clean": "rm -rf ./dist ./coverage",
"clean:all": "yarn run clean && rm -rf ./node_modules ./tmp",
"build": "NODE_ENV=production webpack",
"start": "NODE_ENV=development webpack serve --progress",
"i18n": "i18next \"./src/**/*.{js,jsx,ts,tsx}\" [-oc] -c ./i18next-parser.config.js",
"lint": "eslint . && stylelint \"src/**/*.css\" --allow-empty-input",
"lint:fix": "eslint . --fix && stylelint \"src/**/*.css\" --allow-empty-input --fix",
"lint:ia": "npx eslint-interactive .",
"test:i18n": "bash ./ci/test-i18n.sh",
"test": "TZ=UTC jest",
"test:coverage": "TZ=UTC jest --coverage",
"test:updateSnapshot": "TZ=UTC jest --updateSnapshot",
"test:e2e": "cd testing && cypress run --browser chrome --headed",
"console": "bash ./ci/start-console.sh",
"console:stop": "bash ./ci/stop-console.sh",
"cluster:up": "bash ./ci/deploy-all.sh",
"cluster:delete": "bash ./ci/clean-cluster.sh",
"e2e:cluster": "bash ./ci/deploy-cluster.sh",
"e2e:build": "bash ./ci/build-and-push-images.sh",
"e2e:deployCrds": "kubectl apply -f ./ci/yaml/crds/forklift",
"e2e:console": "bash ./ci/deploy-console.sh",
"e2e:pre-test": "yarn run e2e:cluster && yarn run e2e:build && yarn run e2e:deployCrds && yarn run e2e:console",
"knip": "knip",
"postinstall": "husky"
},
"dependencies": {
"@kubev2v/types": "0.0.20",
"@openshift-console/dynamic-plugin-sdk": "1.8.0",
"@patternfly/react-charts": "7.4.1",
"@patternfly/react-core": "^5.1.1",
"@patternfly/react-icons": "^5.1.1",
"@patternfly/react-table": "^5.1.1",
"@patternfly/react-tokens": "^5.1.1",
"immer": "^10.1.1",
"immutable": "^5.1.1",
"js-base64": "^3.7.7",
"jsonpath": "^1.1.1",
"jsrsasign": "11.1.0",
"luxon": "^3.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.54.2",
"react-i18next": "^11.14.3",
"react-linkify": "^1.0.0-alpha",
"react-router": "5.3.x",
"react-router-dom": "5.3.x",
"react-router-dom-v5-compat": "^6.22.0",
"use-immer": "^0.10.0"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.17.5",
"@eslint/js": "^9.23.0",
"@openshift-console/dynamic-plugin-sdk-webpack": "1.3.0",
"@openshift/dynamic-plugin-sdk-webpack": "^4.1.0",
"@testing-library/cypress": "^10.0.2",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/i18next": "^11.9.3",
"@types/jest": "^29.5.14",
"@types/jsonpath": "^0.2.4",
"@types/jsrsasign": "10.5.14",
"@types/luxon": "^3.4.2",
"@types/node": "^20.16.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react-router": "^5.1.20",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^7.1.2",
"cypress": "^13.14.2",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-interactive": "^11.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-perfectionist": "^4.10.1",
"eslint-plugin-prettier": "^5.2.5",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"globals": "^16.0.0",
"husky": "^9.1.7",
"i18next-parser": "^9.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"knip": "^5.44.5",
"lint-staged": "^15.4.3",
"mini-svg-data-uri": "^1.4.4",
"prettier": "^3.5.3",
"style-loader": "^4.0.0",
"stylelint": "^16.17.0",
"stylelint-config-standard": "^37.0.0",
"ts-jest": "^29.3.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0",
"webpack": "5.98.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}