{ "name": "@visual-framework/vf-boilerplate-eleventy", "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/visual-framework/vf-eleventy.git" }, "license": "Apache-2.0", "author": "Ken Hawkins (https://www.embl.de/aboutus/communication_outreach/)", "main": "gulpfile.js", "vfConfig": { "vfName": "EMBL Jobs directory", "vfNamespace": "embljobs-", "vfComponentPath": "./src/components", "vfBuildDestination": "./build", "vfBuildFractalMode": "dataObject", "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.1", "@node-sass/node-module-importer": "1.2.3", "@visual-framework/embl-breadcrumbs-lookup": "2.0.1", "@visual-framework/embl-conditional-edit": "1.0.3", "@visual-framework/embl-content-hub-loader": "1.0.8", "@visual-framework/embl-content-meta-properties": "1.0.1", "@visual-framework/embl-favicon": "1.0.2", "@visual-framework/embl-grid": "2.1.0", "@visual-framework/embl-logo": "1.1.0", "@visual-framework/embl-notifications": "1.0.1", "@visual-framework/vf-analytics-google": "1.0.3", "@visual-framework/vf-banner": "1.7.0", "@visual-framework/vf-body": "1.0.0", "@visual-framework/vf-box": "2.3.0", "@visual-framework/vf-breadcrumbs": "2.0.1", "@visual-framework/vf-card": "2.3.3", "@visual-framework/vf-card-container": "3.0.2", "@visual-framework/vf-cluster": "1.0.1", "@visual-framework/vf-code-example": "1.2.0", "@visual-framework/vf-config": "1.0.1-alpha.0", "@visual-framework/vf-content": "1.3.5", "@visual-framework/vf-core": "2.2.16", "@visual-framework/vf-design-tokens": "3.1.0", "@visual-framework/vf-divider": "2.0.0", "@visual-framework/vf-extensions": "1.0.0-rc.0", "@visual-framework/vf-favicon": "1.0.2", "@visual-framework/vf-font-plex-mono": "1.1.1", "@visual-framework/vf-font-plex-sans": "1.1.1", "@visual-framework/vf-footer": "1.1.0", "@visual-framework/vf-form__core": "1.1.0", "@visual-framework/vf-global-header": "3.1.0", "@visual-framework/vf-grid": "1.4.0", "@visual-framework/vf-header": "1.0.4", "@visual-framework/vf-heading": "1.0.0", "@visual-framework/vf-hero": "2.0.5", "@visual-framework/vf-intro": "1.4.5", "@visual-framework/vf-lede": "1.0.1", "@visual-framework/vf-link": "1.0.3", "@visual-framework/vf-link-list": "1.3.1", "@visual-framework/vf-logo": "1.5.0", "@visual-framework/vf-navigation": "2.2.0", "@visual-framework/vf-no-js": "1.0.1", "@visual-framework/vf-polyfill-js": "1.0.0-alpha.1", "@visual-framework/vf-sass-config": "2.3.1", "@visual-framework/vf-sass-utilities": "1.0.1", "@visual-framework/vf-search": "1.2.0", "@visual-framework/vf-section-header": "1.3.2", "@visual-framework/vf-stack": "2.0.0", "@visual-framework/vf-summary": "1.4.1", "@visual-framework/vf-summary-container": "1.0.0", "@visual-framework/vf-tabs": "1.2.0", "@visual-framework/vf-text": "1.0.2", "@visual-framework/vf-u-fullbleed": "1.2.2", "@visual-framework/vf-utility-classes": "2.0.0", "gulp-image-resize": "0.13.1", "html-minifier": "4.0.0", "list-stream": "2.0.0", "lodash": "4.17.20", "ora": "5.2.0", "require-dir": "1.2.0", "strip-js": "1.2.0" }, "bugs": { "url": "https://github.com/visual-framework/vf-eleventy/issues" }, "homepage": "https://github.com/visual-framework/vf-eleventy#readme", "keywords": [], "devDependencies": { "@visual-framework/ebi-header-footer": "2.0.0" } }