-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
74 lines (74 loc) · 1.88 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
{
"name": "ut-front-react",
"version": "13.5.1",
"description": "Frontend module",
"bin": "index.js",
"main": "index.js",
"browser": "browser.js",
"pkg": {
"assets": [
"components/MultiSelectBubble/assets/*.*"
]
},
"dependencies": {
"lodash.debounce": "4.0.8",
"lodash.get": "4.4.2",
"lodash.map": "4.6.0",
"ut-function.interpolate": "^1.1.3"
},
"scripts": {
"lint": "ut-lint .",
"lint-fix": "ut-lint . --fix",
"release": "ut-release",
"changelog": "ut-changelog",
"check": "ut-check",
"cover": "ut-cover",
"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",
"version": "ut-version",
"jenkins": "ut-jenkins",
"gitlab": "ut-gitlab",
"sb": "start-storybook"
},
"devDependencies": {
"@storybook/react": "5.3.19",
"@material-ui/lab": "^4.0.0-alpha.57",
"bootstrap": "^4.3.1",
"tap": "^15.0.9",
"ut-tools": "^6.41.5"
},
"peerDependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"classnames": "^2.2.5",
"croppie": "^2.6.1",
"date-fns": "^2.14.0",
"history": "^4.7.2",
"immutable": "^4.0.0-rc.12",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^1.0.0-rc.3",
"redux": "^4.0.5",
"redux-thunk": "^2.2.0"
},
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-front-react.git"
},
"author": "",
"license": "Apache-2.0"
}