-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 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
{
"name": "wp-media-chrome",
"version": "0.1.0",
"description": "Enhance your video and audio blocks with custom web components from Media Chrome.",
"contributors": [
{
"name": "Sérgio Santos",
"url": "https://s3rgiosan.dev"
}
],
"license": "MIT",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^30.21.0",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-mixins": "^9.0.4",
"postcss-preset-env": "^8.1.0"
},
"dependencies": {
"@10up/block-components": "^1.21.4",
"media-chrome": "^4.12.0",
"spotify-audio-element": "^0.1.14",
"vimeo-video-element": "^1.5.4",
"wistia-video-element": "^1.3.4",
"youtube-video-element": "^1.6.2"
},
"files": [
"assets/**",
"build/**",
"includes/**",
"vendor/**",
"plugin.php",
"changelog.*",
"license.*",
"readme.*"
]
}