@digital-ai/plugin-scaffolder-frontend-module-deploy-app-field
Version:
Custom Field Extensions (Frontend Plugin)- List Deploy Application
108 lines (107 loc) • 3.08 kB
JSON
{
"name": "@digital-ai/plugin-scaffolder-frontend-module-deploy-app-field",
"version": "0.0.1-alpha.2",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "frontend-plugin",
"pluginId": "scaffolder-frontend-module-deploy-app-field",
"pluginPackages": [
"@digital-ai/plugin-scaffolder-frontend-module-deploy-app-field"
]
},
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.16.4",
"@backstage/core-plugin-api": "^1.10.4",
"@backstage/plugin-scaffolder": "^1.28.0",
"@backstage/plugin-scaffolder-react": "^1.14.5",
"@backstage/theme": "^0.6.4",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/core": "^4.12.4",
"@rjsf/utils": "^5.24.7",
"@rjsf/validator-ajv8": "^5.24.7",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0",
"react-use": "^17.6.0",
"zod": "^3.22.4"
},
"resolutions": {
"@types/react": "^18.0.2",
"@types/react-dom": "^18.0.2"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.2",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.2",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.30.0",
"@backstage/core-app-api": "^1.15.5",
"@backstage/dev-utils": "^1.1.7",
"@backstage/test-utils": "^1.7.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"msw": "^1.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0",
"typescript": "^5.8.2",
"@types/react": "^18.0.2",
"@types/react-dom": "^18.0.2"
},
"files": [
"dist",
"package.json",
"README.md"
],
"description": "Custom Field Extensions (Frontend Plugin)- List Deploy Application",
"keywords": [
"backstage",
"custom-field-extension",
"frontend-plugin",
"deploy-application"
],
"author": "Digital.ai",
"homepage": "https://digital.ai",
"bugs": {
"url": "https://github.com/digital-ai/backstage-software-template/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digital-ai/backstage-software-template.git"
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(.*))"
]
},
"typesVersions": {
"*": {
"index": [
"dist/index.d.ts"
]
}
},
"module": "./dist/index.esm.js"
}