-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
97 lines (97 loc) · 2.8 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
88
89
90
91
92
93
94
95
96
97
{
"name": "ut-rule",
"version": "13.2.8",
"main": "index.js",
"browser": "browser.js",
"pkg": {
"assets": [
"api/sql/**/*.sql"
]
},
"dependencies": {
"lodash.get": "4.4.2",
"lodash.map": "4.6.0",
"lodash.merge": "4.6.2",
"lodash.set": "4.3.2",
"ut-function.common-joi": "^1.10.0",
"ut-function.transform": "^1.3.1",
"ut-model": "^8.22.9"
},
"devDependencies": {
"@hot-loader/react-dom": "17.0.1",
"classnames": "^2.2.5",
"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.2",
"ut-browser": "^7.8.2",
"ut-cache": "^6.0.1",
"ut-core": "^8.34.1",
"ut-customer": "^11.3.0",
"ut-db": "^10.2.3",
"ut-dispatch-db": "^1.5.0",
"ut-document": "^9.33.3",
"ut-front-react": "^13.4.14",
"ut-history": "^3.6.1",
"ut-login": "^7.22.4",
"ut-port-http": "^8.9.9",
"ut-port-jsonrpc": "^7.3.3",
"ut-port-script": "^7.2.1",
"ut-port-sql": "^9.2.7",
"ut-portal": "^9.6.77",
"ut-portal-admin": "^7.17.4",
"ut-run": "^10.78.13",
"ut-telemetry": "^7.2.7",
"ut-user": "^10.56.1"
},
"peerDependencies": {
"classnames": "^2.2.6",
"immutable": "^4.0.0-rc.12",
"prop-types": "^15.7.2",
"react": "^16.14.0 || ^17.0.2",
"react-hot-loader": "^4.12.21",
"react-redux": "^5.0.5 || ^7.2.2",
"react-router": "^4.3.1 || ^5.2.0",
"react-router-dom": "^4.3.1 || ^5.2.0",
"redux": "^3.7.2 || ^4.0.5",
"ut-dispatch-db": "^1.5.0",
"ut-history": "^3.2.0",
"ut-portal": "^9.4.7",
"ut-run": "^10.70.19"
},
"description": "UT Rule",
"scripts": {
"build": "ut-webpack --mode development",
"changelog": "ut-changelog",
"check": "ut-check",
"cover": "ut-cover-parallel",
"gitlab": "ut-gitlab",
"jenkins": "ut-jenkins",
"lint": "UT_ENV=uat node index server api && ut-lint .",
"lint-js": "ut-lint-js .",
"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",
"snapshot": "node ui.test --playwright.update-snapshots",
"storybook": "ut-storybook start -p 6006 --ci",
"test": "ut-test-parallel",
"version": "node build && ut-storybook build && ut-storybook publish && git add handlers.d.ts system/api && ut-version"
},
"publishConfig": {
"registry": "https://nexus.softwaregroup.com/repository/npm-internal"
},
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-rule.git"
},
"license": "Apache-2.0"
}