-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.71 KB
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
{
"name": "@ezuikit/player-theme",
"version": "3.1.2-beta.4",
"description": "player theme",
"title": "theme",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs",
"default": "./dist/index.cjs"
},
"./dist/style.js": "./dist/style.js",
"./dist/style": "./dist/style.js",
"./dist/style.css": "./dist/style.css",
"./dist/constant.js": "./dist/constant.js",
"./dist/constant": "./dist/constant.js"
},
"files": [
"dist",
"!dist/*.map"
],
"keywords": [
"player",
"theme",
"ezuikit",
"ezviz",
"ezopen",
"ui"
],
"author": "Ezviz-OpenBiz",
"license": "MIT",
"dependencies": {
"@ezuikit/utils-i18n": "^2.0.1",
"@ezuikit/utils-logger": "^2.0.1",
"@ezuikit/utils-tools": "^2.0.6",
"@ezuikit/control-date-picker": "2.1.1",
"@ezuikit/control-time-line": "2.1.0",
"@ezuikit/control-ptz": "1.0.0",
"@ezuikit/control-rec-list-modal": "0.0.1",
"@ezuikit/control-zoom": "1.0.0-beta.4",
"@juggle/resize-observer": "^3.4.0",
"@skax/delegate": "4.0.2",
"@skax/picker": "1.1.8",
"deepmerge": "^4.3.1",
"eventemitter3": "^5.0.1",
"screenfull": "5.2.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme.git"
},
"bugs": {
"url": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme/issues"
},
"homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme#readme"
}