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 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.71 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
{
"name": "Plate",
"version": "1.4.5",
"slug": "plate",
"prefix": "plate",
"textdomain": "plate",
"downloadid": "93142",
"css_min_suffix": ".min",
"cmb2": false,
"private": false,
"description": "Plate is an incredible and exceptionally powerful WordPress theme designed from the ground up to build amazing and beautifully designed websites specifically for restaurants, bistros, cafes, sandwich shops, bars, and just about any other eatery business out there.",
"theme_uri": "https://themebeans.com/themes/plate",
"author": "Rich Tabor of ThemeBeans",
"author_uri": "https://themebeans.com",
"author_shop": "ThemeBeans",
"license": "GPL-3.0",
"copyright": "Copyright (c) 2018, ThemeBeans",
"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",
"stylelint-config-wordpress": "^13.0.0"
},
"dependencies": {
"postcss": "^6.0.19",
"stylelint": "^9.1.1"
},
"stylelint": {
"extends": "stylelint-config-wordpress/scss",
"rules": {
"at-rule-empty-line-before": null
}
},
"scripts": {
"start": "gulp",
"build": "gulp build"
}
}