@elliemae/pui-cli 8.62.0 → 9.0.0-alpha.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0-alpha.1",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"url": "https://git.elliemae.io/platform-ui/pui-cli.git"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
|
-
"pnpm": ">=
|
|
44
|
-
"node": ">=
|
|
43
|
+
"pnpm": ">=11",
|
|
44
|
+
"node": ">=24"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
@@ -108,12 +108,15 @@
|
|
|
108
108
|
"@types/cors": "~2.8.19",
|
|
109
109
|
"@types/dotenv-webpack": "~7.0.8",
|
|
110
110
|
"@types/duplicate-package-checker-webpack-plugin": "~2.1.5",
|
|
111
|
+
"@types/express": "~4.17.25",
|
|
111
112
|
"@types/express-serve-static-core": "~4.19.8",
|
|
112
113
|
"@types/ip": "~1.1.3",
|
|
113
114
|
"@types/jest": "~29.5.14",
|
|
114
115
|
"@types/jest-axe": "~3.5.9",
|
|
116
|
+
"@types/lodash": "~4.17.24",
|
|
117
|
+
"@types/minimist": "~1.2.5",
|
|
115
118
|
"@types/moment-locales-webpack-plugin": "~1.2.6",
|
|
116
|
-
"@types/node": "~
|
|
119
|
+
"@types/node": "~24.12.2",
|
|
117
120
|
"@types/normalize-path": "~3.0.2",
|
|
118
121
|
"@types/postcss-preset-env": "~7.7.0",
|
|
119
122
|
"@types/rimraf": "~3.0.2",
|
|
@@ -122,6 +125,8 @@
|
|
|
122
125
|
"@types/testing-library__jest-dom": "~5.14.9",
|
|
123
126
|
"@types/uuid": "~9.0.8",
|
|
124
127
|
"@types/webpack-bundle-analyzer": "~4.7.0",
|
|
128
|
+
"@types/ws": "~8.18.1",
|
|
129
|
+
"@types/yargs": "~17.0.35",
|
|
125
130
|
"@typescript-eslint/eslint-plugin": "~5.62.0",
|
|
126
131
|
"@typescript-eslint/parser": "~5.62.0",
|
|
127
132
|
"@vitejs/plugin-react": "~4.7.0",
|
|
@@ -213,14 +218,15 @@
|
|
|
213
218
|
"jsdoc": "~4.0.5",
|
|
214
219
|
"lerna": "~6.6.2",
|
|
215
220
|
"lint-staged": "~13.3.0",
|
|
221
|
+
"lodash": "~4.18.1",
|
|
216
222
|
"mini-css-extract-plugin": "~2.10.2",
|
|
217
223
|
"minimist": "~1.2.8",
|
|
218
224
|
"moment": "~2.30.1",
|
|
219
225
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
220
226
|
"msw": "~1.3.5",
|
|
221
|
-
"node-gyp": "~
|
|
227
|
+
"node-gyp": "~12.3.0",
|
|
222
228
|
"node-plop": "~0.32.3",
|
|
223
|
-
"nodemon": "~
|
|
229
|
+
"nodemon": "~3.1.14",
|
|
224
230
|
"normalize-path": "~3.0.0",
|
|
225
231
|
"npm-check-updates": "~17.1.18",
|
|
226
232
|
"npm-run-all": "~4.1.5",
|
|
@@ -240,6 +246,7 @@
|
|
|
240
246
|
"react-docgen": "~5.4.3",
|
|
241
247
|
"react-refresh": "~0.18.0",
|
|
242
248
|
"react-test-renderer": "~18.3.1",
|
|
249
|
+
"regenerator-runtime": "~0.14.1",
|
|
243
250
|
"resize-observer-polyfill": "~1.5.1",
|
|
244
251
|
"resolve-typescript-plugin": "~2.0.1",
|
|
245
252
|
"rimraf": "5.0.10",
|
|
@@ -257,7 +264,7 @@
|
|
|
257
264
|
"ts-node": "~10.9.2",
|
|
258
265
|
"tsc-alias": "~1.8.16",
|
|
259
266
|
"tsconfig-paths-webpack-plugin": "~3.5.2",
|
|
260
|
-
"tsx": "~
|
|
267
|
+
"tsx": "~4.21.0",
|
|
261
268
|
"typedoc": "~0.28.19",
|
|
262
269
|
"typescript": "5.9.3",
|
|
263
270
|
"update-notifier": "~6.0.2",
|
|
@@ -278,6 +285,7 @@
|
|
|
278
285
|
"yargs": "~17.7.2"
|
|
279
286
|
},
|
|
280
287
|
"devDependencies": {
|
|
288
|
+
"@docusaurus/types": "~3.9.2",
|
|
281
289
|
"@elliemae/pui-doc-gen": "~3.7.2",
|
|
282
290
|
"react": "~18.3.1",
|
|
283
291
|
"react-dom": "~18.3.1",
|