-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "sorting-option-in-network-search-for-buddyboss",
"title": "Sorting Option In Network Search For BuddyBoss",
"description": "Sorting Option In Network Search For BuddyBoss by AcrossWP.",
"homepage": "https://github.com/woocommerce/woocommerce/wiki",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/acrosswp/sorting-option-in-network-search-for-buddyboss.git"
},
"author": "BuddyBoss",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/acrosswp/sorting-option-in-network-search-for-buddyboss/issues"
},
"scripts": {
"build-dev": "webpack --mode development",
"build": "webpack --mode production",
"build-production": "webpack --mode production",
"start": "pnpm start",
"update": "pnpm update"
},
"keywords": [
"buddyboss",
"buddyboss-platform",
"sorting-option-in-network-search-for-buddyboss"
],
"devDependencies": {
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"css-loader": "^6.8.1",
"sass-loader": "^13.3.2",
"node-sass": "^9.0.0",
"style-loader": "^3.3.3",
"mini-css-extract-plugin": "^2.7.6",
"wp-pot": "^1.10.2",
"wp-textdomain": "^1.0.1"
}
}