|
| 1 | +{ |
| 2 | + "name": "app-next", |
| 3 | + "version": "0.0.23", |
| 4 | + "private": true, |
| 5 | + "bundled": true, |
| 6 | + "backstage": { |
| 7 | + "role": "frontend" |
| 8 | + }, |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "https://github.com/redhat-developer/rhdh", |
| 12 | + "directory": "packages/app-next" |
| 13 | + }, |
| 14 | + "license": "Apache-2.0", |
| 15 | + "files": [ |
| 16 | + "dist" |
| 17 | + ], |
| 18 | + "scripts": { |
| 19 | + "build": "backstage-cli package build", |
| 20 | + "clean": "backstage-cli package clean", |
| 21 | + "lint": "backstage-cli package lint", |
| 22 | + "start": "backstage-cli package start --config ../../app-config.yaml", |
| 23 | + "test": "backstage-cli package test" |
| 24 | + }, |
| 25 | + "browserslist": { |
| 26 | + "production": [ |
| 27 | + ">0.2%", |
| 28 | + "not dead", |
| 29 | + "not op_mini all" |
| 30 | + ], |
| 31 | + "development": [ |
| 32 | + "last 1 chrome version", |
| 33 | + "last 1 firefox version", |
| 34 | + "last 1 safari version" |
| 35 | + ] |
| 36 | + }, |
| 37 | + "dependencies": { |
| 38 | + "@backstage/app-defaults": "1.6.2", |
| 39 | + "@backstage/catalog-model": "1.7.4", |
| 40 | + "@backstage/cli": "0.32.1", |
| 41 | + "@backstage/config": "1.3.2", |
| 42 | + "@backstage/core-app-api": "1.17.0", |
| 43 | + "@backstage/core-compat-api": "0.4.2", |
| 44 | + "@backstage/core-components": "0.17.2", |
| 45 | + "@backstage/core-plugin-api": "1.10.7", |
| 46 | + "@backstage/frontend-app-api": "0.11.2", |
| 47 | + "@backstage/frontend-defaults": "0.2.2", |
| 48 | + "@backstage/frontend-dynamic-feature-loader": "0.1.0", |
| 49 | + "@backstage/frontend-plugin-api": "0.10.2", |
| 50 | + "@backstage/integration-react": "1.2.7", |
| 51 | + "@backstage/plugin-app": "0.1.9", |
| 52 | + "@backstage/plugin-app-visualizer": "0.1.19", |
| 53 | + "@backstage/plugin-auth-react": "0.1.15", |
| 54 | + "@backstage/plugin-catalog": "1.30.0", |
| 55 | + "@backstage/plugin-catalog-common": "1.1.4", |
| 56 | + "@backstage/plugin-catalog-graph": "0.4.19", |
| 57 | + "@backstage/plugin-catalog-import": "0.13.0", |
| 58 | + "@backstage/plugin-catalog-react": "1.18.0", |
| 59 | + "@backstage/plugin-catalog-unprocessed-entities": "0.2.17", |
| 60 | + "@backstage/plugin-home": "0.8.8", |
| 61 | + "@backstage/plugin-permission-react": "0.4.34", |
| 62 | + "@backstage/plugin-scaffolder": "1.31.0", |
| 63 | + "@backstage/plugin-scaffolder-react": "1.16.0", |
| 64 | + "@backstage/plugin-search": "1.4.26", |
| 65 | + "@backstage/plugin-search-common": "1.2.18", |
| 66 | + "@backstage/plugin-search-react": "1.9.0", |
| 67 | + "@backstage/plugin-user-settings": "0.8.22", |
| 68 | + "@backstage/theme": "0.6.6", |
| 69 | + "@material-ui/core": "4.12.2", |
| 70 | + "@material-ui/icons": "4.9.1", |
| 71 | + "@material-ui/lab": "4.0.0-alpha.61", |
| 72 | + "@octokit/rest": "19.0.3", |
| 73 | + "history": "5.0.0", |
| 74 | + "react": "18.3.1", |
| 75 | + "react-dom": "18.3.1", |
| 76 | + "react-router": "6.3.0", |
| 77 | + "react-router-dom": "6.30.1", |
| 78 | + "react-use": "17.6.0", |
| 79 | + "zen-observable": "0.10.0" |
| 80 | + }, |
| 81 | + "devDependencies": { |
| 82 | + "@backstage/test-utils": "1.7.8", |
| 83 | + "@testing-library/dom": "9.3.4", |
| 84 | + "@testing-library/jest-dom": "6.6.3", |
| 85 | + "@testing-library/react": "14.3.1", |
| 86 | + "@testing-library/user-event": "14.6.1", |
| 87 | + "@types/jquery": "3.3.34", |
| 88 | + "@types/react": "18.3.23", |
| 89 | + "@types/react-dom": "18.3.7", |
| 90 | + "@types/zen-observable": "0.8.0", |
| 91 | + "cross-env": "7.0.0" |
| 92 | + } |
| 93 | +} |
0 commit comments