-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.04 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
{
"name": "blocks-for-github",
"version": "1.0.0",
"description": "Easily display your GitHub profile, organization, repositories, gists, and more within the WordPress Block Editor aka \"Gutenberg\".",
"author": "Devin Walker",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"plugin-zip": "wp-scripts plugin-zip",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@wordpress/block-editor": "^14.7.0",
"@wordpress/blocks": "^14.1.0",
"@wordpress/data": "^10.12.0",
"@wordpress/dom-ready": "^4.12.0",
"@wordpress/i18n": "^5.12.0",
"@wordpress/server-side-render": "^5.12.0"
},
"devDependencies": {
"@wordpress/scripts": "^30.5.1",
"@svgr/webpack": "^8.1.0",
"url-loader": "^4.1.1"
}
}