fix package side effect declarations

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-06 20:39:07 +02:00
parent a09715173a
commit 406b786a2a
132 changed files with 262 additions and 0 deletions
+131
View File
@@ -0,0 +1,131 @@
---
'@backstage/app-defaults': patch
'@backstage/catalog-client': patch
'@backstage/catalog-model': patch
'@backstage/config': patch
'@backstage/core-app-api': patch
'@backstage/core-components': patch
'@backstage/core-plugin-api': patch
'@backstage/dev-utils': patch
'@backstage/errors': patch
'@backstage/frontend-app-api': patch
'@backstage/frontend-plugin-api': patch
'@backstage/integration': patch
'@backstage/integration-react': patch
'@backstage/plugin-adr': patch
'@backstage/plugin-adr-common': patch
'@backstage/plugin-airbrake': patch
'@backstage/plugin-allure': patch
'@backstage/plugin-analytics-module-ga': patch
'@backstage/plugin-analytics-module-ga4': patch
'@backstage/plugin-analytics-module-newrelic-browser': patch
'@backstage/plugin-apache-airflow': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-api-docs-module-protoc-gen-doc': patch
'@backstage/plugin-apollo-explorer': patch
'@backstage/plugin-azure-devops': patch
'@backstage/plugin-azure-devops-common': patch
'@backstage/plugin-azure-sites': patch
'@backstage/plugin-azure-sites-common': patch
'@backstage/plugin-badges': patch
'@backstage/plugin-bazaar': patch
'@backstage/plugin-bitbucket-cloud-common': patch
'@backstage/plugin-bitrise': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-catalog-common': patch
'@backstage/plugin-catalog-graph': patch
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-catalog-unprocessed-entities': patch
'@backstage/plugin-cicd-statistics': patch
'@backstage/plugin-cicd-statistics-module-gitlab': patch
'@backstage/plugin-circleci': patch
'@backstage/plugin-cloudbuild': patch
'@backstage/plugin-code-climate': patch
'@backstage/plugin-code-coverage': patch
'@backstage/plugin-codescene': patch
'@backstage/plugin-config-schema': patch
'@backstage/plugin-cost-insights': patch
'@backstage/plugin-cost-insights-common': patch
'@backstage/plugin-devtools': patch
'@backstage/plugin-devtools-common': patch
'@backstage/plugin-dynatrace': patch
'@backstage/plugin-entity-feedback': patch
'@backstage/plugin-entity-feedback-common': patch
'@backstage/plugin-entity-validation': patch
'@backstage/plugin-explore': patch
'@backstage/plugin-explore-common': patch
'@backstage/plugin-explore-react': patch
'@backstage/plugin-firehydrant': patch
'@backstage/plugin-fossa': patch
'@backstage/plugin-gcalendar': patch
'@backstage/plugin-gcp-projects': patch
'@backstage/plugin-git-release-manager': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-github-deployments': patch
'@backstage/plugin-github-issues': patch
'@backstage/plugin-github-pull-requests-board': patch
'@backstage/plugin-gitops-profiles': patch
'@backstage/plugin-gocd': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-graphql-voyager': patch
'@backstage/plugin-home': patch
'@backstage/plugin-home-react': patch
'@backstage/plugin-ilert': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-jenkins-common': patch
'@backstage/plugin-kafka': patch
'@backstage/plugin-kubernetes': patch
'@backstage/plugin-kubernetes-common': patch
'@backstage/plugin-lighthouse': patch
'@backstage/plugin-lighthouse-common': patch
'@backstage/plugin-linguist': patch
'@backstage/plugin-linguist-common': patch
'@backstage/plugin-microsoft-calendar': patch
'@backstage/plugin-newrelic': patch
'@backstage/plugin-newrelic-dashboard': patch
'@backstage/plugin-nomad': patch
'@backstage/plugin-octopus-deploy': patch
'@backstage/plugin-opencost': patch
'@backstage/plugin-org': patch
'@backstage/plugin-org-react': patch
'@backstage/plugin-pagerduty': patch
'@backstage/plugin-periskop': patch
'@backstage/plugin-permission-common': patch
'@backstage/plugin-permission-react': patch
'@backstage/plugin-playlist': patch
'@backstage/plugin-playlist-common': patch
'@backstage/plugin-puppetdb': patch
'@backstage/plugin-rollbar': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-scaffolder-common': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-search': patch
'@backstage/plugin-search-common': patch
'@backstage/plugin-search-react': patch
'@backstage/plugin-sentry': patch
'@backstage/plugin-shortcuts': patch
'@backstage/plugin-sonarqube': patch
'@backstage/plugin-sonarqube-react': patch
'@backstage/plugin-splunk-on-call': patch
'@backstage/plugin-stack-overflow': patch
'@backstage/plugin-stackstorm': patch
'@backstage/plugin-tech-insights': patch
'@backstage/plugin-tech-insights-common': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-techdocs-addons-test-utils': patch
'@backstage/plugin-techdocs-module-addons-contrib': patch
'@backstage/plugin-techdocs-react': patch
'@backstage/plugin-todo': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-vault': patch
'@backstage/plugin-xcmetrics': patch
'@backstage/release-manifests': patch
'@backstage/test-utils': patch
'@backstage/theme': patch
'@backstage/types': patch
'@backstage/version-bridge': patch
---
Mark package as being free of side effects, allowing more optimized Webpack builds.
+1
View File
@@ -22,6 +22,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
@@ -23,6 +23,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -23,6 +23,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -35,6 +35,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -23,6 +23,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -35,6 +35,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -22,6 +22,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -35,6 +35,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -22,6 +22,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -23,6 +23,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -13,6 +13,7 @@
"backstage": {
"role": "web-library"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
@@ -13,6 +13,7 @@
"backstage": {
"role": "web-library"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "packages/integration-react"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -23,6 +23,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -23,6 +23,7 @@
"backstage"
],
"license": "Apache-2.0",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -35,6 +35,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -22,6 +22,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -23,6 +23,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -22,6 +22,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -20,6 +20,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/adr-common"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/adr"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/airbrake"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/allure"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/analytics-module-ga"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/plugins/analytics-module-ga4"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
@@ -12,6 +12,7 @@
"backstage": {
"role": "frontend-plugin-module"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/apache-airflow"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
@@ -22,6 +22,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -22,6 +22,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/apollo-explorer"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -22,6 +22,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/azure-devops"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -23,6 +23,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -22,6 +22,7 @@
"backstage",
"azure"
],
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/badges"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/bazaar"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
@@ -20,6 +20,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/bitbucket-cloud-common"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/bitrise"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -35,6 +35,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -23,6 +23,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/catalog-graph"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -22,6 +22,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -35,6 +35,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/catalog-unprocessed-entities"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -22,6 +22,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
@@ -24,6 +24,7 @@
"cicd statistics",
"gitlab"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -22,6 +22,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"circleci"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"google cloud"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/code-climate"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/code-coverage"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/codescene"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/config-schema"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
@@ -23,6 +23,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -22,6 +22,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -20,6 +20,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/devtools-common"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/devtools"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/dynatrace"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
@@ -20,6 +20,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/entity-feedback-common"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/entity-feedback"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/entity-validation"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/plugins/example-todo-list-common"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -19,6 +19,7 @@
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -22,6 +22,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -22,6 +22,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -22,6 +22,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/firehydrant"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"fossa"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/gcalendar"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"google cloud"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/git-release-manager"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -24,6 +24,7 @@
"github",
"github actions"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/github-deployments"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/github-issues"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
@@ -24,6 +24,7 @@
"github",
"pull requests"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"gitops"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/gocd"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -22,6 +22,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/graphql-voyager"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"homepage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"homepage"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/ilert"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/jenkins-common"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"jenkins"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -20,6 +20,7 @@
"directory": "plugins/kafka"
},
"configSchema": "config.d.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -26,6 +26,7 @@
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"kubernetes"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -26,6 +26,7 @@
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"lighthouse"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -20,6 +20,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/linguist-common"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/linguist"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -37,6 +37,7 @@
"name": "abhaysoni"
}
],
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/newrelic-dashboard"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -23,6 +23,7 @@
"backstage",
"newrelic"
],
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/nomad"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -18,6 +18,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/octopus-deploy"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -12,6 +12,7 @@
"backstage": {
"role": "frontend-plugin"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -21,6 +21,7 @@
"keywords": [
"backstage"
],
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
+1
View File
@@ -19,6 +19,7 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/org"
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",

Some files were not shown because too many files have changed in this diff Show More