├── .github ├── FUNDING.yml └── workflows │ └── build_and_deploy.yml ├── LICENSE ├── README.md ├── global-scripts.json └── importmap-template.json /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-microfrontends/shared-dependencies/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/build_and_deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-microfrontends/shared-dependencies/HEAD/.github/workflows/build_and_deploy.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-microfrontends/shared-dependencies/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-microfrontends/shared-dependencies/HEAD/README.md -------------------------------------------------------------------------------- /global-scripts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-microfrontends/shared-dependencies/HEAD/global-scripts.json -------------------------------------------------------------------------------- /importmap-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-microfrontends/shared-dependencies/HEAD/importmap-template.json --------------------------------------------------------------------------------