f0c27227cf
Several packages had the same dependency listed in both `dependencies` and `devDependencies`. This removes the duplicate from whichever section is incorrect based on actual usage in the source code. Signed-off-by: Fredrik Adelöw <freben@spotify.com> Made-with: Cursor
68 lines
2.0 KiB
JSON
68 lines
2.0 KiB
JSON
{
|
|
"name": "techdocs-cli-embedded-app",
|
|
"version": "0.2.119",
|
|
"backstage": {
|
|
"role": "frontend"
|
|
},
|
|
"private": true,
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/techdocs-cli-embedded-app"
|
|
},
|
|
"scripts": {
|
|
"build": "backstage-cli package build --config ./app-config.yaml",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"start": "backstage-cli package start --config ./app-config.yaml",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"prettier": "@backstage/cli/config/prettier",
|
|
"dependencies": {
|
|
"@backstage/catalog-model": "workspace:^",
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/core-app-api": "workspace:^",
|
|
"@backstage/core-components": "workspace:^",
|
|
"@backstage/frontend-defaults": "workspace:^",
|
|
"@backstage/frontend-plugin-api": "workspace:^",
|
|
"@backstage/integration-react": "workspace:^",
|
|
"@backstage/plugin-app-react": "workspace:^",
|
|
"@backstage/plugin-catalog": "workspace:^",
|
|
"@backstage/plugin-techdocs": "workspace:^",
|
|
"@backstage/plugin-techdocs-react": "workspace:^",
|
|
"@backstage/test-utils": "workspace:^",
|
|
"@backstage/theme": "workspace:^",
|
|
"@backstage/ui": "workspace:^",
|
|
"@material-ui/core": "^4.12.2",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"react": "^18.0.2",
|
|
"react-dom": "^18.0.2",
|
|
"react-router-dom": "^6.30.2",
|
|
"react-use": "^17.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^10.0.0",
|
|
"@testing-library/jest-dom": "^6.0.0",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/user-event": "^14.0.0",
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"cross-env": "^10.0.0"
|
|
},
|
|
"bundled": true
|
|
}
|