forked from themebeans/trim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.54 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
{
"name": "Trim",
"version": "2.0.7",
"slug": "trim",
"prefix": "trim",
"textdomain": "trim",
"downloadid": "54568",
"css_min_suffix": ".min",
"cmb2": false,
"private": false,
"description": "Trim is a super-flexible masonry inspired blog & portfolio WordPress theme.",
"theme_uri": "https://themebeans.com/themes/trim",
"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",
"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"
}
}