-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
98 lines (98 loc) · 3.27 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
91
92
93
94
95
96
97
98
{
"name": "landing-page-frontend",
"version": "0.0.1",
"description": "",
"main": "src/entry.js",
"engines": {
"node": ">=15.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"analyze": "ANALYZE=true fec build",
"build": "fec build",
"cypress": "cypress",
"cypress:open": "cypress open",
"cypress:run:e2e": "cypress run --browser electron",
"cypress:run:cp": "cypress run --component",
"fixjs": "eslint src cypress --fix",
"lint": "eslint src cypress",
"nightly": "npm-run-all build lint && npm run test -- -u",
"postinstall": "ts-patch install && rm -rf .cache",
"start": "fec dev",
"static": "fec static",
"test": "jest --passWithNoTests",
"test:e2e": "node scripts/e2e.js",
"test:ct": "cypress run --component --browser electron",
"verify": "npm-run-all build lint test test:ct"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedHatInsights/landing-page-frontend.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RedHatInsights/landing-page-frontend/issues"
},
"homepage": "https://github.com/RedHatInsights/landing-page-frontend#readme",
"dependencies": {
"@patternfly/patternfly": "^5.1.0",
"@patternfly/react-core": "5.1.1",
"@patternfly/react-icons": "^5.1.1",
"@patternfly/react-table": "^5.3.1",
"@redhat-cloud-services/chrome": "^1.0.4",
"@redhat-cloud-services/frontend-components": "^4.0.14",
"@redhat-cloud-services/frontend-components-notifications": "^4.1.0",
"@redhat-cloud-services/frontend-components-utilities": "^4.0.2",
"@redhat-cloud-services/types": "^1.0.13",
"@scalprum/core": "^0.5.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"@unleash/proxy-client-react": "^3.6.0",
"classnames": "^2.3.2",
"cypress-real-events": "^1.12.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.5.2",
"react-router-dom": "^6.18.0",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.2"
},
"devDependencies": {
"@cypress/code-coverage": "^3.12.9",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "^2.0.3",
"@redhat-cloud-services/frontend-components-config": "^6.2.8",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.4",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@testing-library/react": "^14.1.0",
"@types/jest": "^29.5.8",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"copy-webpack-plugin": "^11.0.0",
"cypress": "^13.9.0",
"cypress-localstorage-commands": "^2.2.5",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest_workaround": "^0.79.19",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"joi": "^17.11.0",
"js-cookie": "^3.0.5",
"npm-run-all": "^4.1.5",
"swc-plugin-coverage-instrument": "0.0.20",
"ts-jest": "^29.1.1",
"ts-patch": "^3.0.2",
"tsconfig-paths": "3.10.1",
"typescript": "^5.2.2",
"wait-on": "^7.2.0",
"webpack-bundle-analyzer": "^4.10.1"
},
"insights": {
"appname": "landing"
}
}