-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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
{
"name": "wpzoom-video-popup-block",
"version": "1.1.0",
"description": "Show a YouTube/Vimeo video in a popup when clicked.",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wpzoom/wpzoom-video-popup-block.git"
},
"keywords": [
"video",
"popup",
"block",
"gutenberg",
"youtube",
"vimeo",
"WPZOOM",
"advanced"
],
"author": "WPZOOM <[email protected]> (https://wpzoom.com)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/wpzoom/wpzoom-video-popup-block/issues"
},
"homepage": "https://wpzoom.com/plugins/video-popup-block/",
"devDependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@wordpress/icons": "^9.20.0",
"@wordpress/scripts": "^26.0.0",
"classnames": "^2.3.2",
"embed-video": "^2.0.4",
"js-video-url-parser": "^0.5.1",
"lodash": "^4.17.21",
"url": "^0.11.0",
"webpack-remove-empty-scripts": "^1.0.1"
},
"dependencies": {
"magnific-popup": "^1.1.0"
}
}