-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1019 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
32
33
{
"name": "oik-blocks",
"version": "1.4.3",
"description": "More blocks and lazy smart shortcodes for the WordPress block editor.",
"author": "bobbingwide",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "git://github.com/bobbingwide/oik-blocks.git"
},
"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",
"packages-update": "wp-scripts packages-update",
"dev": "wp-scripts start",
"makepot": "wp i18n make-pot . languages/oik-blocks.pot --ignore-domain --domain=oik-blocks --exclude=node_modules,vendor,src/*.js,tests",
"makejson": "wp i18n make-json languages --no-purge",
"l10n": "l10n oik-blocks"
},
"dependencies": {
"@wordpress/block-editor": "^12.9.0",
"@wordpress/blocks": "^12.18.0",
"@wordpress/i18n": "^4.41.0",
"postcss": "^8.3.6"
},
"devDependencies": {
"@wordpress/scripts": "^26.12.0"
}
}