-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.45 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.45 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
43
44
45
{
"name": "blockparty-accordion",
"version": "1.2.0",
"description": "Accessible Accordion 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",
"make-pot": "wp i18n make-pot . languages/blockparty-accordion.pot --slug=blockparty-accordion --domain=blockparty-accordion --exclude=node_modules,src",
"make-json": "wp i18n make-json languages/ --no-purge"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@wordpress/env": "^10.39.0",
"@wordpress/eslint-plugin": "^17.11.0",
"@wordpress/prettier-config": "^3.11.0",
"@wordpress/scripts": "^30.17.0",
"@wordpress/stylelint-config": "^21.37.0",
"eslint-config-prettier": "^8.5.0"
},
"dependencies": {
"@beapi/be-a11y": "^1.7.3",
"@beapi/icons": "^1.2.7",
"@wordpress/components": "^27.2.0",
"@wordpress/data": "^9.24.0",
"@wordpress/icons": "^12.2.0",
"@wp-now/wp-now": "^0.1.66",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-scss": "^4.3.0"
},
"prettier": "@wordpress/prettier-config",
"volta": {
"node": "24.15.0"
}
}