-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 801 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 801 Bytes
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
{
"name": "press-this-extended",
"version": "2.0.0",
"description": "Provides UI for extending and modifying the Press This plugin filters",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"env:destroy": "wp-env destroy"
},
"devDependencies": {
"@wordpress/env": "^10.0.0",
"@wordpress/scripts": "^31.5.0"
},
"dependencies": {
"@wordpress/api-fetch": "^6.0.0",
"@wordpress/block-editor": "^12.0.0",
"@wordpress/components": "^25.0.0",
"@wordpress/data": "^9.0.0",
"@wordpress/element": "^5.0.0",
"@wordpress/i18n": "^4.0.0",
"@wordpress/icons": "^9.0.0"
}
}