Files
backstage/plugins/gcalendar-homepage/package.json
T
Alex Rybchenko 883b0a4997 use fetchApi
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
2022-02-28 11:05:29 +01:00

65 lines
1.8 KiB
JSON

{
"name": "@backstage/plugin-gcalendar-homepage",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"diff": "backstage-cli plugin:diff",
"prepack": "backstage-cli prepack",
"postpack": "backstage-cli postpack",
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.8.9",
"@backstage/core-plugin-api": "^0.6.1",
"@backstage/dev-utils": "^0.2.22",
"@backstage/errors": "^0.2.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"@testing-library/jest-dom": "^5.16.2",
"classnames": "^2.3.1",
"cross-fetch": "^3.1.5",
"lodash": "^4.17.21",
"luxon": "^2.3.0",
"material-ui-popup-state": "^2.0.0",
"react-query": "^3.34.16",
"react-use": "^17.2.4",
"sanitize-html": "^2.7.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/core-app-api": "^0.5.3",
"@backstage/dev-utils": "^0.2.22",
"@backstage/test-utils": "^0.2.5",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
"@types/gapi": "^0.0.41",
"@types/gapi.auth2": "^0.0.56",
"@types/gapi.client.calendar": "^3.0.10",
"@types/jest": "*",
"@types/node": "*",
"@types/sanitize-html": "^2.6.2",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
"dist"
]
}