-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.07 KB
/
package.json
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
{
"name": "viget-blocks-toolkit",
"version": "1.0.8",
"description": "Custom Block support and button icons.",
"author": "Viget",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "wp-scripts build",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:js:src": "wp-scripts lint-js ./src",
"lint:js:src:fix": "wp-scripts lint-js ./src --fix",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"update-pot": "wp i18n make-pot . languages/viget-blocks-toolkit.pot --exclude=src",
"format": "prettier \"./src/**/*.{css,ts,tsx,js}\" --check",
"format:fix": "prettier \"./src/**/*.{css,ts,tsx,js}\" --write"
},
"dependencies": {
"@wordpress/dom-ready": "^4.15.0",
"classnames": "^2.5.1"
},
"devDependencies": {
"@wordpress/block-editor": "^6.2.0",
"@wordpress/components": "^12.0.9",
"@wordpress/hooks": "^3.58.0",
"@wordpress/i18n": "^4.58.0",
"@wordpress/scripts": "^26.19.0",
"prettier": "^3.4.2",
"webpack-remove-empty-scripts": "^0.8.4"
}
}