-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.15 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.15 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
{
"name": "blockparty-key-figure",
"version": "1.1.0",
"description": "Key Figure 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",
"make-pot": "wp i18n make-pot . languages/blockparty-key-figure.pot --slug=blockparty-key-figure --domain=blockparty-key-figure --exclude=node_modules,src",
"make-json": "wp i18n make-json languages/ --no-purge",
"start:env": "wp-env start --config=./wp-env.json",
"stop:env": "wp-env stop --config=./wp-env.json"
},
"devDependencies": {
"@wordpress/env": "^10.39.0",
"@wordpress/eslint-plugin": "^24.1.0",
"@wordpress/prettier-config": "^4.39.0",
"@wordpress/scripts": "^31.4.0",
"@wordpress/stylelint-config": "^23.31.0"
},
"dependencies": {
"@beapi/icons": "^1.2.5",
"classnames": "^2.3.2"
},
"prettier": "@wordpress/prettier-config",
"volta": {
"node": "22.22.0"
}
}