-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.19 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": "wp-referral-code",
"version": "1.1.1",
"homepage": "https://shalior.ir",
"description": "\"this plugin brings referral codes to your wordpress website. many shortcodes are available and its all free\"",
"repository": {
"type": "git",
"url": "git+https://github.com/shalior/wp-referral-code.git"
},
"bugs": {
"url": "https://github.com/shalior/wp-referral-code/issues"
},
"scripts": {
"phpcs:fix": "phpcbf -p .",
"phpcs": "phpcs -p -s -n .",
"watch": "webpack -w",
"build": "webpack",
"bundle": "dir-archiver --src . --dest ../wp-referral-code.zip --exclude .gitignore package.json node_modules *.sh webpack.config.js phpcs.xml phpunit.xml.dist *.cache vendor tests .idea .github"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"babel-loader": "^8.2.2",
"compression-webpack-plugin": "^10.0.0",
"dir-archiver": "^2.0.0",
"webpack": "^5.38.0",
"webpack-cli": "^4.7.0"
},
"keywords": [
"WordPress",
"Plugin",
"WP Referral code"
],
"author": "Shalior",
"license": "GPL-2.0-or-later",
"dependencies": {
"select2": "^4.1.0-rc.0",
"sweetalert2": "11.4.8"
}
}