68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"name": "example-app",
|
|
"version": "0.1.1-alpha.4",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@backstage/cli": "^0.1.1-alpha.4",
|
|
"@backstage/core": "^0.1.1-alpha.4",
|
|
"@backstage/plugin-circleci": "^0.1.1-alpha.4",
|
|
"@backstage/plugin-explore": "^0.1.1-alpha.4",
|
|
"@backstage/plugin-home-page": "^0.1.1-alpha.4",
|
|
"@backstage/plugin-inventory": "^0.1.1-alpha.4",
|
|
"@backstage/plugin-lighthouse": "^0.1.1-alpha.4",
|
|
"@backstage/plugin-scaffolder": "^0.1.1-alpha.4",
|
|
"@backstage/plugin-tech-radar": "^0.1.1-alpha.4",
|
|
"@backstage/plugin-welcome": "^0.1.1-alpha.4",
|
|
"@backstage/theme": "^0.1.1-alpha.4",
|
|
"@material-ui/core": "^4.9.1",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "4.0.0-alpha.45",
|
|
"http-proxy-middleware": "^1.0.3",
|
|
"prop-types": "^15.7.2",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/cypress": "^6.0.0",
|
|
"@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/jquery": "^3.3.34",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react-router-dom": "^5.1.3",
|
|
"@types/zen-observable": "^0.8.0",
|
|
"cross-env": "^7.0.0",
|
|
"cypress": "^4.2.0",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"start-server-and-test": "^1.10.11"
|
|
},
|
|
"scripts": {
|
|
"start": "backstage-cli app:serve",
|
|
"bundle": "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"
|
|
]
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|