-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
{
"name": "@epam/uui-core",
"version": "5.4.0",
"description": "EPAM UUI Core",
"author": "EPAM",
"license": "MIT",
"main": "index.js",
"epam:uui:main": "build/index.esm.js",
"typings": "index.d.ts",
"scripts": {
"build": "node ../uui-build/scripts/buildModule",
"prepublish": "yarn build"
},
"dependencies": {
"@popperjs/core": "2.9.0",
"@types/classnames": "2.2.6",
"@types/lodash.clone": "4.5.6",
"@types/lodash.debounce": "4.0.6",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.maxby": "4.6.6",
"@types/lodash.memoize": "4.1.6",
"@types/lodash.orderby": "4.6.6",
"@types/lodash.sortby": "4.7.6",
"@types/lodash.trimend": "4.5.6",
"classnames": "2.2.6",
"csstype": "2.6.10",
"dayjs": "1.10.7",
"jsurl": "0.1.5",
"lodash.clone": "4.5.0",
"lodash.debounce": "4.0.8",
"lodash.isempty": "4.4.0",
"lodash.isequal": "4.5.0",
"lodash.maxby": "4.6.0",
"lodash.memoize": "4.1.2",
"lodash.orderby": "4.6.0",
"lodash.sortby": "4.7.0",
"lodash.trimend": "4.5.1",
"query-string": "6.13.1",
"react-popper": "2.3.0"
},
"peerDependencies": {
"prop-types": "*",
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/epam/UUI"
},
"gitHead": "8248a65ee62b2a6b3fb065327869cc6f7d756698",
"publishConfig": {
"access": "public",
"directory": "build"
}
}