81793abc0c
Signed-off-by: Camila Belo <camilaibs@gmail.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@backstage/plugin-auth-react",
|
|
"description": "Web library for the auth plugin",
|
|
"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"
|
|
},
|
|
"backstage": {
|
|
"role": "web-library"
|
|
},
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"start": "backstage-cli package start",
|
|
"build": "backstage-cli package build",
|
|
"lint": "backstage-cli package lint",
|
|
"test": "backstage-cli package test",
|
|
"clean": "backstage-cli package clean",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/core-components": "workspace:^",
|
|
"@backstage/core-plugin-api": "workspace:^",
|
|
"@material-ui/core": "^4.9.13",
|
|
"@react-hookz/web": "^24.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/test-utils": "workspace:^",
|
|
"@testing-library/jest-dom": "^6.0.0",
|
|
"@testing-library/react": "^14.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|