-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 826 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"private": true,
"name": "wordpress-custom-editor-sidebar-width",
"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",
"translate": "npm run translate:pot && npm run translate:js",
"translate:pot": "wp i18n make-pot . ./languages/cesw.pot --ignore-domain --include=\"./*.php,./src/**/*.js\"",
"translate:js": "wp i18n make-json ./languages --pretty-print"
},
"devDependencies": {
"@wordpress/babel-preset-default": "^8.18.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.18.0",
"@wordpress/scripts": "^30.11.0"
}
}