-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
{
"name": "ezuikit-js",
"version": "8.1.9-beta.3",
"description": "ezuikit javascript for npm",
"title": "ezuikit-js",
"main": "index.js",
"module": "index.mjs",
"keywords": [
"video",
"ezuikit",
"ezopen",
"ezviz",
"ys7",
"open"
],
"files": [
"ezuikit.js",
"index.js",
"index.mjs",
"ezuikit_static",
"README.md",
"CHANGELOG.md"
],
"author": "Ezviz-OpenBiz",
"dependencies": {
"@ezuikit/player-ezopen": "8.1.9-beta.3",
"@ezuikit/utils-collect": "0.1.1",
"@ezuikit/utils-i18n": "^1.0.1",
"@ezuikit/utils-logger": "^1.0.1",
"@ezuikit/utils-tools": "^1.0.4",
"@juggle/resize-observer": "^3.4.0",
"abortcontroller-polyfill": "^1.7.5",
"debounce-promise": "^3.1.2",
"deepmerge": "^4.3.1",
"formdata-polyfill": "^4.0.10",
"jquery": "^3.3.1",
"lodash-es": "^4.17.21",
"screenfull": "^5.2.0",
"uuid": "^8.3.0",
"delegate": "3.2.0"
},
"peerDependencies": {},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm.git"
},
"bugs": {
"url": "https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues"
},
"homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm#readme"
}