93 lines
3.1 KiB
JSON
93 lines
3.1 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"bundled": true,
|
|
"backstage": {
|
|
"role": "frontend"
|
|
},
|
|
"scripts": {
|
|
"start": "backstage-cli package start",
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"test": "backstage-cli package test",
|
|
"lint": "backstage-cli package lint",
|
|
"test:e2e": "cross-env PORT=3001 start-server-and-test start http://localhost:3001 cy:dev",
|
|
"test:e2e:ci": "cross-env PORT=3001 start-server-and-test start http://localhost:3001 cy:run",
|
|
"cy:dev": "cypress open",
|
|
"cy:run": "cypress run --browser chrome"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/app-defaults": "^1.4.1",
|
|
"@backstage/catalog-model": "^1.4.1",
|
|
"@backstage/cli": "^0.22.9",
|
|
"@backstage/core-app-api": "^1.9.0",
|
|
"@backstage/core-components": "^0.13.3",
|
|
"@backstage/core-plugin-api": "^1.5.3",
|
|
"@backstage/integration-react": "^1.1.15",
|
|
"@backstage/plugin-api-docs": "^0.9.6",
|
|
"@backstage/plugin-catalog": "^1.12.0",
|
|
"@backstage/plugin-catalog-common": "^1.0.15",
|
|
"@backstage/plugin-catalog-graph": "^0.2.32",
|
|
"@backstage/plugin-catalog-import": "^0.9.10",
|
|
"@backstage/plugin-catalog-react": "^1.8.0",
|
|
"@backstage/plugin-github-actions": "^0.6.1",
|
|
"@backstage/plugin-kubernetes": "^0.9.3",
|
|
"@backstage/plugin-org": "^0.6.10",
|
|
"@backstage/plugin-permission-react": "^0.4.14",
|
|
"@backstage/plugin-scaffolder": "^1.14.1",
|
|
"@backstage/plugin-scaffolder-react": "^1.5.1",
|
|
"@backstage/plugin-search": "^1.3.3",
|
|
"@backstage/plugin-search-react": "^1.6.3",
|
|
"@backstage/plugin-tech-radar": "^0.6.6",
|
|
"@backstage/plugin-techdocs": "^1.6.5",
|
|
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.15",
|
|
"@backstage/plugin-techdocs-react": "^1.1.8",
|
|
"@backstage/plugin-user-settings": "^0.7.5",
|
|
"@backstage/theme": "^0.4.1",
|
|
"@cnoe-io/plugin-apache-spark": "0.1.2",
|
|
"@cnoe-io/plugin-argo-workflows": "0.1.3",
|
|
"@cnoe-io/plugin-scaffolder-actions-frontend": "0.1.1",
|
|
"@internal/cnoe-ui-plugin": "^0.1.0",
|
|
"@internal/plugin-workflows": "^0.1.0",
|
|
"@material-ui/core": "^4.12.2",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@rjsf/core": "^5.8.1",
|
|
"@rjsf/utils": "^5.8.1",
|
|
"@roadiehq/backstage-plugin-argo-cd": "^2.3.4",
|
|
"@types/fs-extra": "^11.0.1",
|
|
"fs-extra": "^11.1.1",
|
|
"history": "^5.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-use": "^17.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/test-utils": "^1.4.1",
|
|
"@testing-library/jest-dom": "^5.10.1",
|
|
"@testing-library/react": "^12.1.3",
|
|
"@testing-library/user-event": "^14.0.0",
|
|
"@types/node": "^16.11.26",
|
|
"@types/react-dom": "*",
|
|
"cross-env": "^7.0.0",
|
|
"cypress": "^9.7.0",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"start-server-and-test": "^1.10.11"
|
|
},
|
|
"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"
|
|
]
|
|
}
|