69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"name": "@backstage/module-federation-common",
|
|
"version": "0.1.0",
|
|
"description": "Helper library for module federation",
|
|
"backstage": {
|
|
"role": "common-library"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"module": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/module-federation-common"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"@module-federation/runtime": "^0.21.6"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/test-utils": "workspace:^",
|
|
"@types/react": "^18.0.0",
|
|
"react": "^18.0.2",
|
|
"react-dom": "^18.0.2",
|
|
"react-router-dom": "^6.30.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@material-ui/core": "^4.12.2",
|
|
"@material-ui/styles": "^4.10.0",
|
|
"@mui/material": "^5.12.2",
|
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
"react-router": "^6.30.2",
|
|
"react-router-dom": "^6.30.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|