forked from johndavemanuel/bootstrap-gulp-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "bootstrap-gulp-starter-template",
"version": "1.4.0",
"description": "a bootstrap boiler plate with sass, concatenation, minification, autoprefixer, sourcemaps, browser-sync, git and gulp task runner",
"main": "index.js",
"scripts": {
"development": "gulp development",
"production": "gulp production",
"linters": "gulp lint",
"accessibility": "gulp a11y"
},
"author": "johndavemanuel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/johndavemanuel/bootstrap4-gulp-starter-template"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"ansi-colors": "^4.1.1",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.18.13",
"csscomb": "^4.2.0",
"del": "^5.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-accessibility": "^3.1.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-html-replace": "^1.6.2",
"gulp-htmllint": "0.0.16",
"gulp-imagemin": "^6.0.0",
"gulp-jshint": "^2.1.0",
"gulp-newer": "^1.4.0",
"gulp-pretty-html": "^2.0.9",
"gulp-remove-code": "^3.0.4",
"gulp-remove-logging": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^1.0.4",
"jshint": "^2.10.1",
"node-bourbon": "^4.2.8",
"panini": "^1.6.3",
"run-sequence": "^2.2.1",
"chalk": "^4.0.0"
},
"dependencies": {
"bootstrap": "^4.5.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.7"
}
}