-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
38
39
40
{
"name": "copy-link-for-buddyboss",
"title": "Copy Link For BuddyBoss",
"description": "Copy Link For BuddyBoss by WPBoilerplate.",
"homepage": "https://github.com/woocommerce/woocommerce/wiki",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/wpboilerplate/copy-link-for-buddyboss.git"
},
"author": "WPBoilerplate",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/wpboilerplate/copy-link-for-buddyboss/issues"
},
"scripts": {
"build": "wp-scripts build",
"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"
},
"devDependencies": {
"@wordpress/scripts": "^28.5.0",
"copy-webpack-plugin": "^12.0.0",
"glob": "^11.0.0",
"mini-css-extract-plugin": "^2.9.0",
"path": "^0.12.7",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"@wordpress/icons": "^9.25.0"
},
"keywords": [
"copy-link-for-buddyboss"
]
}