197 lines
5.9 KiB
JSON
197 lines
5.9 KiB
JSON
{
|
|
"name": "@backstage/cli",
|
|
"description": "CLI for developing Backstage plugins and apps",
|
|
"version": "0.3.2",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/cli"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "dist/index.cjs.js",
|
|
"scripts": {
|
|
"build": "backstage-cli build --outputs cjs",
|
|
"lint": "backstage-cli lint",
|
|
"test": "backstage-cli test",
|
|
"clean": "backstage-cli clean",
|
|
"start": "nodemon --"
|
|
},
|
|
"bin": {
|
|
"backstage-cli": "bin/backstage-cli"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/cli-common": "^0.1.1",
|
|
"@backstage/config": "^0.1.1",
|
|
"@backstage/config-loader": "^0.3.0",
|
|
"@hot-loader/react-dom": "^16.13.0",
|
|
"@lerna/package-graph": "^3.18.5",
|
|
"@lerna/project": "^3.18.0",
|
|
"@rollup/plugin-commonjs": "^16.0.0",
|
|
"@rollup/plugin-json": "^4.0.2",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@rollup/plugin-yaml": "^2.1.1",
|
|
"@spotify/eslint-config-base": "^9.0.0",
|
|
"@spotify/eslint-config-react": "^9.0.0",
|
|
"@spotify/eslint-config-typescript": "^9.0.0",
|
|
"@sucrase/webpack-loader": "^2.0.0",
|
|
"@svgr/plugin-jsx": "5.4.x",
|
|
"@svgr/plugin-svgo": "5.4.x",
|
|
"@svgr/rollup": "5.4.x",
|
|
"@svgr/webpack": "5.4.x",
|
|
"@types/start-server-webpack-plugin": "^2.2.0",
|
|
"@types/webpack-env": "^1.15.2",
|
|
"@types/webpack-node-externals": "^2.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^v3.10.1",
|
|
"@typescript-eslint/parser": "^v3.10.1",
|
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
"bfj": "^7.0.2",
|
|
"chalk": "^4.0.0",
|
|
"chokidar": "^3.3.1",
|
|
"commander": "^6.1.0",
|
|
"css-loader": "^3.5.3",
|
|
"dashify": "^2.0.0",
|
|
"diff": "^4.0.2",
|
|
"esbuild": "^0.8.16",
|
|
"eslint": "^7.1.0",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"eslint-formatter-friendly": "^7.0.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-jest": "^24.1.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
"eslint-plugin-monorepo": "^0.2.1",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"eslint-plugin-react-hooks": "^4.0.0",
|
|
"fork-ts-checker-webpack-plugin": "^4.0.5",
|
|
"fs-extra": "^9.0.0",
|
|
"handlebars": "^4.7.3",
|
|
"html-webpack-plugin": "^4.3.0",
|
|
"inquirer": "^7.0.4",
|
|
"jest": "^26.0.1",
|
|
"jest-css-modules": "^2.1.0",
|
|
"jest-esm-transformer": "^1.0.0",
|
|
"lodash": "^4.17.19",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"ora": "^4.0.3",
|
|
"raw-loader": "^4.0.1",
|
|
"react": "^16.0.0",
|
|
"react-dev-utils": "^10.2.1",
|
|
"react-hot-loader": "^4.12.21",
|
|
"recursive-readdir": "^2.2.2",
|
|
"replace-in-file": "^6.0.0",
|
|
"rollup": "2.33.x",
|
|
"rollup-plugin-dts": "1.4.13",
|
|
"rollup-plugin-esbuild": "2.6.x",
|
|
"rollup-plugin-peer-deps-external": "^2.2.2",
|
|
"rollup-plugin-postcss": "^3.1.1",
|
|
"rollup-plugin-typescript2": "^0.27.3",
|
|
"rollup-pluginutils": "^2.8.2",
|
|
"semver": "^7.3.2",
|
|
"start-server-webpack-plugin": "^2.2.5",
|
|
"style-loader": "^1.2.1",
|
|
"sucrase": "^3.16.0",
|
|
"tar": "^6.0.1",
|
|
"terser-webpack-plugin": "^1.4.3",
|
|
"ts-jest": "^26.4.3",
|
|
"ts-loader": "^7.0.4",
|
|
"typescript": "^4.0.3",
|
|
"url-loader": "^4.1.0",
|
|
"webpack": "^4.41.6",
|
|
"webpack-dev-server": "^3.11.0",
|
|
"webpack-node-externals": "^2.5.0",
|
|
"yaml": "^1.10.0",
|
|
"yml-loader": "^2.1.0",
|
|
"yn": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/backend-common": "^0.3.2",
|
|
"@backstage/config": "^0.1.1",
|
|
"@backstage/core": "^0.3.2",
|
|
"@backstage/dev-utils": "^0.1.4",
|
|
"@backstage/test-utils": "^0.1.3",
|
|
"@backstage/theme": "^0.2.1",
|
|
"@types/diff": "^4.0.2",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/html-webpack-plugin": "^3.2.2",
|
|
"@types/http-proxy": "^1.17.4",
|
|
"@types/inquirer": "^7.3.1",
|
|
"@types/mini-css-extract-plugin": "^0.9.1",
|
|
"@types/mock-fs": "^4.13.0",
|
|
"@types/node": "^13.7.2",
|
|
"@types/ora": "^3.2.0",
|
|
"@types/react-dev-utils": "^9.0.4",
|
|
"@types/recursive-readdir": "^2.2.0",
|
|
"@types/rollup-plugin-peer-deps-external": "^2.2.0",
|
|
"@types/rollup-plugin-postcss": "^2.0.0",
|
|
"@types/tar": "^4.0.3",
|
|
"@types/webpack": "^4.41.7",
|
|
"@types/webpack-dev-server": "^3.11.0",
|
|
"@types/yarnpkg__lockfile": "^1.1.4",
|
|
"del": "^5.1.0",
|
|
"mock-fs": "^4.13.0",
|
|
"nodemon": "^2.0.2",
|
|
"ts-node": "^8.6.2"
|
|
},
|
|
"files": [
|
|
"asset-types",
|
|
"templates",
|
|
"config",
|
|
"bin",
|
|
"dist/**/*.js"
|
|
],
|
|
"nodemonConfig": {
|
|
"watch": "./src",
|
|
"exec": "bin/backstage-cli",
|
|
"ext": "ts"
|
|
},
|
|
"configSchema": {
|
|
"$schema": "https://backstage.io/schema/config-v1",
|
|
"title": "@backstage/cli",
|
|
"type": "object",
|
|
"properties": {
|
|
"app": {
|
|
"type": "object",
|
|
"properties": {
|
|
"baseUrl": {
|
|
"type": "string",
|
|
"visibility": "frontend"
|
|
},
|
|
"title": {
|
|
"type": "string",
|
|
"visibility": "frontend"
|
|
},
|
|
"googleAnalyticsTrackingId": {
|
|
"type": "string",
|
|
"visibility": "frontend",
|
|
"description": "Tracking ID for Google Analytics",
|
|
"example": "UA-000000-0"
|
|
},
|
|
"listen": {
|
|
"type": "object",
|
|
"description": "Listening configuration for local development",
|
|
"properties": {
|
|
"host": {
|
|
"type": "number",
|
|
"visibility": "frontend",
|
|
"description": "The host that the frontend should be bound to. Only used for local development."
|
|
},
|
|
"post": {
|
|
"type": "number",
|
|
"visibility": "frontend",
|
|
"description": "The port that the frontend should be bound to. Only used for local development."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|