-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 1.08 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": "x3p0-breadcrumbs",
"description": "Breadcrumbs block for WordPress.",
"author": "Justin Tadlock",
"homepage": "https://github.com/x3p0-dev/x3p0-breadcrumbs",
"scripts": {
"start": "npm run start:blocks && npm run manifest",
"build": "npm run build:blocks && npm run manifest",
"start:blocks": "wp-scripts start --webpack-src-dir=resources/blocks --output-path=public/blocks",
"build:blocks": "wp-scripts build --webpack-src-dir=resources/blocks --output-path=public/blocks",
"manifest": "wp-scripts build-blocks-manifest --input=resources --output=public/blocks/manifest.php"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x3p0-dev/x3p0-breadcrumbs.git"
},
"bugs": {
"url": "https://github.com/x3p0-dev/x3p0-breadcrumbs/issues"
},
"devDependencies": {
"@wordpress/scripts": "^30.3.0"
},
"dependencies": {
"@wordpress/block-editor": "^14.5.0",
"@wordpress/components": "^28.10.0",
"@wordpress/element": "^6.10.0",
"@wordpress/hooks": "^4.10.0",
"@wordpress/i18n": "^5.10.0",
"@wordpress/icons": "^9.27.0",
"classnames": "^2.3.2"
}
}