836127cb40
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"name": "@backstage/plugin-techdocs-addons-test-utils",
|
|
"version": "1.0.38-next.1",
|
|
"backstage": {
|
|
"role": "web-library",
|
|
"pluginId": "techdocs-addons",
|
|
"pluginPackages": [
|
|
"@backstage/plugin-techdocs-addons-test-utils"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"keywords": [
|
|
"backstage",
|
|
"techdocs"
|
|
],
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/techdocs-addons-test-utils"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"start": "backstage-cli package start",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/core-app-api": "workspace:^",
|
|
"@backstage/core-plugin-api": "workspace:^",
|
|
"@backstage/integration-react": "workspace:^",
|
|
"@backstage/plugin-catalog": "workspace:^",
|
|
"@backstage/plugin-catalog-react": "workspace:^",
|
|
"@backstage/plugin-search-react": "workspace:^",
|
|
"@backstage/plugin-techdocs": "workspace:^",
|
|
"@backstage/plugin-techdocs-react": "workspace:^",
|
|
"@backstage/test-utils": "workspace:^",
|
|
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
"testing-library__dom": "^7.29.4-beta.1"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@testing-library/dom": "^10.0.0",
|
|
"@testing-library/jest-dom": "^6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@testing-library/react": "^16.0.0",
|
|
"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"
|
|
}
|
|
}
|