-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.6 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.6 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@visual-framework/vf-boilerplate-eleventy",
"version": "2.0.0-alpha.12",
"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 <ken.hawkins@embl.de> (https://www.embl.de/aboutus/communication_outreach/)",
"main": "gulpfile.js",
"vfConfig": {
"vfName": "VF Boilerplate for Eleventy",
"vfNamespace": "vfeleventy-",
"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.9.0",
"@node-sass/node-module-importer": "^1.2.3",
"@visual-framework/embl-grid": "^1.0.0-alpha.7",
"@visual-framework/vf-banner": "1.0.0-alpha.7",
"@visual-framework/vf-code-example": "^1.0.0-alpha.7",
"@visual-framework/vf-content": "^1.0.0-beta.7",
"@visual-framework/vf-core": "^2.0.0-beta.4",
"@visual-framework/vf-design-tokens": "^1.0.0-beta.6",
"@visual-framework/vf-divider": "^1.0.0-rc.7",
"@visual-framework/vf-eleventy--extensions": "^1.0.0-alpha.11",
"@visual-framework/vf-favicon": "1.0.0-beta.6",
"@visual-framework/vf-font-plex-mono": "^1.0.0-beta.7",
"@visual-framework/vf-font-plex-sans": "^1.0.0-beta.7",
"@visual-framework/vf-form__core": "^1.0.0-alpha.7",
"@visual-framework/vf-global-header": "^1.0.0-alpha.7",
"@visual-framework/vf-grid": "^1.0.0-alpha.7",
"@visual-framework/vf-grid-page": "^1.0.0-alpha.7",
"@visual-framework/vf-heading": "^1.0.0-beta.7",
"@visual-framework/vf-intro": "^1.0.0-beta.7",
"@visual-framework/vf-lede": "^1.0.0-beta.7",
"@visual-framework/vf-logo": "^1.0.0-alpha.7",
"@visual-framework/vf-navigation": "^1.0.0-alpha.7",
"@visual-framework/vf-no-js": "1.0.0-rc.7",
"@visual-framework/vf-sass-config": "^1.0.0-beta.7",
"@visual-framework/vf-sass-utilities": "^1.0.0-beta.7",
"@visual-framework/vf-text": "^1.0.0-beta.7",
"gulp-image-resize": "^0.13.1",
"html-minifier": "^4.0.0",
"list-stream": "^1.0.1",
"require-dir": "^1.0.0"
},
"bugs": {
"url": "https://github.com/visual-framework/vf-eleventy/issues"
},
"homepage": "https://github.com/visual-framework/vf-eleventy#readme",
"keywords": []
}