-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ut-docker",
"description": "Base docker container for UT module builds",
"version": "9.0.36",
"main": "index.js",
"dependencies": {
},
"devDependencies": {
"@hot-loader/react-dom": "^17.0.2",
"core-js": "^3.30.2",
"fuzzy": "0.1.3",
"inquirer": "7.3.3",
"inquirer-autocomplete-prompt": "1.2.0",
"json-schema-to-markdown": "1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.11",
"tap": "^16.3.6",
"ut-browser": "^7.7.4",
"ut-cache": "^6.0.1",
"ut-dispatch-db": "^1.5.0",
"ut-function.common-joi": "^1.10.0",
"ut-function.currency": "^1.2.1",
"ut-function.dispatch": "^1.4.2",
"ut-function.merge": "^1.5.6",
"ut-model": "^8.22.5",
"ut-port-script": "^7.2.0",
"ut-port-sql": "^9.0.7",
"ut-port-webhook": "^8.4.0",
"ut-portal": "^9.6.63",
"ut-run": "^10.77.4",
"ut-telemetry": "^7.2.6",
"uuid": "8.3.2",
"why-is-node-running": "^2.2.2"
},
"overrides": {
"[email protected]": {
"trim": "0.0.3"
}
},
"engines": {
"node": "^14.15.3 || ^16.20.2",
"npm": "^6.14.9 || ^8.1.3",
"yarn": "^1.22.5"
}
}