-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.87 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
{
"name": "coursemaker",
"description": "Development files for the Course Maker Pro theme",
"repository": {
"type": "git",
"url": "https://github.com/brandid/course-maker-pro/"
},
"author": "The brandiD",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/brandid/course-maker-pro/"
},
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"homepage": "https://thebrandid.com",
"devDependencies": {
"bourbon": "^4.2.6",
"bourbon-neat": "^1.7.2",
"browser-sync": "^2.26.7",
"css-mqpacker": "^5.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.2.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-svgo": "^1.5.3",
"gulp-uglify": "^3.0.0",
"gulp-wp-pot": "^2.2.0",
"gulp-zip": "^4.0.0",
"node-sass": "^4.14.1",
"postcss-pxtorem": "^4.0.1",
"postcss-svg": "^1.0.6"
},
"theme": {
"name": "Course Maker Pro",
"uri": "https://demo.studiopress.com/genesis-sample/",
"description": "A Gutenberg-Optimized child theme for the Genesis WordPress framework",
"author": "The brandiD",
"authoruri": "https://thebrandid.com/",
"version": "2.0.3",
"tags": "one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready",
"license": "GPL-2.0-or-later",
"licenseuri": "https://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "coursemaker"
},
"dependencies": {
"del": "^5.1.0",
"npm": "^6.13.6"
}
}