b521c1b83b
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"name": "techdocs-cli-embedded-app",
|
|
"version": "0.2.63",
|
|
"private": true,
|
|
"backstage": {
|
|
"role": "app"
|
|
},
|
|
"bundled": true,
|
|
"dependencies": {
|
|
"@backstage/app-defaults": "^0.1.7",
|
|
"@backstage/catalog-model": "^0.9.10",
|
|
"@backstage/cli": "^0.13.2",
|
|
"@backstage/config": "^0.1.13",
|
|
"@backstage/core-app-api": "^0.5.2",
|
|
"@backstage/core-components": "^0.8.8",
|
|
"@backstage/core-plugin-api": "^0.6.0",
|
|
"@backstage/integration-react": "^0.1.21",
|
|
"@backstage/plugin-catalog": "^0.7.12",
|
|
"@backstage/plugin-techdocs": "^0.13.3",
|
|
"@backstage/test-utils": "^0.2.4",
|
|
"@backstage/theme": "^0.2.14",
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"history": "^5.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router": "6.0.0-beta.0",
|
|
"react-router-dom": "6.0.0-beta.0",
|
|
"react-use": "^17.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "^0.13.2",
|
|
"@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/node": "^14.14.32",
|
|
"@types/react-dom": "*",
|
|
"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 --config ./app-config.yaml",
|
|
"build": "backstage-cli app:build --config ./app-config.yaml",
|
|
"clean": "backstage-cli clean",
|
|
"test": "backstage-cli test",
|
|
"lint": "backstage-cli 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"
|
|
},
|
|
"prettier": "@spotify/prettier-config",
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|