-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.07 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
{
"name": "bubs-eleventy",
"version": "0.0.1",
"description": "bubs static with eleventy",
"private": true,
"author": "",
"license": "MIT",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/patronage/bubs-static"
},
"dependencies": {
"@11ty/eleventy": "^0.6.0",
"bootstrap": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@mightyplow/eleventy-plugin-cache-buster": "^1.1.3",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"beeper": "^1.1.1",
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-csso": "^3.0.1",
"gulp-gm": "^0.0.9",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.1.6",
"pump": "^3.0.0"
}
}