-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.41 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": "reviews-block-for-yelp",
"version": "3.0.0",
"description": "Easily display Yelp business reviews and ratings with a simple and intuitive WordPress block.",
"author": "Devin Walker",
"license": "ISC",
"bugs": {
"url": "https://github.com/impress-org/reviews-block-for-yelp/issues"
},
"homepage": "https://github.com/impress-org/reviews-block-for-yelp#readme",
"main": "src/js/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot",
"dev": "wp-scripts start --hot",
"run": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/impress-org/reviews-block-for-yelp.git"
},
"dependencies": {
"@wordpress/block-editor": "^8.0.13",
"@wordpress/blocks": "^11.1.5",
"@wordpress/data": "^6.1.5",
"@wordpress/dom-ready": "^3.8.0",
"@wordpress/i18n": "^4.2.4",
"lottie-web": "^5.8.1"
},
"devDependencies": {
"@wordpress/components": "^19.2.0",
"@wordpress/element": "^4.0.4",
"@wordpress/scripts": "^23.0.0"
}
}