Initial Backstage setup
This commit is contained in:
76
packages/app/package.json
Normal file
76
packages/app/package.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"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.7.2",
|
||||
"@backstage/catalog-model": "^1.7.6",
|
||||
"@backstage/cli": "^0.34.5",
|
||||
"@backstage/core-app-api": "^1.19.2",
|
||||
"@backstage/core-components": "^0.18.3",
|
||||
"@backstage/core-plugin-api": "^1.12.0",
|
||||
"@backstage/integration-react": "^1.2.12",
|
||||
"@backstage/plugin-api-docs": "^0.13.1",
|
||||
"@backstage/plugin-catalog": "^1.32.0",
|
||||
"@backstage/plugin-catalog-common": "^1.1.7",
|
||||
"@backstage/plugin-catalog-graph": "^0.5.3",
|
||||
"@backstage/plugin-catalog-import": "^0.13.7",
|
||||
"@backstage/plugin-catalog-react": "^1.21.3",
|
||||
"@backstage/plugin-kubernetes": "^0.12.13",
|
||||
"@backstage/plugin-notifications": "^0.5.11",
|
||||
"@backstage/plugin-org": "^0.6.46",
|
||||
"@backstage/plugin-permission-react": "^0.4.38",
|
||||
"@backstage/plugin-scaffolder": "^1.34.3",
|
||||
"@backstage/plugin-search": "^1.5.0",
|
||||
"@backstage/plugin-search-react": "^1.10.0",
|
||||
"@backstage/plugin-signals": "^0.0.25",
|
||||
"@backstage/plugin-techdocs": "^1.16.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.30",
|
||||
"@backstage/plugin-techdocs-react": "^1.3.5",
|
||||
"@backstage/plugin-user-settings": "^0.8.29",
|
||||
"@backstage/theme": "^0.7.0",
|
||||
"@backstage/ui": "^0.9.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"react": "^18.0.2",
|
||||
"react-dom": "^18.0.2",
|
||||
"react-router": "^6.3.0",
|
||||
"react-router-dom": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.7.13",
|
||||
"@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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user