-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 1.02 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
{
"name": "single-post-query-loop-selector",
"version": "0.1.2",
"description": "A Query Loop block variation that allow to search and select a single post to be displayed.",
"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"
},
"prettier": "@wordpress/prettier-config",
"devDependencies": {
"@types/wordpress__block-editor": "^11.5.6",
"@types/wordpress__blocks": "^12.5.7",
"@types/wordpress__components": "^23.0.5",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@wordpress/core-data": "^6.21.0",
"@wordpress/eslint-plugin": "^17.1.0",
"@wordpress/prettier-config": "^3.1.0",
"@wordpress/scripts": "^26.15.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"wp-types": "^3.63.0"
}
}