forked from OCHA-DAP/wordpress-centre-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 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
62
63
64
{
"name": "wordpress-gulp-starter-kit",
"version": "0.3.1",
"description": "A starter kit for developing WordPress themes with Gulp",
"homepage": "https://github.com/synapticism/wordpress-gulp-starter-kit",
"repository": {
"type": "git",
"url": "https://github.com/synapticism/wordpress-gulp-starter-kit.git"
},
"keywords": [
"wordpress",
"wordpress-theme",
"wordpress-starter-theme",
"starter-kit",
"theme",
"gulp",
"bower",
"composer",
"sass",
"browsersync",
"livereload"
],
"author": "Alexander Synaptic <[email protected]>",
"license": "GPL-3.0",
"main": "gulpfile.js",
"private": true,
"devDependencies": {
"bootstrap": "^4.6.0",
"bootstrap-sass": "^3.4.1",
"browser-sync": "^2.27.10",
"del": "^2.2.2",
"font-awesome": "^4.7.0",
"gulp": "^4.0.0",
"gulp-changed": "^1.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.0.3",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.6.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"html5-history-api": "^4.2.7",
"jshint": "^2.13.5",
"merge-stream": "^1.0.0",
"normalize.css": "^4.2.0",
"require-dir": "^0.3.0",
"sass": "^1.53.0",
"scut": "^1.4.0",
"slick-carousel": "^1.8.1",
"spin.js": "^2.3.2",
"svg4everybody": "^2.1.0",
"timeago": "^1.6.7",
"wp-ajax-page-loader": "^0.3.0"
},
"scripts": {
"postinstall": "mv node_modules/normalize.css/normalize.css node_modules/normalize.css/_normalize.scss"
},
"dependencies": {}
}