85 lines
2.7 KiB
JSON
85 lines
2.7 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"bundled": true,
|
|
"backstage": {
|
|
"role": "frontend"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/app-defaults": "^1.0.3",
|
|
"@backstage/catalog-model": "^1.0.3",
|
|
"@backstage/cli": "^0.27.0",
|
|
"@backstage/core-app-api": "^1.0.3",
|
|
"@backstage/core-components": "^0.14.0",
|
|
"@backstage/core-plugin-api": "^1.0.3",
|
|
"@backstage/integration-react": "^1.1.1",
|
|
"@backstage/plugin-api-docs": "^0.11.0",
|
|
"@backstage/plugin-catalog": "^1.3.0",
|
|
"@backstage/plugin-catalog-common": "^1.0.3",
|
|
"@backstage/plugin-catalog-graph": "^0.4.0",
|
|
"@backstage/plugin-catalog-import": "^0.12.0",
|
|
"@backstage/plugin-catalog-react": "^1.1.1",
|
|
"@backstage/plugin-github-actions": "^0.6.0",
|
|
"@backstage/plugin-org": "^0.6.0",
|
|
"@backstage/plugin-permission-react": "^0.4.2",
|
|
"@backstage/plugin-scaffolder": "^1.3.0",
|
|
"@backstage/plugin-search": "^1.0.0",
|
|
"@backstage/plugin-search-react": "^1.0.0",
|
|
"@backstage/plugin-tech-radar": "^0.7.0",
|
|
"@backstage/plugin-techdocs": "^1.2.0",
|
|
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.1",
|
|
"@backstage/plugin-techdocs-react": "^1.0.1",
|
|
"@backstage/plugin-user-settings": "^0.8.0",
|
|
"@backstage/theme": "^0.5.0",
|
|
"@internal/plugin-catalog-backend-module-gitea": "^0.1.0",
|
|
"@mui/material": "^6.0.0",
|
|
"@mui/icons-material": "^6.0.0",
|
|
"history": "^5.0.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router": "6.26.2",
|
|
"react-router-dom": "6.26.2",
|
|
"react-use": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/test-utils": "^1.1.1",
|
|
"@testing-library/jest-dom": "^6.0.0",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/user-event": "^14.0.0",
|
|
"@types/jest": "^29.0.0",
|
|
"@types/node": "^20.0.0",
|
|
"@types/react-dom": "*",
|
|
"cross-env": "^7.0.0",
|
|
"cypress": "^13.0.0",
|
|
"eslint-plugin-cypress": "^3.0.0",
|
|
"start-server-and-test": "^2.0.0"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
]
|
|
}
|