-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 940 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 940 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
{
"name": "blocks-randomizer",
"version": "1.4.0",
"description": "Display randomly any of the top-level blocks within the main \"Blocks Randomizer\" block.",
"author": "Slava Abakumov",
"license": "GPL-2.0-or-later",
"homepage": "https://ovirium.com",
"main": "build/index.js",
"scripts": {
"start": "wp-block-grab start --webpack-copy-php --blocks-manifest",
"build": "wp-scripts build --webpack-copy-php --blocks-manifest",
"plugin-zip": "wp-scripts plugin-zip",
"format": "wp-scripts format ./src",
"lint:css": "wp-scripts lint-style ./src/**/*.scss",
"lint:js": "wp-scripts lint-js ./src",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/block-editor": "^15.17.0",
"@wordpress/blocks": "^15.11.0",
"@wordpress/components": "^31.0.0",
"@wordpress/element": "^6.44.0",
"@wordpress/i18n": "^6.11.0",
"@wordpress/scripts": "^32.0.0",
"wp-block-grab": "^1.0.6"
}
}