{
  "name": "@ebiwd/ebi-eleventy-boilerplate",
  "version": "2.0.0-alpha.14",
  "description": "Build a site with Visual Framework components using the the Eleventy templating engine.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ebiwd/ebi-eleventy-boilerplate.git"
  },
  "license": "Apache-2.0",
  "author": "Ken Hawkins <ken.hawkins@embl.de> (https://www.embl.de/aboutus/communication_outreach/)",
  "main": "gulpfile.js",
  "vfConfig": {
    "vfName": "EBI Boilerplate for Eleventy",
    "vfNamespace": "ebieleventy-",
    "vfComponentPath": "./src/components",
    "vfBuildDestination": "./build",
    "vfThemePath": "@frctl/mandelbrot"
  },
  "scripts": {
    "build": "gulp build && echo \"🏋 Build completed\" && exit 0",
    "dev": "gulp dev",
    "start": "npm run dev",
    "test": "echo \"Error: no test specified\" && exit 0",
    "update-components": "yarn upgrade-interactive --latest"
  },
  "dependencies": {
    "@11ty/eleventy": "^0.11.0",
    "@node-sass/node-module-importer": "^1.2.3",
    "@visual-framework/embl-breadcrumbs-lookup": "^1.0.0-rc.0",
    "@visual-framework/embl-conditional-edit": "^1.0.2",
    "@visual-framework/embl-content-hub-loader": "^1.0.5",
    "@visual-framework/embl-grid": "^1.0.4",
    "@visual-framework/embl-logo": "^1.0.4",
    "@visual-framework/embl-notifications": "^1.0.0-beta.0",
    "@visual-framework/vf-banner": "1.3.0",
    "@visual-framework/vf-box": "^1.0.4",
    "@visual-framework/vf-breadcrumbs": "^1.0.1",
    "@visual-framework/vf-card": "^2.0.0",
    "@visual-framework/vf-card-container": "^2.0.0",
    "@visual-framework/vf-code-example": "^1.0.1",
    "@visual-framework/vf-config": "^1.0.0-alpha.0",
    "@visual-framework/vf-content": "^1.1.6",
    "@visual-framework/vf-core": "^2.0.1",
    "@visual-framework/vf-design-tokens": "^1.0.7",
    "@visual-framework/vf-divider": "^1.0.0",
    "@visual-framework/vf-extensions": "^1.0.0-alpha.6",
    "@visual-framework/vf-favicon": "1.0.2",
    "@visual-framework/vf-font-plex-mono": "^1.1.0",
    "@visual-framework/vf-font-plex-sans": "^1.1.0",
    "@visual-framework/vf-footer": "^1.0.5",
    "@visual-framework/vf-form__core": "^1.0.3",
    "@visual-framework/vf-grid": "^1.0.5",
    "@visual-framework/vf-grid-page": "^2.0.0",
    "@visual-framework/vf-heading": "^1.0.0",
    "@visual-framework/vf-hero": "^1.4.4",
    "@visual-framework/vf-inlay": "^1.0.0-rc.3",
    "@visual-framework/vf-intro": "^1.0.2",
    "@visual-framework/vf-lede": "^1.0.1",
    "@visual-framework/vf-link": "^1.0.3",
    "@visual-framework/vf-masthead": "^1.0.3",
    "@visual-framework/vf-navigation": "^1.2.3",
    "@visual-framework/vf-no-js": "1.0.0",
    "@visual-framework/vf-sass-config": "^1.1.2",
    "@visual-framework/vf-sass-utilities": "^1.0.1",
    "@visual-framework/vf-search": "^1.0.0",
    "@visual-framework/vf-summary": "^1.0.6",
    "@visual-framework/vf-table": "^1.0.1-1.1.1.0",
    "@visual-framework/vf-tabs": "^1.1.1",
    "@visual-framework/vf-text": "^1.0.2",
    "@visual-framework/vf-utility-classes": "^1.0.3",
    "e": "^0.0.4",
    "html-minifier": "^4.0.0",
    "list-stream": "^2.0.0",
    "require-dir": "^1.0.0"
  },
  "bugs": {
    "url": "https://github.com/ebiwd/ebi-eleventy-boilerplate/issues"
  },
  "homepage": "https://github.com/ebiwd/ebi-eleventy-boilerplate#readme",
  "keywords": []
}
