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
|
{
"name": "camilstaps.nl",
"version": "0.1.0",
"devDependencies": {
"bootstrap-sass": "~3.4.1",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-minify-html": "^1.0.6",
"gulp-notify": "^4.0.0",
"gulp-pug-3": "^1.2.2",
"gulp-sass-next": "^6.0.0",
"highlight.js": "^11.0.1",
"jquery": "^3.6.0",
"jstransformer-markdown-it": "^2.1.0",
"markdown-it-anchor": "^8.0.3",
"markdown-it-footnote": "^3.0.3",
"markdown-it-table-of-contents": "^0.5.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"academicons": "^1.8.6"
},
"scripts": {
"watch": "./node_modules/gulp/bin/gulp.js watch"
}
}
|