-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 932 Bytes
/
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
{
"name": "feed-block",
"version": "0.5.0",
"description": "Advanced RSS and Atom feed block with configurable child blocks, similar to the Query Loop block.",
"author": {
"name": "Cory Hughart",
"url": "https://coryhughart.com"
},
"license": "GPL-3.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php",
"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",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip --webpack-copy-php",
"start": "wp-scripts start --webpack-copy-php"
},
"devDependencies": {
"@wordpress/scripts": "^25.5.1"
},
"dependencies": {
"@wordpress/icons": "^9.14.0",
"classnames": "^2.3.2",
"dompurify": "^3.0.1",
"php-date-formatter": "^1.3.6"
}
}