-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 3.26 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
{
"name": "gtheme_03",
"productName": "gTheme03",
"version": "3.21.13",
"description": "Theme Framework for WordPress",
"license": "GPL-3+",
"homepage": "https://github.com/geminorum/gtheme_03/",
"author": {
"name": "Nasser Rafie",
"email": "[email protected]",
"url": "https://geminorum.ir"
},
"repository": {
"type": "git",
"url": "git://github.com/geminorum/gtheme_03.git"
},
"bugs": {
"url": "https://github.com/geminorum/gtheme_03/issues"
},
"main": "gulpfile.js",
"scripts": {
"gulp": "./node_modules/gulp/bin/gulp.js",
"test": "echo \"Error: no test specified\" && exit 1",
"ncu": "ncu -u -f !bootstrap",
"build": "gulp build",
"ready": "gulp ready",
"refresh": "gulp dev:rtl",
"i18n:gulp": "gulp pot",
"i18n:pot": "wp i18n make-pot . --exclude=\".temp,.github,assets/vendor,js/vendor,blocks/**/src,gulpfile.js\" --file-comment='' --headers='{\"Last-Translator\":\"NULL\",\"Language-Team\":\"NULL\",\"Report-Msgid-Bugs-To\":\"https://github.com/geminorum/gtheme_03/issues\"}' --skip-plugins --skip-themes --skip-packages",
"i18n:json": "wp i18n make-json languages --no-purge --skip-plugins --skip-themes --skip-packages",
"watch": "gulp watch:styles",
"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:tag && start https://github.com/geminorum/gtheme_03/releases",
"home": "start https://github.com/geminorum/gtheme_03/",
"issues": "start https://github.com/geminorum/gtheme_03/issues"
},
"dependencies": {},
"devDependencies": {
"@wordpress/browserslist-config": "^5.30.0",
"@wordpress/stylelint-config": "^21.30.0",
"autoprefixer": "^10.4.16",
"browserlist": "^1.0.1",
"cssnano": "^6.0.1",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"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": "^4.0.0",
"gulp-exclude-gitignore": "^1.2.0",
"gulp-if": "^3.0.0",
"gulp-livereload": "^4.0.2",
"gulp-load-plugins": "^2.0.8",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-wp-pot": "^2.5.0",
"js-yaml": "^4.1.0",
"parse-changelog": "^1.0.2",
"postcss": "^8.4.32",
"prettyjson": "^1.2.5",
"publish-release": "^1.6.1",
"rtlcss": "^4.1.1",
"semistandard": "^17.0.0",
"stylelint": "^15.11.0",
"xtend": "^4.0.2"
},
"optionalDependencies": {
"bootstrap": "^4.6.2",
"genericons-neue": "^4.0.5",
"jcarousel": "^0.3.9",
"jquery": "^3.7.1",
"minireset.css": "^0.0.7",
"paper-css": "^0.4.1",
"popper.js": "^1.16.1",
"screenfull": "^6.0.2",
"slick-carousel": "^1.8.1",
"vazir-font": "^30.1.0",
"vazirmatn": "^33.0.3"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"semistandard": {
"ignore": [
"/js/vendor/",
"*.min.js"
],
"globals": [
"jQuery",
"ajaxurl"
]
},
"readme": "ERROR: No README data found!",
"private": true
}