-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 4.6 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
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
{
"name": "gnetwork",
"productName": "gNetwork",
"version": "3.17.2",
"description": "WordPress Network Helper",
"license": "GPL-3+",
"homepage": "https://geminorum.ir/wordpress/gnetwork/",
"author": {
"name": "Nasser Rafie",
"email": "[email protected]",
"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,.github,assets/vendor,assets/components,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:core:old": "wp i18n make-json assets/locale/core assets/locale/core/json --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": "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",
"comp:valid": "composer validate --strict",
"comp:show": "composer show --tree",
"comp:deps": "composer-require-checker check composer.json"
},
"devDependencies": {
"@wordpress/babel-preset-default": "^8.11.0",
"@wordpress/browserslist-config": "^6.11.0",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.2",
"cssnano": "^7.0.6",
"del": "^8.0.0",
"fancy-log": "^2.0.0",
"fs-extra": "^11.2.0",
"gulp": "^5.0.0",
"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.9",
"gulp-if": "^3.0.0",
"gulp-livereload": "^4.0.2",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-size": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^6.0.0",
"js-yaml": "^4.1.0",
"merge-json": "^0.1.0-b.3",
"multipipe": "^4.0.0",
"parse-changelog": "^1.0.2",
"postcss": "^8.4.47",
"rtlcss": "^4.3.0",
"semistandard": "^17.0.0",
"stylelint": "^16.10.0",
"stylelint-config-recommended-scss": "^14.1.0",
"xtend": "^4.0.2"
},
"optionalDependencies": {
"autosize": "^6.0.1",
"chosen-js": "^1.8.7",
"github-markdown-css": "^5.7.0",
"jquery": "^3.7.1",
"jquery-migrate": "^3.5.2",
"modern-normalize": "^3.0.1",
"multiple-audio-player-plugin": "^0.0.3",
"pdfobject": "^2.3.0",
"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
}