77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"name": "@backstage/create-app",
|
|
"description": "Create app package for Backstage",
|
|
"version": "0.2.1",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/create-app"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "dist/index.cjs.js",
|
|
"bin": {
|
|
"backstage-create-app": "bin/backstage-create-app"
|
|
},
|
|
"scripts": {
|
|
"build": "backstage-cli build --outputs cjs",
|
|
"lint": "backstage-cli lint",
|
|
"clean": "backstage-cli clean",
|
|
"start": "nodemon --"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/cli-common": "^0.1.1",
|
|
"chalk": "^4.0.0",
|
|
"commander": "^6.1.0",
|
|
"fs-extra": "^9.0.0",
|
|
"handlebars": "^4.7.3",
|
|
"inquirer": "^7.0.4",
|
|
"ora": "^4.0.3",
|
|
"recursive-readdir": "^2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/backend-common": "^0.2.1",
|
|
"@backstage/catalog-model": "^0.2.0",
|
|
"@backstage/cli": "^0.2.0",
|
|
"@backstage/config": "^0.1.1",
|
|
"@backstage/core": "^0.3.0",
|
|
"@backstage/plugin-api-docs": "^0.2.1",
|
|
"@backstage/plugin-auth-backend": "^0.2.1",
|
|
"@backstage/plugin-catalog": "^0.2.1",
|
|
"@backstage/plugin-catalog-backend": "^0.2.0",
|
|
"@backstage/plugin-circleci": "^0.2.1",
|
|
"@backstage/plugin-explore": "^0.2.1",
|
|
"@backstage/plugin-github-actions": "^0.2.1",
|
|
"@backstage/plugin-lighthouse": "^0.2.1",
|
|
"@backstage/plugin-proxy-backend": "^0.2.0",
|
|
"@backstage/plugin-register-component": "^0.2.1",
|
|
"@backstage/plugin-rollbar-backend": "^0.1.2",
|
|
"@backstage/plugin-scaffolder": "^0.3.0",
|
|
"@backstage/plugin-scaffolder-backend": "^0.3.0",
|
|
"@backstage/plugin-tech-radar": "^0.3.0",
|
|
"@backstage/plugin-techdocs": "^0.2.1",
|
|
"@backstage/plugin-techdocs-backend": "^0.2.0",
|
|
"@backstage/plugin-user-settings": "^0.2.1",
|
|
"@backstage/test-utils": "^0.1.2",
|
|
"@backstage/theme": "^0.2.1",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/inquirer": "^7.3.1",
|
|
"@types/ora": "^3.2.0",
|
|
"@types/react-dev-utils": "^9.0.4",
|
|
"@types/recursive-readdir": "^2.2.0",
|
|
"ts-node": "^8.6.2"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"templates"
|
|
]
|
|
}
|