add base setup as well as catalog for gitea
This commit is contained in:
@@ -16,15 +16,15 @@
|
||||
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
|
||||
},
|
||||
"dependencies": {
|
||||
"app": "link:../app",
|
||||
"@backstage/backend-common": "^0.14.0",
|
||||
"@backstage/backend-tasks": "^0.3.2",
|
||||
"@backstage/catalog-model": "^1.0.3",
|
||||
"@backstage/catalog-client": "^1.0.3",
|
||||
"@backstage/catalog-model": "^1.0.3",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-app-backend": "^0.3.33",
|
||||
"@backstage/plugin-auth-backend": "^0.14.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0",
|
||||
"@backstage/plugin-catalog-backend-module-github": "^0.2.2",
|
||||
"@backstage/plugin-permission-common": "^0.6.2",
|
||||
"@backstage/plugin-permission-node": "^0.6.2",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.27",
|
||||
@@ -33,6 +33,7 @@
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.3.4",
|
||||
"@backstage/plugin-search-backend-node": "^0.6.2",
|
||||
"@backstage/plugin-techdocs-backend": "^1.1.2",
|
||||
"app": "link:../app",
|
||||
"dockerode": "^3.3.1",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
@@ -42,8 +43,8 @@
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
"@types/luxon": "^2.0.4",
|
||||
"better-sqlite3": "^7.5.0"
|
||||
},
|
||||
|
Reference in New Issue
Block a user