-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.94 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 2.94 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
83
84
85
86
87
88
89
90
91
92
93
{
"name": "app-next",
"version": "0.0.23",
"private": true,
"bundled": true,
"backstage": {
"role": "frontend"
},
"repository": {
"type": "git",
"url": "https://github.com/redhat-developer/rhdh",
"directory": "packages/app-next"
},
"license": "Apache-2.0",
"files": [
"dist"
],
"scripts": {
"build": "EXPERIMENTAL_MODULE_FEDERATION=true backstage-cli package build",
"clean": "backstage-cli package clean",
"lint": "backstage-cli package lint",
"start": "backstage-cli package start --config ../../app-config.yaml",
"test": "backstage-cli package test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@backstage/app-defaults": "1.6.2",
"@backstage/catalog-model": "1.7.4",
"@backstage/cli": "0.32.1",
"@backstage/config": "1.3.2",
"@backstage/core-app-api": "1.17.0",
"@backstage/core-compat-api": "0.4.2",
"@backstage/core-components": "0.17.2",
"@backstage/core-plugin-api": "1.10.7",
"@backstage/frontend-app-api": "0.11.2",
"@backstage/frontend-defaults": "0.2.2",
"@backstage/frontend-dynamic-feature-loader": "0.1.0",
"@backstage/frontend-plugin-api": "0.10.2",
"@backstage/integration-react": "1.2.7",
"@backstage/plugin-app": "0.1.9",
"@backstage/plugin-app-visualizer": "0.1.19",
"@backstage/plugin-auth-react": "0.1.15",
"@backstage/plugin-catalog": "1.30.0",
"@backstage/plugin-catalog-common": "1.1.4",
"@backstage/plugin-catalog-graph": "0.4.19",
"@backstage/plugin-catalog-import": "0.13.0",
"@backstage/plugin-catalog-react": "1.18.0",
"@backstage/plugin-catalog-unprocessed-entities": "0.2.17",
"@backstage/plugin-home": "0.8.8",
"@backstage/plugin-permission-react": "0.4.34",
"@backstage/plugin-scaffolder": "1.31.0",
"@backstage/plugin-scaffolder-react": "1.16.0",
"@backstage/plugin-search": "1.4.26",
"@backstage/plugin-search-common": "1.2.18",
"@backstage/plugin-search-react": "1.9.0",
"@backstage/plugin-user-settings": "0.8.22",
"@backstage/theme": "0.6.6",
"@material-ui/core": "4.12.4",
"@mui/icons-material": "5.0.0",
"@material-ui/lab": "4.0.0-alpha.61",
"@octokit/rest": "19.0.13",
"history": "5.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "6.3.0",
"react-router-dom": "6.30.1",
"react-use": "17.6.0",
"zen-observable": "0.10.0"
},
"devDependencies": {
"@backstage/test-utils": "1.7.8",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.6.1",
"@types/jquery": "3.3.34",
"@types/react": "18.3.23",
"@types/react-dom": "18.3.7",
"@types/zen-observable": "0.8.0",
"cross-env": "7.0.3"
}
}