-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 850 Bytes
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": "oik-css",
"version": "2.3.1",
"description": "CSS and GeSHi blocks",
"author": "bobbingwide",
"license": "GPLv3",
"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-css.pot --ignore-domain --exclude=node_modules,vendor,src/*.js",
"makejson": "wp i18n make-json languages --no-purge",
"l10n": "l10n oik-css"
},
"dependencies": {
"@wordpress/block-editor": "^14.6.0",
"@wordpress/blocks": "^14.0.0",
"@wordpress/i18n": "^5.11.0",
"clsx": "^2.1.1",
"postcss": "^8.4.35"
},
"devDependencies": {
"@wordpress/scripts": "^30.4.0"
}
}