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
|
{
"name": "camilstaps.nl",
"version": "0.1.0",
"devDependencies": {
"bootstrap": "^5.3.3",
"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": "^6.0.0",
"highlight.js": "^11.0.1",
"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",
"sass": "^1.83.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6",
"academicons": "^1.8.6"
},
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js",
"watch": "./node_modules/gulp/bin/gulp.js watch"
}
}
|