|
| 1 | +{ |
| 2 | + "name": "app-legacy", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "bundled": true, |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/redhat-developer/rhdh-plugins", |
| 9 | + "directory": "workspaces/homepage/packages/app-legacy" |
| 10 | + }, |
| 11 | + "backstage": { |
| 12 | + "role": "frontend" |
| 13 | + }, |
| 14 | + "scripts": { |
| 15 | + "start": "backstage-cli package start", |
| 16 | + "build": "backstage-cli package build", |
| 17 | + "clean": "backstage-cli package clean", |
| 18 | + "test": "backstage-cli package test", |
| 19 | + "lint": "backstage-cli package lint" |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "@backstage/app-defaults": "^1.7.2", |
| 23 | + "@backstage/catalog-model": "^1.7.6", |
| 24 | + "@backstage/cli": "^0.34.5", |
| 25 | + "@backstage/core-app-api": "^1.19.2", |
| 26 | + "@backstage/core-components": "^0.18.3", |
| 27 | + "@backstage/core-plugin-api": "^1.12.0", |
| 28 | + "@backstage/integration-react": "^1.2.12", |
| 29 | + "@backstage/plugin-api-docs": "^0.13.1", |
| 30 | + "@backstage/plugin-catalog": "^1.32.0", |
| 31 | + "@backstage/plugin-catalog-common": "^1.1.7", |
| 32 | + "@backstage/plugin-catalog-graph": "^0.5.3", |
| 33 | + "@backstage/plugin-catalog-import": "^0.13.7", |
| 34 | + "@backstage/plugin-catalog-react": "^1.21.3", |
| 35 | + "@backstage/plugin-kubernetes": "^0.12.13", |
| 36 | + "@backstage/plugin-org": "^0.6.46", |
| 37 | + "@backstage/plugin-permission-react": "^0.4.38", |
| 38 | + "@backstage/plugin-scaffolder": "^1.34.3", |
| 39 | + "@backstage/plugin-search": "^1.5.0", |
| 40 | + "@backstage/plugin-search-react": "^1.10.0", |
| 41 | + "@backstage/plugin-techdocs": "^1.17.0", |
| 42 | + "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.33", |
| 43 | + "@backstage/plugin-techdocs-react": "^1.3.8", |
| 44 | + "@backstage/plugin-user-settings": "^0.8.29", |
| 45 | + "@backstage/theme": "^0.7.0", |
| 46 | + "@backstage/ui": "^0.9.1", |
| 47 | + "@material-ui/core": "^4.12.2", |
| 48 | + "@material-ui/icons": "^4.9.1", |
| 49 | + "@openshift/dynamic-plugin-sdk": "^5.0.1", |
| 50 | + "@red-hat-developer-hub/backstage-plugin-dynamic-home-page": "workspace:^", |
| 51 | + "@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0", |
| 52 | + "@scalprum/react-core": "0.11.1", |
| 53 | + "react": "^18.0.2", |
| 54 | + "react-dom": "^18.0.2", |
| 55 | + "react-router": "^6.3.0", |
| 56 | + "react-router-dom": "^6.3.0" |
| 57 | + }, |
| 58 | + "devDependencies": { |
| 59 | + "@axe-core/playwright": "^4.10.0", |
| 60 | + "@backstage/frontend-test-utils": "^0.5.0", |
| 61 | + "@playwright/test": "^1.32.3", |
| 62 | + "@testing-library/dom": "^9.0.0", |
| 63 | + "@testing-library/jest-dom": "^6.0.0", |
| 64 | + "@testing-library/react": "^14.0.0", |
| 65 | + "@testing-library/user-event": "^14.0.0", |
| 66 | + "@types/react-dom": "*", |
| 67 | + "cross-env": "^7.0.0" |
| 68 | + }, |
| 69 | + "browserslist": { |
| 70 | + "production": [ |
| 71 | + ">0.2%", |
| 72 | + "not dead", |
| 73 | + "not op_mini all" |
| 74 | + ], |
| 75 | + "development": [ |
| 76 | + "last 1 chrome version", |
| 77 | + "last 1 firefox version", |
| 78 | + "last 1 safari version" |
| 79 | + ] |
| 80 | + }, |
| 81 | + "files": [ |
| 82 | + "dist" |
| 83 | + ] |
| 84 | +} |
0 commit comments