104 lines
3.5 KiB
JSON
104 lines
3.5 KiB
JSON
{
|
|
"name": "example-app",
|
|
"version": "0.2.34",
|
|
"private": true,
|
|
"bundled": true,
|
|
"dependencies": {
|
|
"@backstage/catalog-model": "^0.8.4",
|
|
"@backstage/cli": "^0.7.2",
|
|
"@backstage/core-app-api": "^0.1.3",
|
|
"@backstage/core-components": "^0.1.3",
|
|
"@backstage/core-plugin-api": "^0.1.3",
|
|
"@backstage/integration-react": "^0.1.4",
|
|
"@backstage/plugin-api-docs": "^0.6.0",
|
|
"@backstage/plugin-badges": "^0.2.3",
|
|
"@backstage/plugin-catalog": "^0.6.4",
|
|
"@backstage/plugin-catalog-import": "^0.5.11",
|
|
"@backstage/plugin-catalog-react": "^0.2.4",
|
|
"@backstage/plugin-circleci": "^0.2.17",
|
|
"@backstage/plugin-cloudbuild": "^0.2.17",
|
|
"@backstage/plugin-code-coverage": "^0.1.5",
|
|
"@backstage/plugin-cost-insights": "^0.11.0",
|
|
"@backstage/plugin-explore": "^0.3.7",
|
|
"@backstage/plugin-gcp-projects": "^0.3.0",
|
|
"@backstage/plugin-github-actions": "^0.4.10",
|
|
"@backstage/plugin-graphiql": "^0.2.12",
|
|
"@backstage/plugin-jenkins": "^0.4.6",
|
|
"@backstage/plugin-kafka": "^0.2.9",
|
|
"@backstage/plugin-kubernetes": "^0.4.6",
|
|
"@backstage/plugin-lighthouse": "^0.2.18",
|
|
"@backstage/plugin-newrelic": "^0.3.0",
|
|
"@backstage/plugin-org": "^0.3.15",
|
|
"@backstage/plugin-pagerduty": "0.3.6",
|
|
"@backstage/plugin-rollbar": "^0.3.7",
|
|
"@backstage/plugin-scaffolder": "^0.9.9",
|
|
"@backstage/plugin-search": "^0.4.1",
|
|
"@backstage/plugin-sentry": "^0.3.13",
|
|
"@backstage/plugin-shortcuts": "^0.1.4",
|
|
"@backstage/plugin-tech-radar": "^0.4.1",
|
|
"@backstage/plugin-techdocs": "^0.9.7",
|
|
"@backstage/plugin-todo": "^0.1.3",
|
|
"@backstage/plugin-user-settings": "^0.2.12",
|
|
"@backstage/theme": "^0.2.8",
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@octokit/rest": "^18.5.3",
|
|
"@roadiehq/backstage-plugin-buildkite": "^1.0.3",
|
|
"@roadiehq/backstage-plugin-github-insights": "^1.1.11",
|
|
"@roadiehq/backstage-plugin-github-pull-requests": "^1.0.5",
|
|
"@roadiehq/backstage-plugin-travis-ci": "^1.0.0",
|
|
"history": "^5.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-hot-loader": "^4.12.21",
|
|
"react-router": "6.0.0-beta.0",
|
|
"react-router-dom": "6.0.0-beta.0",
|
|
"react-use": "^17.2.4",
|
|
"zen-observable": "^0.8.15"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/test-utils": "^0.1.14",
|
|
"@testing-library/cypress": "^7.0.1",
|
|
"@testing-library/jest-dom": "^5.10.1",
|
|
"@testing-library/react": "^11.2.5",
|
|
"@testing-library/user-event": "^13.1.8",
|
|
"@types/jest": "^26.0.7",
|
|
"@types/jquery": "^3.3.34",
|
|
"@types/node": "^14.14.32",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/zen-observable": "^0.8.0",
|
|
"cross-env": "^7.0.0",
|
|
"cypress": "^7.3.0",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"start-server-and-test": "^1.10.11"
|
|
},
|
|
"scripts": {
|
|
"start": "backstage-cli app:serve",
|
|
"build": "backstage-cli app:build",
|
|
"clean": "backstage-cli clean",
|
|
"test": "backstage-cli test",
|
|
"test:e2e": "start-server-and-test start http://localhost:3000 cy:dev",
|
|
"test:e2e:ci": "start-server-and-test start http://localhost:3000 cy:run",
|
|
"lint": "backstage-cli lint",
|
|
"cy:dev": "cypress open",
|
|
"cy:run": "cypress run"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|