06f410cc93
* 'master' of github.com:spotify/backstage: (34 commits) TechDocs Backend: Replace hardcoded github api by configuration value (#3004) fix: accordion details design for job stage failure (#3014) fix: responsive of page example in storybook (#3005) fix: update the ItemCard component and it's story (#3007) rename stories folder to Chip (#3009) feat: Display the plugins InfoCards on EntityPage Overwiev suitable full height (#2826) fix(cost-insights): More exports to help custom alerting chore(scaffolder): bump rjsf remove unused CSS (#2999) feat: update github pull requests package version fix(github-actions): fix crash when viewing ongoing workflows fix(cli): removePlugin forgotten await catalog-backend: relations db review comments and more tests Feat/add aws lambda plugin (#2985) chore(deps): bump object-path from 0.11.4 to 0.11.5 (#2983) add changeset fix CodeSnippet test case warnings fix CopyTextButton test case warnings fix the warning by wrapping in act fix(catalog): fix link to techdocs ...
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "@backstage/plugin-scaffolder",
|
|
"version": "0.1.1-alpha.25",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "backstage-cli plugin:build",
|
|
"start": "backstage-cli plugin:serve",
|
|
"lint": "backstage-cli lint",
|
|
"test": "backstage-cli test",
|
|
"diff": "backstage-cli plugin:diff",
|
|
"prepack": "backstage-cli prepack",
|
|
"postpack": "backstage-cli postpack",
|
|
"clean": "backstage-cli clean"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/catalog-model": "^0.1.1-alpha.25",
|
|
"@backstage/core": "^0.1.1-alpha.25",
|
|
"@backstage/plugin-catalog": "^0.1.1-alpha.25",
|
|
"@backstage/theme": "^0.1.1-alpha.25",
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "4.0.0-alpha.45",
|
|
"@rjsf/core": "^2.4.0",
|
|
"@rjsf/material-ui": "^2.4.0",
|
|
"classnames": "^2.2.6",
|
|
"moment": "^2.26.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-lazylog": "^4.5.2",
|
|
"react-router": "6.0.0-beta.0",
|
|
"react-router-dom": "6.0.0-beta.0",
|
|
"react-use": "^15.3.3",
|
|
"swr": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "^0.1.1-alpha.25",
|
|
"@backstage/dev-utils": "^0.1.1-alpha.25",
|
|
"@backstage/test-utils": "^0.1.1-alpha.25",
|
|
"@testing-library/jest-dom": "^5.10.1",
|
|
"@testing-library/react": "^10.4.1",
|
|
"@testing-library/user-event": "^12.0.7",
|
|
"@types/jest": "^26.0.7",
|
|
"@types/node": "^12.0.0",
|
|
"msw": "^0.21.2",
|
|
"cross-fetch": "^3.0.6"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|