sort package.json files that have no PRs active toward them

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-02-23 12:32:02 +01:00
parent 04ad90e9df
commit c66a99c272
176 changed files with 3443 additions and 3403 deletions
+16 -16
View File
@@ -1,7 +1,10 @@
{
"name": "@backstage/plugin-app-visualizer",
"description": "Visualizes the Backstage app structure",
"version": "0.1.1",
"description": "Visualizes the Backstage app structure",
"backstage": {
"role": "frontend-plugin"
},
"publishConfig": {
"access": "public"
},
@@ -10,21 +13,21 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/app-visualizer"
},
"backstage": {
"role": "frontend-plugin"
},
"license": "Apache-2.0",
"sideEffects": false,
"main": "src/index.ts",
"types": "src/index.ts",
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",
"clean": "backstage-cli package clean",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"clean": "backstage-cli package clean"
"start": "backstage-cli package start",
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/core-components": "workspace:^",
@@ -33,16 +36,13 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0"
},
"files": [
"dist"
]
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
}
}