forked from ndiego/social-sharing-block
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 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
{
"name": "social-sharing-block",
"version": "0.7.0",
"description": "Effortlessly add social share icons to your website.",
"author": "Nick Diego",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"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",
"update-pot": "wp i18n make-pot . languages/social-sharing-block.pot --exclude=src"
},
"dependencies": {
"@wordpress/block-editor": "^12.2.0",
"@wordpress/blocks": "^12.11.0",
"@wordpress/components": "^25.0.0",
"@wordpress/compose": "^6.11.0",
"@wordpress/element": "^5.11.0",
"@wordpress/i18n": "^4.34.0",
"@wordpress/icons": "^9.25.0",
"@wordpress/keycodes": "^3.34.0",
"@wordpress/primitives": "^3.32.0",
"classnames": "^2.3.2",
"html-react-parser": "^1.4.14"
},
"devDependencies": {
"@wordpress/scripts": "^26.5.0",
"copy-webpack-plugin": "^10.2.4",
"lodash": "^4.17.21"
}
}