-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.26 KB
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
34
35
36
37
38
39
40
41
42
{
"name": "blockparty-tabs",
"version": "1.1.1",
"description": "Accessible tabs block for WordPress",
"author": "Be API Technical team",
"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",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"start:env": "wp-env start",
"stop:env": "wp-env stop",
"env": "wp-env",
"make-pot": "wp i18n make-pot . languages/blockparty-tabs.pot --slug=blockparty-tabs --domain=blockparty-tabs --exclude=node_modules,src",
"make-json": "wp i18n make-json languages/ --no-purge"
},
"devDependencies": {
"@wordpress/block-editor": "^12.22.0",
"@wordpress/blocks": "^12.31.0",
"@wordpress/components": "^27.2.0",
"@wordpress/compose": "^6.31.0",
"@wordpress/data": "^9.24.0",
"@wordpress/env": "^10.39.0",
"@wordpress/i18n": "^4.54.0",
"@wordpress/icons": "^12.2.0",
"@wordpress/primitives": "^3.52.0",
"@wordpress/scripts": "^30.17.0",
"stylelint-config-recess-order": "^7.7.0"
},
"dependencies": {
"@beapi/icons": "^1.2.5",
"classnames": "^2.5.1"
},
"volta": {
"node": "24.15.0"
}
}