forked from RedHatInsights/patchman-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.76 KB
/
Copy pathpackage.json
File metadata and controls
126 lines (126 loc) · 4.76 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
{
"name": "@redhat-cloud-services/frontend-components-inventory-patchman",
"version": "1.63.5",
"browser": "dist/index.js",
"private": false,
"dependencies": {
"@data-driven-forms/pf4-component-mapper": "^4.1.1",
"@data-driven-forms/react-form-renderer": "^4.1.1",
"@patternfly/react-component-groups": "^6.3.0",
"@patternfly/react-core": "^6.3.1",
"@patternfly/react-icons": "^6.3.1",
"@patternfly/react-table": "^6.3.1",
"@redhat-cloud-services/frontend-components": "^7.0.4",
"@redhat-cloud-services/frontend-components-notifications": "^6.1.13",
"@redhat-cloud-services/frontend-components-remediations": "^4.0.17",
"@redhat-cloud-services/frontend-components-translations": "^4.0.11",
"@redhat-cloud-services/frontend-components-utilities": "^7.0.4",
"@redhat-cloud-services/host-inventory-client": "^4.1.0",
"@redhat-cloud-services/javascript-clients-shared": "^2.0.0",
"@scalprum/react-core": "^0.7.1",
"@sentry/webpack-plugin": "^3.1.0",
"@unleash/proxy-client-react": "^3.5.0",
"axios": "^1.7.7",
"jest-environment-jsdom": "^29.7.0",
"p-all": "^5.0.0",
"query-string": "^6.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lines-ellipsis": "^0.15.3",
"react-redux": "^7.2.9",
"react-router-dom": "^6.26.1",
"redux": "^4.2.1",
"redux-promise-middleware": "^6.1.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.26.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@cypress/code-coverage": "^3.13.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@patternfly/patternfly": "^6.3.1",
"@redhat-cloud-services/frontend-components-config": "^6.7.1",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.16",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"css-loader": "^5.2.7",
"cypress": "^14.4.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.2.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-unused-imports": "^4.1.4",
"glob": "^7.2.3",
"globals": "^15.13.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^3.4.2",
"prop-types": "^15.8.1",
"react-intl": "^6.6.2",
"redux-mock-store": "^1.5.4",
"sass-loader": "^12.6.0",
"source-map-loader": "^2.0.2",
"stylelint": "^16.10.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.8.0",
"ts-patch": "^3.1.2",
"typescript": "^5.4.3"
},
"scripts": {
"commit": "./node_modules/cz-customizable/standalone.js",
"build": "fec build",
"analyze": "NODE_ENV=production webpack --config config/prod.webpack.config.js --env analyze=true --mode production",
"test": "TZ=UTC jest --verbose --no-cache",
"test:local": "TZ=UTC jest --verbose",
"test:update": "TZ=UTC jest --updateSnapshot --passWithNoTests --no-cache",
"lint": "npm-run-all lint:*",
"lint:js": "eslint src",
"lint:js:fix": "eslint src --fix",
"lint:sass": "stylelint 'src/**/*.scss' --config .stylelintrc.json",
"lint:sass:fix": "stylelint 'src/**/*.scss' --config .stylelintrc.json --fix",
"prettier": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,scss,md}'",
"prettier:check": "prettier --check 'src/**/*.{js,jsx,ts,tsx,json,css,scss,md}'",
"postinstall": "ts-patch install",
"server:ctr": "node src/server/generateServerKey.js",
"start": "fec dev-proxy",
"deploy": "npm-run-all build:prod lint test",
"verify": "npm-run-all build lint test",
"verify:local": "npm-run-all build lint test:local",
"nightly": "npm run deploy",
"test:coverage": "curl -sSL 'https://raw.githubusercontent.com/RedHatInsights/insights-interact-tools/refs/heads/main/scripts/coverage.sh' | bash",
"test:ct": "BABEL_ENV=componentTest cypress run --browser chrome --component",
"test:openct": "cypress open --component",
"ci:verify": "npm run test:coverage"
},
"files": [
"/dist"
],
"insights": {
"appname": "patch"
},
"nyc": {
"report-dir": "coverage-cypress",
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.test.js",
"src/**/*.cy.js"
]
}
}