-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "bramtenhove.nl",
"scripts": {
"test": "gulp"
},
"author": "Bram ten Hove",
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.6",
"css-mqpacker": "^5.0.1",
"del": "^2.2.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-flatten": "^0.3.1",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-prompt": "^1.2.0",
"gulp-pug": "^3.0.4",
"gulp-pug-inheritance": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rsync": "0.0.7",
"gulp-rucksack": "^0.1.3",
"gulp-sass": "^2.3.1",
"gulp-sass-lint": "^1.1.1",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jstransformer-markdown": "^1.1.0",
"minimist": "^1.2.6",
"node-sass-import-once": "^1.2.0",
"path": "^0.12.7",
"run-sequence": "^1.2.2",
"sass-convert": "^0.5.2",
"bulma": "^0.5.1"
},
"dependencies": {
"smooth-scroll": "^12.1.5"
}
}