@gpm-lds-astro/layouts
Version:
Layouts of the LDS Astro template.
40 lines (39 loc) • 1.1 kB
JSON
{
"name": "@gpm-lds-astro/layouts",
"version": "0.25.13",
"type": "module",
"author": "Shahid N. Shah",
"repository": "https://github.com/shah/gpm-lds-astro.git",
"homepage": "https://github.com/shah/gpm-lds-astro",
"scripts": {},
"main": "index.js",
"exports": {
".": "./index.js",
"./BaseLayout": "./BaseLayout.astro",
"./GlobalNavOnlyLayout": "./GlobalNavOnlyLayout.astro",
"./GlobalNavWithChildrenNavLayout": "./GlobalNavWithChildrenNavLayout.astro",
"./GlobalNavWithSidebarTocLayout": "./GlobalNavWithSidebarTocLayout.astro",
"./GlobalNavWithSidebarLayout": "./GlobalNavWithSidebarLayout.astro",
"./BaseLayoutWithNav": "./BaseLayoutWithNav.astro"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/shah/gpm-lds-astro/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Layouts of the LDS Astro template.",
"keywords": [
"GPM",
"lds",
"layouts",
"astro"
],
"license": "MIT",
"private": false,
"devDependencies": {
"sass": "^1.49.9"
}
}