85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"name": "@backstage/create-app",
|
|
"description": "Create app package for Backstage",
|
|
"version": "0.3.6",
|
|
"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": {
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/inquirer": "^7.3.1",
|
|
"@types/react-dev-utils": "^9.0.4",
|
|
"@types/recursive-readdir": "^2.2.0",
|
|
"ts-node": "^8.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@backstage/backend-common": "^0.5.0",
|
|
"@backstage/catalog-model": "^0.7.0",
|
|
"@backstage/cli": "^0.4.7",
|
|
"@backstage/config": "^0.1.2",
|
|
"@backstage/core": "^0.5.0",
|
|
"@backstage/plugin-api-docs": "^0.4.3",
|
|
"@backstage/plugin-app-backend": "^0.3.4",
|
|
"@backstage/plugin-auth-backend": "^0.2.11",
|
|
"@backstage/plugin-catalog": "^0.2.13",
|
|
"@backstage/plugin-catalog-backend": "^0.5.4",
|
|
"@backstage/plugin-catalog-import": "^0.3.5",
|
|
"@backstage/plugin-circleci": "^0.2.6",
|
|
"@backstage/plugin-explore": "^0.2.3",
|
|
"@backstage/plugin-github-actions": "^0.3.0",
|
|
"@backstage/plugin-lighthouse": "^0.2.8",
|
|
"@backstage/plugin-proxy-backend": "^0.2.4",
|
|
"@backstage/plugin-rollbar-backend": "^0.1.7",
|
|
"@backstage/plugin-scaffolder": "^0.4.0",
|
|
"@backstage/plugin-search": "^0.2.6",
|
|
"@backstage/plugin-scaffolder-backend": "^0.5.1",
|
|
"@backstage/plugin-tech-radar": "^0.3.3",
|
|
"@backstage/plugin-techdocs": "^0.5.4",
|
|
"@backstage/plugin-techdocs-backend": "^0.5.4",
|
|
"@backstage/plugin-user-settings": "^0.2.4",
|
|
"@backstage/test-utils": "^0.1.6",
|
|
"@backstage/theme": "^0.2.2"
|
|
},
|
|
"nodemonConfig": {
|
|
"watch": "./src",
|
|
"exec": "bin/backstage-create-app",
|
|
"ext": "ts"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"templates"
|
|
]
|
|
}
|