generated from visual-framework/vf-eleventy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 3.36 KB
/
package.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "allaboutken-11ty",
"version": "1.0.0-alpha.1",
"description": "Ken's site.",
"repository": {
"type": "git",
"url": "git+https://github.com/visual-framework/vf-eleventy.git"
},
"license": "Apache-2.0",
"author": "Ken Hawkins <[email protected]> (https://www.allaboutken.com/)",
"main": "gulpfile.js",
"vfConfig": {
"vfName": "All about Ken",
"vfNamespace": "ken-",
"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": "^2.0.0-beta.2",
"@node-sass/node-module-importer": "1.2.3",
"@visual-framework/embl-grid": "2.2.0",
"@visual-framework/vf-banner": "1.9.2",
"@visual-framework/vf-body": "1.2.0",
"@visual-framework/vf-box": "2.4.0",
"@visual-framework/vf-card": "2.7.0",
"@visual-framework/vf-card-container": "3.2.1",
"@visual-framework/vf-cluster": "1.0.2",
"@visual-framework/vf-code-example": "1.3.0",
"@visual-framework/vf-config": "1.0.1-alpha.0",
"@visual-framework/vf-content": "1.6.7",
"@visual-framework/vf-core": "2.2.37",
"@visual-framework/vf-details": "1.2.0",
"@visual-framework/vf-divider": "2.0.1",
"@visual-framework/vf-embed": "1.1.2",
"@visual-framework/vf-extensions": "2.0.0-alpha.2",
"@visual-framework/vf-figure": "2.0.1",
"@visual-framework/vf-font-plex-mono": "1.1.1",
"@visual-framework/vf-font-plex-sans": "1.1.1",
"@visual-framework/vf-footer": "1.2.0",
"@visual-framework/vf-form": "2.0.0-alpha.2",
"@visual-framework/vf-global-header": "3.1.2",
"@visual-framework/vf-grid": "1.4.1",
"@visual-framework/vf-heading": "1.1.0",
"@visual-framework/vf-intro": "1.5.1",
"@visual-framework/vf-lede": "1.0.1",
"@visual-framework/vf-link": "2.0.0",
"@visual-framework/vf-logo": "1.5.1",
"@visual-framework/vf-navigation": "5.0.0",
"@visual-framework/vf-no-js": "1.0.1",
"@visual-framework/vf-sass-config": "2.7.1",
"@visual-framework/vf-sass-utilities": "1.0.1",
"@visual-framework/vf-search": "3.0.0-alpha.1",
"@visual-framework/vf-search-client-side": "2.0.0-alpha.2",
"@visual-framework/vf-section-header": "1.5.3",
"@visual-framework/vf-show-more": "1.1.2",
"@visual-framework/vf-sidebar": "1.0.0-alpha.2",
"@visual-framework/vf-stack": "3.0.0",
"@visual-framework/vf-summary": "1.6.1",
"@visual-framework/vf-summary-container": "1.0.0",
"@visual-framework/vf-table": "1.2.0-rc.3",
"@visual-framework/vf-tabs": "2.1.1",
"@visual-framework/vf-text": "1.1.0",
"@visual-framework/vf-u-fullbleed": "1.2.2",
"@visual-framework/vf-utility-classes": "2.0.0",
"gulp-image-resize": "0.13.1",
"gulp-images-resizer": "0.0.8",
"html-minifier": "4.0.0",
"list-stream": "2.1.0",
"node-html-parser": "6.1.4",
"require-dir": "1.2.0",
"strip-js": "1.2.0",
"striptags": "3.2.0"
},
"bugs": {
"url": "https://github.com/khawkins98/allaboutken-11ty/issues"
},
"homepage": "https://github.com/khawkins98/allaboutken-11ty#readme",
"keywords": []
}