-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.baserc.json
More file actions
15 lines (15 loc) · 805 Bytes
/
.baserc.json
File metadata and controls
15 lines (15 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"depcheckConfig": {
"ignoreMatches": [
"@playwright/browser-chromium"
]
},
"name": "@dword-design/nuxt-module",
"seeAlso": [
{ "description": "Adds Nuxt page data to route meta at build time.", "repository": "nuxt-route-meta" },
{ "description": "Adds a Modernizr build to your Nuxt.js app.", "repository": "nuxt-modernizr" },
{ "description": "Embed a Mermaid diagram in a Nuxt.js app by providing its diagram string.", "repository": "nuxt-mermaid-string" },
{ "description": "Additional module for @nuxt/content that replaces or adds createdAt and updatedAt dates based on the git history.", "repository": "nuxt-content-git" },
{ "description": "Nuxt CLI that supports babel. Inspired by @nuxt/typescript-runtime.", "repository": "nuxt-babel-runtime" }
]
}