-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1012 Bytes
/
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
{
"name": "starter-bootstrap-4-gulp-template",
"version": "1.0.0",
"description": "Bootstrap 4 Gulp 4 starter",
"main": "index.js",
"scripts": {
"start": "gulp bootstrap && gulp watch",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/Calexxxxx/bootstrap-4-gulp-4-starter-theme.git"
},
"keywords": ["bootstrap4", "gulp4", "gulp-sass", "browser-sync", "gulp-babel", "gulp-autoprefixer"],
"author": "Pascal Meers",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5"
},
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.7"
}
}