-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 5.5 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 5.5 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "gnetwork",
"productName": "gNetwork",
"version": "3.18.0",
"description": "WordPress Network Helper",
"license": "GPL-2.0-or-later",
"homepage": "https://geminorum.ir/wordpress/gnetwork/",
"author": {
"name": "Nasser Rafie",
"email": "contact@geminorum.ir",
"url": "https://geminorum.ir"
},
"repository": {
"type": "git",
"url": "git://github.com/geminorum/gnetwork.git"
},
"bugs": {
"url": "https://github.com/geminorum/gnetwork/issues"
},
"scripts": {
"gulp": "./node_modules/gulp/bin/gulp.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "md .build && cd .build && git clone https://github.com/geminorum/gnetwork . && composer install --no-dev --optimize-autoloader --prefer-dist -v && yarn install && gulp build",
"ready": "gulp ready dev:scripts i18n:core",
"refresh": "gulp dev:styles dev:scripts i18n:core --stack-size=1000",
"i18n:php": "wp i18n make-php ./languages && wp i18n make-php ./assets/locale && wp i18n make-php ./assets/locale/core/dist",
"i18n:pot": "wp i18n make-pot . --exclude='.temp,languages,.github,assets/vendor,assets/locale,assets/packages,assets/js/vendor,assets/blocks/**/src,gulpfile.js' --file-comment='' --headers='{\"Last-Translator\":\"NULL\",\"Language-Team\":\"NULL\",\"Report-Msgid-Bugs-To\":\"https://github.com/geminorum/gnetwork/issues\"}' --skip-plugins --skip-themes --skip-packages",
"i18n:admin": "wp i18n make-pot . ./languages/admin.pot --domain=gnetwork-admin --exclude='.temp,languages,.github,assets/vendor,assets/locale,assets/packages,assets/js/vendor,assets/blocks/**/src,gulpfile.js' --file-comment='' --headers='{\"Last-Translator\":\"NULL\",\"Language-Team\":\"NULL\",\"Report-Msgid-Bugs-To\":\"https://github.com/geminorum/gnetwork/issues\"}' --skip-plugins --skip-themes --skip-packages",
"i18n:mo": "wp i18n make-mo ./languages --skip-plugins --skip-themes --skip-packages",
"i18n:json": "wp i18n make-json languages --no-purge --skip-plugins --skip-themes --skip-packages",
"i18n:supported": "wp i18n make-json assets/locale --no-purge --skip-plugins --skip-themes --skip-packages",
"i18n:core:old": "wp i18n make-json assets/locale/core assets/locale/core/json --no-purge --skip-plugins --skip-themes --skip-packages",
"i18n:core": "gulp i18n:core",
"watch": "gulp watch:styles --stack-size=1000",
"patch": "gulp bump --patch",
"minor": "gulp bump",
"changes": "echo ### > CHANGES.temp && git changelog >> CHANGES.temp && (echo. & echo.) >> CHANGES.temp && type CHANGES.md >> CHANGES.temp && type CHANGES.temp > CHANGES.md && del CHANGES.temp",
"release": "gulp github:package && start https://github.com/geminorum/gnetwork/releases",
"home": "start https://github.com/geminorum/gnetwork/",
"issues": "start https://github.com/geminorum/gnetwork/issues",
"phpcs:php": "phpcs -v -p includes/ gnetwork.php --standard=PHPCompatibility -d memory_limit=1024M --colors",
"phpcs:wp": "phpcs -v -p includes/ gnetwork.php --standard=WordPress -d memory_limit=1024M --colors",
"phpstan": "vendor/bin/phpstan analyse --memory-limit=1G",
"phpcs:new": "vendor/bin/phpcs -q --report=checkstyle --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1",
"comp:valid": "composer validate --strict",
"comp:show": "composer show --tree",
"comp:deps": "composer-require-checker check composer.json",
"git:gc": "git gc --prune=now"
},
"devDependencies": {
"@wordpress/babel-preset-default": "^8.40.0",
"@wordpress/browserslist-config": "^6.40.0",
"@wordpress/stylelint-config": "^23.32.0",
"autoprefixer": "^10.4.27",
"browserslist": "^4.28.1",
"cssnano": "^7.1.2",
"del": "^8.0.1",
"fancy-log": "^2.0.0",
"fs-extra": "^11.3.3",
"gulp": "^5.0.1",
"gulp-bump": "^3.2.0",
"gulp-changed-in-place": "^2.3.0",
"gulp-checktextdomain": "^2.3.0",
"gulp-dart-sass": "^1.1.0",
"gulp-debug": "^5.0.1",
"gulp-exclude-gitignore": "^1.2.0",
"gulp-exec": "^5.0.0",
"gulp-github-release": "^1.2.1",
"gulp-header": "^2.0.12",
"gulp-if": "^3.0.0",
"gulp-livereload": "^4.0.2",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.1.0",
"gulp-size": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^6.1.0",
"js-yaml": "^4.1.1",
"merge-json": "^0.1.0-b.3",
"multipipe": "^4.0.0",
"parse-changelog": "^1.0.2",
"postcss": "^8.5.6",
"rtlcss": "^4.3.0",
"semistandard": "^17.0.0",
"stylelint": "^17.4.0",
"stylelint-scss": "^7.0.0",
"xtend": "^4.0.2"
},
"optionalDependencies": {
"autosize": "^6.0.1",
"chosen-jjj": "^3.0.0",
"chosen-js": "^1.8.7",
"github-markdown-css": "^5.9.0",
"jquery": "^4.0.0",
"jquery-migrate": "^4.0.2",
"modern-normalize": "^3.0.1",
"multiple-audio-player-plugin": "^0.0.3",
"pdfobject": "^2.3.1",
"vazirmatn": "^33.0.3"
},
"babel": {
"presets": [
"@wordpress/babel-preset-default"
]
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"semistandard": {
"ignore": [
"/assets/js/vendor/",
"*.min.js"
],
"globals": [
"gNetwork",
"autosize",
"jQuery",
"wp",
"_",
"ajaxurl"
]
},
"readme": "ERROR: No README data found!",
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}