-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.99 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
{
"name": "ut-ussd",
"version": "7.3.3",
"dependencies": {
"lodash.clonedeep": "4.5.0",
"sax": "1.2.1",
"ut-function.dispatch": "^1.2.1",
"ut-function.merge": "^1.5.5",
"ut-function.template": "^1.6.3",
"ut-port-cache": "^0.4.0"
},
"devDependencies": {
"@material-ui/core": "^4.10.2",
"got": "11.1.3",
"tap": "^16.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-jss": "^10.9.0",
"ut-browser": "^7.7.4",
"ut-cache": "^6.0.1",
"ut-db": "^10.0.1",
"ut-dispatch-db": "^1.5.0",
"ut-login": "^7.22.1",
"ut-port-http": "^8.9.8",
"ut-port-jsonrpc": "^7.3.2",
"ut-port-script": "^7.2.0",
"ut-port-sql": "^9.0.3",
"ut-portal": "^9.6.43",
"ut-run": "^10.76.2",
"ut-telemetry": "^7.2.5"
},
"peerDependencies": {
"@material-ui/core": "^4.10.2",
"react": "^16.14.0 || ^17.0.2",
"react-dom": "^16.14.0 || ^17.0.2",
"react-jss": "^10.9.0",
"ut-port-script": "^7.1.1",
"ut-portal": "^8.0.7",
"ut-dispatch-db": "^1.3.0"
},
"description": "UT USSD module",
"scripts": {
"lint": "ut-lint .",
"release": "ut-release",
"changelog": "ut-changelog",
"check": "ut-check",
"cover": "ut-cover-parallel",
"lint-js": "ut-lint-js .",
"storybook": "ut-storybook start -p 6006 --ci",
"portal": "ut-storybook build",
"postpublish": "ut-postpublish",
"postversion": "ut-postversion",
"precommit": "ut-precommit",
"precover": "ut-precover",
"prepublish": "ut-prepublish",
"prepush": "ut-prepush",
"pretest": "ut-pretest",
"preversion": "ut-preversion",
"test": "ut-test-parallel",
"version": "node build && ut-storybook build && ut-storybook publish && git add handlers.d.ts && ut-version",
"jenkins": "ut-jenkins",
"gitlab": "ut-gitlab"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-ussd.git"
},
"license": "Apache-2.0"
}