-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 977 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 977 Bytes
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
{
"name": "quoteframeshare",
"version": "3.2.0.1",
"description": "Easily add bordered blockquotes with citations. Copy or share quotes on social media in one click. Lightweight, SEO-friendly Gutenberg plugin for beginners.",
"author": "[Satyam Vishwakarma](@hellosatya), [Harish Chouhan](@hchouhan), [Bhargav Bhandari (Bunty)](@bhargavbhandari90)",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --blocks-manifest --experimental-modules",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --blocks-manifest --experimental-modules"
},
"devDependencies": {
"@wordpress/icons": "^10.26.0",
"@wordpress/scripts": "^30.12.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@wordpress/interactivity": "^6.19.0"
}
}