@elliemae/app-react-dependencies 4.13.0 → 5.0.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ export * as react from "react";
2
+ export * as reactDOM from "react-dom";
3
+ export * as rtk from "@reduxjs/toolkit";
4
+ export * as axios from "axios";
5
+ export * as dompurify from "dompurify";
6
+ export * as history from "history";
7
+ export * as immer from "immer";
8
+ export * as invariant from "invariant";
9
+ export * as pubsubjs from "pubsub-js";
10
+ export * as reactHelmet from "react-helmet";
11
+ export * as reactHookForm from "react-hook-form";
12
+ export * as reactRedux from "react-redux";
13
+ export * as reactRouterDOM from "react-router-dom";
14
+ export * as reduxInjectors from "redux-injectors";
15
+ export * as reselect from "reselect";
16
+ export * as styledComponents from "styled-components";
17
+ export * as styledSystem from "styled-system";
18
+ export * as xstyled from "@xstyled/styled-components";
@@ -0,0 +1,17 @@
1
+ {
2
+ "appId": "react-dependencies",
3
+ "activeEnv": "localhost",
4
+ "serviceEndpoints": {
5
+ "api": "",
6
+ "idp": ""
7
+ },
8
+ "env": {
9
+ "localhost": {},
10
+ "dev2": {},
11
+ "qa2": {},
12
+ "qa3": {},
13
+ "int": {},
14
+ "stage": {},
15
+ "prod": {}
16
+ }
17
+ }
@@ -0,0 +1 @@
1
+ <!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>React Dependencies</title><script defer="defer" src="index.js"></script></head><body><h1>React Dependencies</h1><script>window.addEventListener("load",(()=>{const e=document.getElementById("libraryAttributes");e&&(e.innerHTML=Object.keys(window.emuiAppReactDependencies||{}).reduce(((e,n)=>e+`<li>${n}</li>`),""))}))</script></body></html>