forked from wp-blocks/modul-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 2.02 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
{
"name": "modul-r",
"version": "1.2.4",
"repository": "https://github.com/erikyo/modul-r",
"license": "GPL-3.0",
"main": "Modul R",
"description": "Modul R Wordpress Theme",
"author": {
"name": "Codekraft Studio",
"website": "https://codekraft.it/"
},
"homepage": "https://modul-r.codekraft.it/",
"wp": {
"themeName": "Modul-R",
"description": "Modul R is a powerful and flexible theme that provides a fast way to create an awesome website. Modul R brings plenty of customization possibilities thanks to gulp4, it comes with preconfigured SASS style, visibility triggered animations, image parallax, lightbox, slider, grid layout (masonry), category sidebar accordion and many more features! Modul R also provides a seamless integration with Gutemberg and Woocommerce.",
"textDomain": "modul-r",
"tags": "blog, e-commerce, portfolio, one-column, two-columns, grid-layout, custom-background, custom-header, custom-logo, custom-menu, custom-colors, editor-style, microformats, flexible-header, footer-widgets, featured-images, featured-image-header, full-width-template, block-styles, theme-options, wide-blocks, sticky-post, threaded-comments, translation-ready",
"licenseURI": "https://github.com/erikyo/modul-r/blob/master/LICENSE"
},
"scripts": {
"watch": "node node_modules/gulp/bin/gulp watch",
"build": "node node_modules/gulp/bin/gulp build",
"postinstall": "node node_modules/gulp/bin/gulp build"
},
"style": "./style.css",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"autoprefixer": "^9.7.5",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-imagemin": "^7.1.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"gulp-wp-pot": "^2.3.6",
"gulp-zip": "^5.0.1"
}
}