UNPKG

@digital-ai/plugin-dai-deploy

Version:

Frontend functionalities for the dai-deploy backstage plugin

120 lines (119 loc) 3.27 kB
{ "name": "@digital-ai/plugin-dai-deploy", "description": "Frontend functionalities for the dai-deploy backstage plugin", "version": "0.1.4", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "MIT", "publishConfig": { "access": "public", "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, "backstage": { "role": "frontend-plugin", "pluginId": "dai-deploy", "pluginPackages": [ "@digital-ai/plugin-dai-deploy" ] }, "repository": { "type": "git", "url": "git://github.com/digital-ai/backstage-deploy.git", "directory": "." }, "bugs": { "url": "https://github.com/digital-ai/backstage-deploy/issues" }, "keywords": [ "Digital.ai Deploy", "Backstage", "Plugin", "Typescript", "Devops", "CI/CD" ], "author": "Digital.ai", "homepage": "https://digital.ai/", "sideEffects": false, "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", "prepare": "husky", "prettier:check": "prettier --check .", "prettier:fix": "prettier --write ." }, "dependencies": { "@backstage/catalog-model": "^1.7.3", "@backstage/core-components": "^0.16.3", "@backstage/core-plugin-api": "^1.10.3", "@backstage/errors": "^1.2.7", "@backstage/plugin-catalog-react": "^1.15.1", "@backstage/plugin-permission-react": "^0.4.30", "@backstage/theme": "^0.6.3", "@digital-ai/plugin-dai-deploy-common": "0.1.4", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "4.0.0-alpha.61", "@mui/material": "^6.4.3", "@types/lodash": "^4.17.15", "lodash": "^4.17.21", "moment": "2.30.1", "react-use": "^17.6.0" }, "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.29.6", "@backstage/core-app-api": "^1.15.4", "@backstage/dev-utils": "^1.1.6", "@backstage/test-utils": "^1.7.4", "@spotify/prettier-config": "^15.0.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", "@testing-library/dom": "^10.4.0", "husky": "^9.1.7", "lint-staged": "^15.2.10", "msw": "^1.3.4", "prettier": "3.4.2", "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", "typescript": "~5.7.3" }, "resolutions": { "@types/react": "^18", "@types/react-dom": "^18" }, "files": [ "dist" ], "lint-staged": { "**/*": [ "eslint --fix", "prettier --write --ignore-unknown" ] }, "jest": { "transformIgnorePatterns": [ "node_modules/(?!(.*))" ] }, "typesVersions": { "*": { "index": [ "dist/index.d.ts" ] } }, "module": "./dist/index.esm.js" }