77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"name": "@backstage/plugin-adr",
|
|
"version": "0.6.12-next.2",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./alpha": "./src/alpha.tsx",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"alpha": [
|
|
"src/alpha.tsx"
|
|
],
|
|
"package.json": [
|
|
"package.json"
|
|
]
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"backstage": {
|
|
"role": "frontend-plugin"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/adr"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/catalog-model": "workspace:^",
|
|
"@backstage/core-components": "workspace:^",
|
|
"@backstage/core-plugin-api": "workspace:^",
|
|
"@backstage/frontend-plugin-api": "workspace:^",
|
|
"@backstage/integration-react": "workspace:^",
|
|
"@backstage/plugin-adr-common": "workspace:^",
|
|
"@backstage/plugin-catalog-react": "workspace:^",
|
|
"@backstage/plugin-search-common": "workspace:^",
|
|
"@backstage/plugin-search-react": "workspace:^",
|
|
"@material-ui/core": "^4.12.2",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@types/react": "^16.13.1 || ^17.0.0",
|
|
"lodash": "^4.17.21",
|
|
"react-markdown": "^8.0.0",
|
|
"react-use": "^17.2.4",
|
|
"remark-gfm": "^3.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@testing-library/dom": "^9.0.0",
|
|
"@testing-library/jest-dom": "^6.0.0",
|
|
"@testing-library/react": "^14.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|