-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.7 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
{
"name": "gpersiandate",
"productName": "gPersianDate",
"version": "3.8.3",
"description": "Persian Date for WordPress",
"license": "GPL-3+",
"homepage": "https://github.com/geminorum/gpersiandate",
"author": {
"name": "Nasser Rafie",
"email": "[email protected]",
"url": "https://geminorum.ir"
},
"repository": {
"type": "git",
"url": "git://github.com/geminorum/gpersiandate.git"
},
"bugs": {
"url": "https://github.com/geminorum/gpersiandate/issues"
},
"scripts": {
"gulp": "./node_modules/gulp/bin/gulp.js",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "gulp clean",
"build": "gulp build",
"ready": "gulp build",
"refresh": "gulp sass",
"watch": "gulp watch",
"i18n:pot": "wp i18n make-pot . --exclude='.temp,.github,.vscode,assets/components,assets/libs,assets/blocks/**/src,gulpfile.mjs' --file-comment='' --headers='{\"Last-Translator\":\"NULL\",\"Language-Team\":\"NULL\",\"Report-Msgid-Bugs-To\":\"https://github.com/geminorum/gpersiandate/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",
"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/gpersiandate/releases",
"home": "start https://github.com/geminorum/gpersiandate/",
"issues": "start https://github.com/geminorum/gpersiandate/issues"
},
"dependencies": {},
"devDependencies": {
"@wordpress/browserslist-config": "^5.25.0",
"@wordpress/stylelint-config": "^21.25.0",
"autoprefixer": "^10.4.16",
"browserslist": "^4.22.1",
"cssnano": "^6.0.1",
"del": "^7.1.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-dart-sass": "^1.1.0",
"gulp-livereload": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass-unicode": "^1.0.5",
"gulp-sass-variables": "^1.2.0",
"postcss": "^8.4.31",
"postcss-inline-svg": "^6.0.0",
"rtlcss": "^4.1.1",
"semistandard": "^17.0.0",
"stylelint": "^15.10.3"
},
"optionalDependencies": {
"timeago": "^1.6.7"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"semistandard": {
"ignore": [
"/assets/libs/",
"*.min.js"
],
"globals": [
"jQuery",
"ajaxurl",
"wp"
]
},
"readme": "ERROR: No README data found!",
"private": true
}