-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.6 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.6 KB
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": "priority-plus-navigation",
"version": "1.1.0",
"description": "A responsive navigation block implementing the Priority+ pattern that automatically moves overflow items to a 'More' dropdown.",
"author": "Troy Chaplin",
"license": "GPL-2.0-or-later",
"main": "build/priority-plus-navigation.js",
"scripts": {
"build": "wp-scripts build --blocks-manifest",
"lint": "npm-run-all lint:*",
"format": "npm-run-all format:*",
"lint:css": "wp-scripts lint-style",
"format:css": "wp-scripts lint-style --fix",
"lint:js": "wp-scripts lint-js",
"format:js": "wp-scripts lint-js --fix",
"lint:php": "composer run lint",
"format:php": "composer format",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --blocks-manifest"
},
"devDependencies": {
"@wordpress/block-editor": "^15.14.0",
"@wordpress/blocks": "^15.14.0",
"@wordpress/components": "^32.3.0",
"@wordpress/compose": "^7.41.0",
"@wordpress/element": "^6.41.0",
"@wordpress/eslint-plugin": "^24.3.0",
"@wordpress/hooks": "^4.41.0",
"@wordpress/i18n": "^6.14.0",
"@wordpress/icons": "^11.8.0",
"@wordpress/prettier-config": "^4.41.0",
"@wordpress/scripts": "^31.6.0",
"@wordpress/stylelint-config": "^23.33.0",
"npm-run-all": "^4.1.5",
"stylelint": "^16.26.1",
"stylelint-scss": "^6.14.0"
},
"dependencies": {
"@wordpress/data": "^10.41.0"
}
}