generated from RedHatInsights/frontend-starter-app
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
90 lines (90 loc) · 3.02 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
{
"name": "@redhat-cloud-services/access-requests-frontend",
"insights": {
"appname": "access-requests"
},
"version": "1.2.11",
"scripts": {
"build": "fec build",
"test": "jest --passWithNoTests",
"lint": "npm-run-all lint:*",
"lint:js": "eslint config src",
"lint:js:fix": "eslint config src --fix",
"dev": "HOT=true fec dev",
"travis:build": "npm run build",
"travis:verify": "npm-run-all travis:build lint test",
"deploy": "npm-run-all build lint test",
"nightly": "npm run travis:verify",
"postinstall": "ts-patch install",
"verify": "npm-run-all build lint test"
},
"dependencies": {
"@babel/runtime": "7.23.8",
"@data-driven-forms/pf4-component-mapper": "^3.22.2",
"@patternfly/react-component-groups": "^5.0.0",
"@patternfly/react-core": "^5.1.2",
"@patternfly/react-table": "^5.1.2",
"@redhat-cloud-services/frontend-components": "^4.2.3",
"@redhat-cloud-services/frontend-components-notifications": "^4.1.0",
"@unleash/proxy-client-react": "^4.1.2",
"axios": "^1.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.9",
"react-router-dom": "^6.21.3",
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "^2.0.3",
"@redhat-cloud-services/frontend-components-config": "^6.3.3",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.6",
"@testing-library/react": "^14.1.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"assert": "^2.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-imports": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.9.1",
"deepmerge": "^4.3.1",
"eslint-plugin-react": "^7.33.2",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"glob": "^10.3.10",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-plugin": "^5.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"jws": "^4.0.0",
"mini-css-extract-plugin": "^2.7.7",
"npm-run-all": "4.1.5",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"source-map-loader": "^5.0.0",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.5.1",
"ts-patch": "^3.1.2",
"typescript": "^5.3.3",
"url": "^0.11.3",
"util": "^0.12.5",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"write-file-webpack-plugin": "^4.5.1"
}
}