@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.
- package/dist/cjs/app.config.json +17 -0
- package/dist/cjs/index.html +25 -0
- package/dist/cjs/index.js +70 -0
- package/dist/cjs/package.json +4 -0
- package/dist/esm/app.config.json +17 -0
- package/dist/esm/index.html +25 -0
- package/dist/esm/index.js +40 -0
- package/dist/esm/package.json +4 -0
- package/dist/public/app.config.json +17 -0
- package/dist/public/index.html +1 -0
- package/dist/public/js/emuiAppReactDependencies.6d72fa605aa98bfb153c.js +238 -0
- package/dist/public/js/emuiAppReactDependencies.6d72fa605aa98bfb153c.js.br +0 -0
- package/dist/public/js/emuiAppReactDependencies.6d72fa605aa98bfb153c.js.gz +0 -0
- package/dist/public/js/emuiAppReactDependencies.6d72fa605aa98bfb153c.js.map +1 -0
- package/dist/types/index.d.ts +18 -0
- package/dist/umd/app.config.json +17 -0
- package/dist/umd/index.html +1 -0
- package/dist/umd/index.js +238 -0
- package/dist/umd/index.js.br +0 -0
- package/dist/umd/index.js.gz +0 -0
- package/dist/umd/index.js.map +1 -0
- package/package.json +52 -32
package/package.json
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/app-react-dependencies",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-next.10",
|
|
4
4
|
"description": "ICE MT React Application Dependencies",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
5
|
+
"sideEffects": false,
|
|
6
|
+
"main": "./dist/cjs/index.js",
|
|
7
|
+
"module": "./dist/esm/index.js",
|
|
8
|
+
"unpkg": "./dist/umd/index.js",
|
|
9
|
+
"jsdelivr": "./dist/umd/index.js",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"demo",
|
|
13
|
+
"build"
|
|
14
|
+
],
|
|
8
15
|
"publishConfig": {
|
|
9
16
|
"access": "public"
|
|
10
17
|
},
|
|
@@ -19,20 +26,31 @@
|
|
|
19
26
|
"author": "ICE MT",
|
|
20
27
|
"license": "MIT",
|
|
21
28
|
"scripts": {
|
|
22
|
-
"build": "
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
29
|
+
"build": "pui-cli pack -p",
|
|
30
|
+
"build:dev": "pui-cli pack",
|
|
31
|
+
"docs:start": "pui-doc-gen start",
|
|
32
|
+
"docs:build": "pui-doc-gen build",
|
|
33
|
+
"docs:version": "pui-doc-gen version",
|
|
34
|
+
"docs:serve": "pui-doc-gen serve",
|
|
35
|
+
"gendoc": "pui-cli gendoc",
|
|
36
|
+
"lint": "pui-cli lint",
|
|
26
37
|
"lint:fix": "pui-cli lint --fix",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
38
|
+
"release": "semantic-release",
|
|
39
|
+
"start": "pui-cli start",
|
|
40
|
+
"start:server": "http-server ./dist/public -p 3000",
|
|
41
|
+
"storybook": "exit 0",
|
|
42
|
+
"storybook:docs": "exit 0",
|
|
31
43
|
"storybook:build": "exit 0",
|
|
32
44
|
"storybook:docs:build": "exit 0",
|
|
33
|
-
"
|
|
45
|
+
"storybook:prod": "exit 0",
|
|
46
|
+
"setup": "rimraf node_modules && rimraf pnpm-lock.yaml && pnpm i",
|
|
47
|
+
"test": "pui-cli test -p",
|
|
48
|
+
"test:fix": "pui-cli test -f",
|
|
49
|
+
"test:watch": "jest --watch",
|
|
50
|
+
"test:debug": "pui-cli test --debug",
|
|
51
|
+
"test:staged": "jest --coverage --passWithNoTests --bail --findRelatedTests",
|
|
52
|
+
"tscheck": "pui-cli tscheck --files",
|
|
34
53
|
"upgrade": "ncu -u && npm run setup",
|
|
35
|
-
"release": "semantic-release",
|
|
36
54
|
"prepare": "[ -n \"$CI\" ] || husky install"
|
|
37
55
|
},
|
|
38
56
|
"jestSonar": {
|
|
@@ -45,23 +63,24 @@
|
|
|
45
63
|
"@babel/runtime": "~7.23.2",
|
|
46
64
|
"@hot-loader/react-dom": "~17.0.2",
|
|
47
65
|
"@reduxjs/toolkit": "~1.9.7",
|
|
48
|
-
"@types/dompurify": "~3.0.
|
|
66
|
+
"@types/dompurify": "~3.0.5",
|
|
49
67
|
"@types/history": "~5.0.0",
|
|
50
|
-
"@types/hoist-non-react-statics": "~3.3.
|
|
51
|
-
"@types/invariant": "~2.2.
|
|
52
|
-
"@types/lodash": "~4.14.
|
|
53
|
-
"@types/prop-types": "~15.7.
|
|
54
|
-
"@types/pubsub-js": "~1.8.
|
|
55
|
-
"@types/react": "~18.2.
|
|
56
|
-
"@types/react-dom": "~18.2.
|
|
57
|
-
"@types/react-helmet": "~6.1.
|
|
58
|
-
"@types/react-redux": "~7.1.
|
|
68
|
+
"@types/hoist-non-react-statics": "~3.3.5",
|
|
69
|
+
"@types/invariant": "~2.2.37",
|
|
70
|
+
"@types/lodash": "~4.14.201",
|
|
71
|
+
"@types/prop-types": "~15.7.10",
|
|
72
|
+
"@types/pubsub-js": "~1.8.6",
|
|
73
|
+
"@types/react": "~18.2.37",
|
|
74
|
+
"@types/react-dom": "~18.2.15",
|
|
75
|
+
"@types/react-helmet": "~6.1.9",
|
|
76
|
+
"@types/react-redux": "~7.1.30",
|
|
59
77
|
"@types/react-router-dom": "~5.3.3",
|
|
60
|
-
"@types/styled-components": "~5.1.
|
|
61
|
-
"@types/styled-system": "~5.1.
|
|
62
|
-
"@types/yup": "~0.
|
|
63
|
-
"
|
|
64
|
-
"
|
|
78
|
+
"@types/styled-components": "~5.1.30",
|
|
79
|
+
"@types/styled-system": "~5.1.22",
|
|
80
|
+
"@types/yup": "~0.32.0",
|
|
81
|
+
"@xstyled/styled-components": "3.8.0",
|
|
82
|
+
"axios": "~1.6.1",
|
|
83
|
+
"core-js": "~3.33.2",
|
|
65
84
|
"date-fns": "~2.30.0",
|
|
66
85
|
"date-fns-tz": "~2.0.0",
|
|
67
86
|
"dompurify": "~3.0.6",
|
|
@@ -69,6 +88,7 @@
|
|
|
69
88
|
"hoist-non-react-statics": "~3.3.2",
|
|
70
89
|
"immer": "~9.0.21",
|
|
71
90
|
"invariant": "~2.2.4",
|
|
91
|
+
"ky": "~1.1.3",
|
|
72
92
|
"localforage": "~1.10.0",
|
|
73
93
|
"lodash": "~4.17.21",
|
|
74
94
|
"prop-types": "~15.8.1",
|
|
@@ -77,10 +97,10 @@
|
|
|
77
97
|
"react-aria-live": "~2.0.5",
|
|
78
98
|
"react-dom": "~18.2.0",
|
|
79
99
|
"react-helmet": "~6.1.0",
|
|
80
|
-
"react-hook-form": "~7.
|
|
100
|
+
"react-hook-form": "~7.48.2",
|
|
81
101
|
"react-hot-loader": "~4.13.1",
|
|
82
102
|
"react-redux": "~8.1.3",
|
|
83
|
-
"react-router-dom": "~6.
|
|
103
|
+
"react-router-dom": "~6.18.0",
|
|
84
104
|
"redux-injectors": "~2.1.0",
|
|
85
105
|
"redux-saga": "~1.2.3",
|
|
86
106
|
"reselect": "~4.1.8",
|
|
@@ -91,6 +111,6 @@
|
|
|
91
111
|
},
|
|
92
112
|
"devDependencies": {
|
|
93
113
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
|
|
94
|
-
"@elliemae/pui-cli": "~
|
|
114
|
+
"@elliemae/pui-cli": "~9.0.0-next.22"
|
|
95
115
|
}
|
|
96
116
|
}
|