-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.65 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
36
37
38
39
40
41
42
{
"name": "getdave-responsive-navigation-block",
"version": "1.0.9",
"description": "Show different navigation menus based on the screen size using the Navigation block.",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot",
"test:e2e": "WP_BASE_URL='http://localhost:4013' wp-scripts test-playwright --config test/e2e/playwright.config.ts",
"test:e2e:debug": "WP_BASE_URL='http://localhost:4013' wp-scripts test-playwright --config test/e2e/playwright.config.ts --ui",
"test:unit": "wp-scripts test-unit-js",
"bump-version": "npx bump package.json package-lock.json getdave-responsive-navigation-block.php readme.md -c -t",
"wp-env": "wp-env"
},
"author": "David Smith",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@wordpress/env": "^10.8.0",
"@wordpress/eslint-plugin": "^21.0.0",
"@wordpress/plugins": "^7.7.0",
"@wordpress/prettier-config": "^4.7.0",
"@wordpress/scripts": "^29.0.0",
"version-bump-prompt": "^6.1.0"
},
"dependencies": {
"@wordpress/blocks": "^13.7.0",
"@wordpress/data": "^10.7.0",
"@wordpress/editor": "^14.7.0",
"@wordpress/element": "^6.7.0",
"@wordpress/i18n": "^5.7.0"
}
}