This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
74 lines (74 loc) · 1.84 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
{
"name": "Pinto",
"version": "3.0.8",
"slug": "pinto",
"prefix": "pinto",
"textdomain": "pinto",
"downloadid": "23101",
"css_min_suffix": ".min",
"cmb2": false,
"private": false,
"description": "A modern and stylish photography blogging theme for WordPress.",
"theme_uri": "https://themebeans.com/themes/pinto",
"author": "Rich Tabor of ThemeBeans",
"author_uri": "https://themebeans.com",
"author_shop": "ThemeBeans",
"license": "GPL-3.0",
"copyright": "Copyright (c) 2018, ThemeBeans",
"sandbox_url": "",
"devDependencies": {
"browser-sync": "^2.11.1",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.5.2",
"gulp-copy": "^1.0.1",
"gulp-filter": "^4.0.0",
"gulp-hub": "^4.2.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^2.4.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-merge-media-queries": "^0.2.1",
"gulp-notify": "^3.2.0",
"gulp-open": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace-task": "^0.11.0",
"gulp-sass": "^3.2.1",
"gulp-sftp": "^0.1.5",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.8",
"gulp-watch": "^4.3.11",
"gulp-wp-pot": "^1.2.2",
"gulp-zip": "^4.0.0",
"prettier-stylelint": "^0.4.2",
"stylelint-config-prettier": "^3.1.0",
"stylelint-config-wordpress": "^13.0.0",
"stylelint-order": "^0.8.1"
},
"dependencies": {
"postcss": "^6.0.19",
"stylelint": "^9.1.1"
},
"stylelint": {
"extends": [
"stylelint-config-wordpress/scss",
"stylelint-config-prettier"
],
"plugins": [
"stylelint-order"
],
"rules": {
"at-rule-empty-line-before": null,
"no-descending-specificity": null,
"order/properties-alphabetical-order": true
}
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"stylelint": "stylelint '**/*.scss --fix'"
}
}