UNPKG

@redhat-developer/plugin-scaffolder-frontend-module-devfile-field

Version:

Devfile Custom Field Extensions (Frontend Plugin)

72 lines (71 loc) 2.06 kB
{ "name": "@redhat-developer/plugin-scaffolder-frontend-module-devfile-field", "version": "0.20.0", "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" }, "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.13.5", "@backstage/core-plugin-api": "^1.6.0", "@backstage/plugin-scaffolder": "^1.15.0", "@backstage/plugin-scaffolder-react": "^1.5.5", "@backstage/theme": "^0.4.2", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61", "react-use": "^17.2.4", "zod": "^3.22.4" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0" }, "devDependencies": { "@backstage/cli": "^0.22.13", "@backstage/core-app-api": "^1.10.0", "@backstage/dev-utils": "^1.0.21", "@backstage/test-utils": "^1.4.3", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "msw": "^1.0.0" }, "files": [ "dist", "package.json", "README.md" ], "description": "Devfile Custom Field Extensions (Frontend Plugin)", "keywords": [ "backstage", "custom-field-extension", "frontend-plugin", "devfile" ], "author": "Red Hat", "homepage": "https://odo.dev", "bugs": { "url": "https://github.com/redhat-developer/backstage-odo-devfile-plugin/issues" }, "repository": { "type": "git", "url": "git+https://github.com/redhat-developer/backstage-odo-devfile-plugin.git" }, "module": "./dist/index.esm.js" }