105 lines
3.6 KiB
JSON
105 lines
3.6 KiB
JSON
{
|
|
"name": "example-app-legacy",
|
|
"version": "0.2.118-next.2",
|
|
"backstage": {
|
|
"role": "frontend"
|
|
},
|
|
"private": true,
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/app-legacy"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"start": "cross-env EXPERIMENTAL_LAZY_COMPILATION=1 backstage-cli package start",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@backstage/app-defaults": "workspace:^",
|
|
"@backstage/catalog-model": "workspace:^",
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/core-app-api": "workspace:^",
|
|
"@backstage/core-components": "workspace:^",
|
|
"@backstage/core-plugin-api": "workspace:^",
|
|
"@backstage/frontend-app-api": "workspace:^",
|
|
"@backstage/integration-react": "workspace:^",
|
|
"@backstage/plugin-api-docs": "workspace:^",
|
|
"@backstage/plugin-auth-react": "workspace:^",
|
|
"@backstage/plugin-catalog": "workspace:^",
|
|
"@backstage/plugin-catalog-common": "workspace:^",
|
|
"@backstage/plugin-catalog-graph": "workspace:^",
|
|
"@backstage/plugin-catalog-import": "workspace:^",
|
|
"@backstage/plugin-catalog-react": "workspace:^",
|
|
"@backstage/plugin-catalog-unprocessed-entities": "workspace:^",
|
|
"@backstage/plugin-devtools": "workspace:^",
|
|
"@backstage/plugin-home": "workspace:^",
|
|
"@backstage/plugin-home-react": "workspace:^",
|
|
"@backstage/plugin-kubernetes": "workspace:^",
|
|
"@backstage/plugin-kubernetes-cluster": "workspace:^",
|
|
"@backstage/plugin-mui-to-bui": "workspace:^",
|
|
"@backstage/plugin-notifications": "workspace:^",
|
|
"@backstage/plugin-org": "workspace:^",
|
|
"@backstage/plugin-permission-react": "workspace:^",
|
|
"@backstage/plugin-scaffolder": "workspace:^",
|
|
"@backstage/plugin-scaffolder-react": "workspace:^",
|
|
"@backstage/plugin-search": "workspace:^",
|
|
"@backstage/plugin-search-common": "workspace:^",
|
|
"@backstage/plugin-search-react": "workspace:^",
|
|
"@backstage/plugin-signals": "workspace:^",
|
|
"@backstage/plugin-techdocs": "workspace:^",
|
|
"@backstage/plugin-techdocs-module-addons-contrib": "workspace:^",
|
|
"@backstage/plugin-techdocs-react": "workspace:^",
|
|
"@backstage/plugin-user-settings": "workspace:^",
|
|
"@backstage/theme": "workspace:^",
|
|
"@backstage/ui": "workspace:^",
|
|
"@material-ui/core": "^4.12.2",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
"@octokit/rest": "^19.0.3",
|
|
"history": "^5.0.0",
|
|
"react": "^18.0.2",
|
|
"react-dom": "^18.0.2",
|
|
"react-router": "^6.30.2",
|
|
"react-router-dom": "^6.30.2",
|
|
"react-use": "^17.2.4",
|
|
"zen-observable": "^0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/test-utils": "workspace:^",
|
|
"@playwright/test": "^1.32.3",
|
|
"@testing-library/dom": "^10.0.0",
|
|
"@testing-library/jest-dom": "^6.0.0",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/user-event": "^14.0.0",
|
|
"@types/jquery": "^3.3.34",
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"@types/zen-observable": "^0.8.0",
|
|
"axios": "^1.13.0",
|
|
"cross-env": "^10.0.0",
|
|
"msw": "^1.0.0"
|
|
},
|
|
"bundled": true
|
|
}
|