forked from RedHatInsights/tower-analytics-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.86 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.86 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
{
"name": "automation-analytics",
"version": "1.1.0",
"private": false,
"dependencies": {
"@ansible/react-json-chart-builder": "^2.0.1",
"@babel/runtime": "^7.25.6",
"@patternfly/patternfly": "^5.4.0",
"@patternfly/react-charts": "7.3.1",
"@patternfly/react-core": "^5.4.0",
"@patternfly/react-table": "^5.4.0",
"@patternfly/react-tokens": "^5.4.0",
"@react-hook/resize-observer": "^2.0.2",
"@redhat-cloud-services/frontend-components": "^4.2.15",
"@redhat-cloud-services/frontend-components-notifications": "^4.1.0",
"@redhat-cloud-services/frontend-components-utilities": "^4.0.17",
"@unleash/proxy-client-react": "^4.3.1",
"classnames": "^2.5.1",
"d3": "^7.9.0",
"moment": "^2.30.1",
"query-string": "^9.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-plotly.js": "^2.6.0",
"react-redux": "^7.2.9",
"react-router-dom": "^6.26.2",
"redux": "^4.2.1",
"redux-promise-middleware": "^6.2.0",
"streamsaver": "^2.0.6",
"styled-components": "^6.1.13",
"uuid": "^10.0.0",
"victory-core": "^36.9.2",
"victory-cursor-container": "^36.9.2",
"web-streams-polyfill": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "^2.0.4",
"@redhat-cloud-services/frontend-components-config": "^6.2.8",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.16",
"@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.6.0",
"css-loader": "^7.1.2",
"cypress": "^13.14.2",
"cypress-wait-until": "^3.0.2",
"eslint": "^8.57.1",
"eslint-plugin-cypress": "^3.5.0",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"prop-types": "^15.8.1",
"stylelint": "^16.9.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.6.0",
"ts-loader": "^9.5.1",
"ts-patch": "^3.2.1",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"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",
"verify": "npm-run-all build lint"
},
"insights": {
"appname": "automation-analytics"
}
}