|
| 1 | +{ |
| 2 | + "name": "app", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "bundled": true, |
| 6 | + "backstage": { |
| 7 | + "role": "frontend" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "start": "backstage-cli package start", |
| 11 | + "build": "backstage-cli package build", |
| 12 | + "clean": "backstage-cli package clean", |
| 13 | + "test": "backstage-cli package test", |
| 14 | + "lint": "backstage-cli package lint" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "@backstage/cli": "^0.35.4", |
| 18 | + "@backstage/core-compat-api": "^0.5.8", |
| 19 | + "@backstage/core-components": "^0.18.7", |
| 20 | + "@backstage/core-plugin-api": "^1.12.3", |
| 21 | + "@backstage/frontend-defaults": "^0.4.0", |
| 22 | + "@backstage/frontend-plugin-api": "^0.14.0", |
| 23 | + "@backstage/integration-react": "^1.2.15", |
| 24 | + "@backstage/plugin-api-docs": "^0.13.4", |
| 25 | + "@backstage/plugin-app-react": "^0.2.0", |
| 26 | + "@backstage/plugin-app-visualizer": "^0.2.0", |
| 27 | + "@backstage/plugin-catalog": "^1.33.0", |
| 28 | + "@backstage/plugin-catalog-graph": "^0.5.7", |
| 29 | + "@backstage/plugin-catalog-import": "^0.13.10", |
| 30 | + "@backstage/plugin-home": "^0.9.2", |
| 31 | + "@backstage/plugin-kubernetes": "^0.12.16", |
| 32 | + "@backstage/plugin-notifications": "^0.5.14", |
| 33 | + "@backstage/plugin-org": "^0.6.49", |
| 34 | + "@backstage/plugin-scaffolder": "^1.35.3", |
| 35 | + "@backstage/plugin-search": "^1.6.0", |
| 36 | + "@backstage/plugin-signals": "^0.0.28", |
| 37 | + "@backstage/plugin-techdocs": "^1.17.0", |
| 38 | + "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.33", |
| 39 | + "@backstage/plugin-user-settings": "^0.9.0", |
| 40 | + "@backstage/ui": "^0.12.0", |
| 41 | + "@material-ui/core": "^4.12.2", |
| 42 | + "@material-ui/icons": "^4.9.1", |
| 43 | + "@red-hat-developer-hub/backstage-plugin-dynamic-home-page": "workspace:^", |
| 44 | + "react": "^18.0.2", |
| 45 | + "react-dom": "^18.0.2", |
| 46 | + "react-router": "^6.30.2", |
| 47 | + "react-router-dom": "^6.30.2" |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@backstage/frontend-test-utils": "^0.5.0", |
| 51 | + "@playwright/test": "^1.32.3", |
| 52 | + "@testing-library/dom": "^9.0.0", |
| 53 | + "@testing-library/jest-dom": "^6.0.0", |
| 54 | + "@testing-library/react": "^14.0.0", |
| 55 | + "@testing-library/user-event": "^14.0.0", |
| 56 | + "@types/react-dom": "*", |
| 57 | + "cross-env": "^7.0.0" |
| 58 | + }, |
| 59 | + "browserslist": { |
| 60 | + "production": [ |
| 61 | + ">0.2%", |
| 62 | + "not dead", |
| 63 | + "not op_mini all" |
| 64 | + ], |
| 65 | + "development": [ |
| 66 | + "last 1 chrome version", |
| 67 | + "last 1 firefox version", |
| 68 | + "last 1 safari version" |
| 69 | + ] |
| 70 | + }, |
| 71 | + "files": [ |
| 72 | + "dist" |
| 73 | + ] |
| 74 | +} |
0 commit comments