@digital-ai/plugin-dai-release
Version:
Frontend functionalities for the dai-release backstage plugin
134 lines (133 loc) • 3.96 kB
JSON
{
"name": "@digital-ai/plugin-dai-release",
"description": "Frontend functionalities for the dai-release 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-release",
"pluginPackages": [
"@digital-ai/plugin-dai-release"
]
},
"repository": {
"type": "git",
"url": "git://github.com/digital-ai/backstage-release.git",
"directory": "."
},
"bugs": {
"url": "https://github.com/digital-ai/backstage-release/issues"
},
"keywords": [
"Digital.ai Release",
"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 .",
"fix": "backstage-cli repo fix --publish"
},
"dependencies": {
"@backstage/core-components": "^0.16.3",
"@backstage/core-plugin-api": "^1.10.3",
"@backstage/errors": "^1.2.7",
"@backstage/plugin-permission-react": "^0.4.30",
"@backstage/theme": "^0.6.3",
"@digital-ai/dot-components": "4.3.4",
"@digital-ai/plugin-dai-release-common": "0.1.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^6.4.2",
"@mui/material": "^6.4.2",
"@mui/styled-engine-sc": "^6.4.2",
"@mui/x-date-pickers": "^7.25.0",
"@mui/x-tree-view": "^6.17.0",
"@types/lodash": "^4.17.15",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react-use": "^17.6.0",
"styled-components": "^6.1.14"
},
"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/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"msw": "^1.3.3",
"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.2.0"
},
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18"
},
"files": [
"dist"
],
"lint-staged": {
"**/*": [
"eslint --fix",
"prettier --write --ignore-unknown"
]
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(.*))"
],
"moduleNameMapper": {
"@digital-ai/dot-icons": "<rootDir>/testing-utils/style-mock.ts",
"@digital-ai/dot-illustrations": "<rootDir>/testing-utils/style-mock.ts"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"typesVersions": {
"*": {
"index": [
"dist/index.d.ts"
]
}
},
"module": "./dist/index.esm.js"
}