generated from RedHatInsights/frontend-starter-app
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
65 lines (65 loc) · 2.17 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
{
"name": "learning-resources-app",
"version": "1.1.0",
"private": false,
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"build": "fec build",
"deploy": "npm-run-all build lint test",
"lint": "npm-run-all lint:*",
"lint:js": "eslint src",
"lint:js:fix": "eslint src --fix",
"patch:hosts": "fec patch-etc-hosts",
"start": "HOT=true fec dev",
"static": "fec static",
"test": "TZ=UTC jest --verbose --no-cache --passWithNoTests",
"verify": "npm-run-all build lint test",
"postinstall": "ts-patch install"
},
"dependencies": {
"@data-driven-forms/pf4-component-mapper": "^3.23.3",
"@data-driven-forms/react-form-renderer": "^3.23.3",
"@patternfly/quickstarts": "^5.4.0-prerelease.1",
"@patternfly/react-code-editor": "^5.3.4",
"@patternfly/react-core": "^5.4.0",
"@patternfly/react-table": "^5.1.1",
"@patternfly/react-tokens": "^5.4.0",
"@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",
"@redhat-cloud-services/types": "^1.0.9",
"@unleash/proxy-client-react": "^4.1.2",
"axios": "^1.6.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.22.3",
"yaml": "^2.4.5"
},
"devDependencies": {
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "^2.0.3",
"@redhat-cloud-services/frontend-components-config": "^6.3.0",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.15",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.1.2",
"@types/react": "18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "8.56.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest_workaround": "^0.79.19",
"jest-environment-jsdom": "^29.7.0",
"npm-run-all": "4.1.5",
"ts-jest": "^29.1.1",
"ts-patch": "^3.1.2",
"typescript": "^5.3.3",
"webpack-bundle-analyzer": "4.10.1"
},
"insights": {
"appname": "learning-resources"
}
}