-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.59 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.59 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
{
"name": "app",
"version": "0.0.0",
"private": true,
"bundled": true,
"repository": {
"type": "git",
"url": "https://github.com/redhat-developer/rhdh-plugins",
"directory": "workspaces/theme/packages/app"
},
"backstage": {
"role": "frontend"
},
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"test": "backstage-cli package test",
"lint": "backstage-cli package lint"
},
"dependencies": {
"@backstage/cli": "^0.36.3",
"@backstage/core-components": "^0.18.11",
"@backstage/core-plugin-api": "^1.12.7",
"@backstage/frontend-defaults": "^0.5.3",
"@backstage/frontend-plugin-api": "^0.17.2",
"@backstage/integration-react": "^1.2.19",
"@backstage/plugin-api-docs": "^0.14.2",
"@backstage/plugin-app-react": "^0.2.4",
"@backstage/plugin-app-visualizer": "^0.2.5",
"@backstage/plugin-catalog": "^2.0.6",
"@backstage/plugin-catalog-graph": "^0.6.5",
"@backstage/plugin-catalog-import": "^0.13.14",
"@backstage/plugin-kubernetes": "^0.12.20",
"@backstage/plugin-notifications": "^0.5.18",
"@backstage/plugin-org": "^0.7.5",
"@backstage/plugin-scaffolder": "^1.38.0",
"@backstage/plugin-search": "^1.7.5",
"@backstage/plugin-signals": "^0.0.32",
"@backstage/plugin-techdocs": "^1.17.7",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.37",
"@backstage/plugin-user-settings": "^0.9.4",
"@backstage/ui": "^0.16.0",
"@mui/icons-material": "5.18.0",
"@mui/material": "5.18.0",
"@red-hat-developer-hub/backstage-plugin-bcc-test": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-bui-test": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-mui4-test": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-mui5-test": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-theme": "workspace:^",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router": "^6.30.2",
"react-router-dom": "^6.30.2"
},
"devDependencies": {
"@backstage/frontend-test-utils": "^0.6.1",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/react-dom": "*",
"cross-env": "^7.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"files": [
"dist"
]
}