-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "block-patterns-for-food-bloggers",
"version": "1.0.0",
"description": "A beautiful collection of block patterns for food bloggers.",
"author": "WPZOOM",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:js:src": "wp-scripts lint-js ./src",
"lint:js:src:fix": "wp-scripts lint-js ./src --fix",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/scripts": "^22.4.0",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"markdown-it": "^12.3.2",
"webpack-remove-empty-scripts": "^0.8.0"
},
"dependencies": {
"@wordpress/a11y": "^3.6.0",
"@wordpress/api-fetch": "^6.3.0",
"@wordpress/block-editor": "^8.5.1",
"@wordpress/blocks": "^11.5.1",
"@wordpress/components": "^19.8.0",
"@wordpress/compose": "^5.4.0",
"@wordpress/data": "^6.6.0",
"@wordpress/edit-post": "^6.3.1",
"@wordpress/element": "^4.4.0",
"@wordpress/i18n": "^4.6.0",
"@wordpress/icons": "^8.2.0",
"@wordpress/notices": "^3.6.0",
"@wordpress/plugins": "^4.4.0",
"@wordpress/url": "^3.7.0"
}
}