{ "name": "@backstage/app", "version": "0.1.1-alpha.0", "private": true, "dependencies": { "@backstage/cli": "^0.1.1-alpha.0", "@backstage/core": "^0.1.1-alpha.0", "@backstage/plugin-home-page": "^0.1.1-alpha.0", "@backstage/plugin-welcome": "^0.1.1-alpha.0", "@material-ui/core": "^4.9.1", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.45", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", "@types/react-router-dom": "^5.1.3", "@types/zen-observable": "^0.8.0", "cross-env": "^7.0.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-router-dom": "^5.1.2", "react-use": "^13.24.0", "zen-observable": "^0.8.15" }, "scripts": { "start": "backstage-cli app:serve", "build": "backstage-cli app:build", "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" ] }, "license": "Apache-2.0", "devDependencies": { "@testing-library/cypress": "^6.0.0", "@types/jquery": "^3.3.34", "cypress": "^4.2.0", "eslint-plugin-cypress": "^2.10.3", "start-server-and-test": "^1.10.11" } }