UNPKG

@rm3l/plugin-scaffolder-frontend-module-devfile-field

Version:

Devfile Field Extensions (Frontend Plugin)

71 lines (70 loc) 1.98 kB
{ "name": "@rm3l/plugin-scaffolder-frontend-module-devfile-field", "version": "0.16.7", "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 Field Extensions (Frontend Plugin)", "keywords": [ "backstage", "plugin", "devfile" ], "author": "rm3l", "homepage": "https://devfile.io", "bugs": { "url": "https://github.com/rm3l/backstage-odo-devfile-plugin/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rm3l/backstage-odo-devfile-plugin.git" }, "module": "./dist/index.esm.js" }