-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.72 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "ut-microservice",
"version": "7.23.1",
"main": "index.js",
"browser": "browser.js",
"dependencies": {
"ut-model": "^8.22.1",
"ut-function.common-joi": "^1.10.0"
},
"devDependencies": {
"@hot-loader/react-dom": "17.0.1",
"fuzzy": "0.1.3",
"inquirer": "7.3.3",
"inquirer-autocomplete-prompt": "1.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tap": "^16.3.0",
"ut-browser": "^7.7.4",
"ut-cache": "^6.0.1",
"ut-core": "^8.31.12",
"ut-customer": "^11.0.9",
"ut-db": "^10.0.1",
"ut-dispatch-db": "^1.5.0",
"ut-document": "^9.25.3",
"ut-login": "^7.22.1",
"ut-port-jsonrpc": "^7.3.2",
"ut-port-http": "^8.9.8",
"ut-port-script": "^7.2.0",
"ut-port-sql": "^9.0.2",
"ut-portal": "^9.6.68",
"ut-portal-admin": "^7.16.0",
"ut-run": "^10.76.2",
"ut-telemetry": "^7.2.5",
"ut-user": "^10.50.6",
"uuid": "8.3.2"
},
"peerDependencies": {
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-redux": "^7.2.8",
"react-router": "^5.3.3",
"react-router-dom": "^5.3.3",
"ut-prime": "^2.73.6",
"ut-dispatch-db": "^1.5.0",
"ut-portal": "^9.6.69",
"ut-run": "^10.75.6"
},
"description": "UnderTree standard microservice",
"scripts": {
"build": "ut-webpack --mode development",
"changelog": "ut-changelog",
"check": "ut-check",
"cover": "ut-cover-parallel",
"gitlab": "ut-gitlab",
"help": "ut-help build --out-dir dist/help",
"help:start": "ut-help start --no-open",
"jenkins": "ut-jenkins",
"lint": "UT_ENV=uat node index server api && ut-lint .",
"lint-js": "ut-lint-js .",
"metrics": "ut-run metrics",
"portal": "ut-storybook build",
"postpublish": "ut-postpublish",
"postversion": "ut-postversion",
"precommit": "ut-precommit",
"precover": "ut-webpack --mode development && ut-precover",
"prepublish": "ut-prepublish",
"prepush": "ut-prepush",
"pretest": "ut-pretest",
"preversion": "ut-preversion",
"release": "ut-release",
"review": "node build && ut-storybook build && ut-storybook publish",
"snapshot": "node ui.test --playwright.update-snapshots",
"storybook": "ut-storybook start -p 6006 --ci",
"test": "ut-test-parallel",
"version": "node build && ut-help build --out-dir dist/help && ut-storybook build && ut-storybook publish && git add handlers.d.ts system/api && ut-version",
"watch": "UT_WATCH=1 UT_ENV=test node index.test.js"
},
"publishConfig": {
"registry": "https://nexus.softwaregroup.com/repository/npm-internal"
},
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-microservice.git"
},
"license": "Apache-2.0"
}