forked from mveenstra/bootstrap-4-gulp-sass-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.42 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
{
"name": "patternlibrary",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp",
"styleguide": "gulp styleguidewatch",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bootstrap": "^4.3.1",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^7.0.0",
"gulp-babel": "^6.1.2",
"gulp-bundle-assets": "^2.29.0",
"gulp-cache": "^1.0.1",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^1.2.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-extname": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.1",
"gulp-yml": "^0.1.1",
"panini": "^1.5.1",
"postcss-scss": "^1.0.2",
"run-sequence": "^2.2.0",
"yargs": "^13.2.1"
},
"dependencies": {
"bootstrap": "^4.3.1",
"bower": "^1.8.2",
"del": "^3.0.0",
"gulp-imagemin": "^3.4.0",
"gulp-include": "^2.3.1",
"gulp-rename": "^1.2.2",
"handlebars": "^4.0.10",
"jquery": "^3.2.1",
"mappy-breakpoints": "^0.2.3",
"popper.js": "^1.12.5",
"sass": "^1.0.0-beta.2",
"sc5-styleguide": "^2.2.0"
}
}