83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"bundled": true,
|
|
"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/app-defaults": "^1.5.7",
|
|
"@backstage/catalog-model": "^1.5.0",
|
|
"@backstage/cli": "^0.26.10",
|
|
"@backstage/core-app-api": "^1.13.0",
|
|
"@backstage/core-components": "^0.14.8",
|
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
"@backstage/integration-react": "^1.1.28",
|
|
"@backstage/plugin-api-docs": "^0.11.6",
|
|
"@backstage/plugin-catalog": "^1.21.0",
|
|
"@backstage/plugin-catalog-common": "^1.0.24",
|
|
"@backstage/plugin-catalog-graph": "^0.4.6",
|
|
"@backstage/plugin-catalog-import": "^0.12.0",
|
|
"@backstage/plugin-catalog-react": "^1.12.1",
|
|
"@backstage/plugin-home": "^0.7.6",
|
|
"@backstage/plugin-kubernetes": "^0.11.11",
|
|
"@backstage/plugin-org": "^0.6.26",
|
|
"@backstage/plugin-permission-react": "^0.4.23",
|
|
"@backstage/plugin-scaffolder": "^1.22.0",
|
|
"@backstage/plugin-search": "^1.4.13",
|
|
"@backstage/plugin-search-react": "^1.7.12",
|
|
"@backstage/plugin-techdocs": "^1.10.6",
|
|
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.11",
|
|
"@backstage/plugin-techdocs-react": "^1.2.5",
|
|
"@backstage/plugin-user-settings": "^0.8.8",
|
|
"@backstage/theme": "^0.5.6",
|
|
"@internal/plugin-apache-spark": "^0.1.0",
|
|
"@internal/plugin-argo-workflows": "^0.1.0",
|
|
"@internal/plugin-cnoe-ui": "^0.1.0",
|
|
"@internal/plugin-terraform": "^0.1.0",
|
|
"@material-ui/core": "^4.12.2",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@roadiehq/backstage-plugin-argo-cd": "^2.5.1",
|
|
"history": "^5.0.0",
|
|
"react": "^18.0.2",
|
|
"react-dom": "^18.0.2",
|
|
"react-router": "^6.3.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-use": "^17.2.4",
|
|
"@backstage-community/plugin-github-actions": "^0.6.16",
|
|
"@backstage-community/plugin-tech-radar": "^0.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/test-utils": "^1.5.7",
|
|
"@playwright/test": "^1.32.3",
|
|
"@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"
|
|
]
|
|
}
|