-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
{
"name": "cenote",
"version": "1.4.2",
"description": "Next Generation WordPress blog theme",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build"
},
"devDependencies": {
"autoprefixer": "^8.5.1",
"browser-sync": "^2.26.3",
"eslint": "^4.19.1",
"eslint-config-wordpress": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-eslint": "^4.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-phpcs": "^2.2.0",
"gulp-plumber": "^1.2.0",
"gulp-readme-to-markdown": "^0.2.1",
"gulp-rtlcss": "^1.2.0",
"gulp-sass": "^4.1.1",
"gulp-stylelint": "^7.0.0",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.9",
"gulp-wp-pot": "^2.3.1",
"gulp-zip": "^4.1.0",
"node-sass": "^5.0.0",
"stylelint": "^9.2.1",
"stylelint-config-wordpress": "^13.0.0"
},
"engines": {
"node": ">=8.9.3",
"npm": ">=5.5.1"
},
"author": "ThemeGrill",
"license": "GPL",
"dependencies": {
"fix": "0.0.6",
"gulp-cli": "^2.2.0",
"gulp-compress": "0.0.9"
}
}