-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
85 lines (85 loc) · 2.98 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
{
"name": "automation-analytics",
"version": "1.8.0",
"private": false,
"dependencies": {
"@ansible/react-json-chart-builder": "^2.0.1",
"@babel/runtime": "^7.26.0",
"@patternfly/patternfly": "^5.4.2",
"@patternfly/react-charts": "7.3.1",
"@patternfly/react-core": "^5.4.11",
"@patternfly/react-table": "^5.4.12",
"@patternfly/react-tokens": "^5.4.1",
"@react-hook/resize-observer": "^2.0.2",
"@redhat-cloud-services/frontend-components": "^5.0.2",
"@redhat-cloud-services/frontend-components-notifications": "^4.1.2",
"@redhat-cloud-services/frontend-components-utilities": "^5.0.3",
"@unleash/proxy-client-react": "^4.4.0",
"classnames": "^2.5.1",
"d3": "^7.9.0",
"moment": "^2.30.1",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-plotly.js": "^2.6.0",
"react-redux": "^7.2.9",
"react-router-dom": "^6.28.0",
"redux": "^4.2.1",
"redux-promise-middleware": "^6.2.0",
"streamsaver": "^2.0.6",
"styled-components": "^6.1.13",
"uuid": "^11.0.3",
"victory-core": "^36.9.2",
"victory-cursor-container": "^36.9.2",
"web-streams-polyfill": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.4",
"@redhat-cloud-services/frontend-components-config": "^6.3.5",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.21",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/streamsaver": "^2.0.5",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"css-loader": "^7.1.2",
"cypress": "^13.16.1",
"cypress-wait-until": "^3.0.2",
"eslint": "^8.57.1",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-prettier": "^5.2.1",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"prop-types": "^15.8.1",
"stylelint": "^16.11.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.10.0",
"ts-loader": "^9.5.1",
"ts-patch": "^3.3.0",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "fec build",
"cy:headless": "DEBUG=cypress cypress run --browser=chrome",
"cy:open": "DEBUG=cypress cypress open",
"deploy": "npm-run-all build lint",
"lint": "eslint src/ cypress/ *.config.js && stylelint 'src/**/*.scss' --config .stylelintrc.json",
"lint:fix": "eslint src/ cypress/ *.config.js --fix",
"postinstall": "ts-patch install",
"prettier": "prettier -w src/ cypress/ *.config.js",
"start": "fec dev --clouddotEnv=stage",
"start:prod": "fec dev --clouddotEnv=prod",
"verify": "npm-run-all build lint"
},
"insights": {
"appname": "automation-analytics"
}
}