-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.27 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
33
34
35
{
"name": "@webberzone/add-to-all",
"version": "2.1.0",
"description": "WebberZone Snippetz lets you add custom text or HTML to your WordPress header, footer, sidebar, content or feed.",
"author": "WebberZone",
"license": "GPL-2.0-or-later",
"main": "index.js",
"scripts": {
"build": "wp-scripts build --webpack-src-dir=includes/frontend/blocks/src/ --output-path=includes/frontend/blocks/build/",
"format": "wp-scripts format ./includes/frontend/blocks/src/",
"lint:css": "wp-scripts lint-style ./includes/frontend/blocks/src/",
"lint:js": "wp-scripts lint-js ./includes/frontend/blocks/src/",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start --webpack-src-dir=includes/frontend/blocks/src/ --output-path=includes/frontend/blocks/build/",
"zip": "wp-scripts plugin-zip"
},
"files": [
"includes",
"languages",
"README.md",
"add-to-all.php",
"index.php",
"uninstall.php",
"changelog.txt",
"readme.txt"
],
"devDependencies": {
"@wordpress/prettier-config": "^4.14.0",
"@wordpress/scripts": "^27"
},
"dependencies": {
"@wordpress/icons": "^10.14.0",
"uuid": "^11.0.3"
}
}