summaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: 3979ff74607ca8e6b89f037f25ec3a16dfa4652b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "camilstaps.nl",
  "version": "0.1.0",
  "devDependencies": {
    "bootstrap-sass": "~3.4.1",
    "gulp": "^4.0.2",
    "gulp-changed": "^4.0.2",
    "gulp-minify-html": "^1.0.6",
    "gulp-notify": "^4.0.0",
    "gulp-pug-3": "^1.2.2",
    "gulp-sass-next": "^6.0.0"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^5.15.3",
    "academicons": "^1.8.6"
  }
}