-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
114 lines (114 loc) · 3.22 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "ut-portal",
"version": "9.7.0",
"main": "index.js",
"browser": "browser.js",
"pkg": {
"assets": [
"api/sql/**/*.sql"
]
},
"dependencies": {
"@hookform/devtools": "^4.1.0",
"@hookform/resolvers": "^2.9.1",
"@playwright/test": "^1.38.1",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"chart.js": "^3.8.0",
"commander": "^7.2.0",
"connected-react-router": "^6.9.2",
"date-fns": "^2.28.0",
"history": "^4.10.1",
"lodash-es": "4.17.21",
"primeflex": "^3.2.1",
"primeicons": "^6.0.1",
"primereact": "8.7.3",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-hook-form": "7.33.1",
"react-hot-loader": "^4.13.0",
"react-jss": "^10.9.0",
"react-redux": "^7.2.8",
"react-router-dom": "^5.3.3",
"react-router": "^5.3.3",
"react-to-print": "2.13.0",
"react-tooltip": "^5.16.1",
"react-webcam": "^7.1.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"split2": "2.2.0",
"ut-config": "^7.10.0",
"ut-function.common-joi": "^1.10.0",
"ut-function.dispatch": "^1.4.1",
"ut-function.merge": "^1.5.6",
"ut-function.template": "^1.7.5",
"ut-prime": "^2.85.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@rollup/plugin-url": "^6.1.0",
"@testing-library/react": "^12.1.5",
"@types/jest": "^27.5.2",
"babel-jest": "^27.5.1",
"jest-canvas-mock": "^2.4.0",
"jest-cli": "^27.5.1",
"rollup": "^2.74.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tap": "^16.2.0",
"tslib": "^2.4.0",
"typescript": "^4.7.3",
"ut-browser": "^7.7.4",
"ut-login": "^7.20.1",
"ut-port-http": "^8.9.3",
"ut-port-jsonrpc": "^7.3.1",
"ut-port-script": "^7.2.0",
"ut-run": "^10.70.9"
},
"peerDependencies": {
"ut-login": "^7.19.6",
"ut-port-http": "^8.9.3",
"ut-port-jsonrpc": "^7.3.1",
"ut-port-script": "^7.2.0",
"ut-run": "^10.69.4"
},
"description": "Microservice portal",
"scripts": {
"storybook": "ut-storybook start -p 6006 --ci",
"portal": "ut-storybook build",
"lint": "ut-lint .",
"release": "ut-release",
"changelog": "ut-changelog",
"check": "ut-check",
"cover": "ut-cover-parallel",
"lint-js": "ut-lint-js .",
"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": "ut-storybook build && ut-storybook publish && ut-version",
"jenkins": "ut-jenkins",
"gitlab": "ut-gitlab"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git@github.com:softwaregroup-bg/ut-portal.git"
},
"license": "Apache-2.0"
}