diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-27 20:23:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 20:23:26 +0200 |
| commit | 628b3c2249db280ecb60ec0f8fd8053f88a265e4 (patch) | |
| tree | 28b485882134deee3a6b1cb78b041c4fe4930f1a /package.json | |
| parent | 96fdcc50bde51af98c8ded2890f4c45c2c801b6e (diff) | |
| download | gohugo-theme-ed-628b3c2249db280ecb60ec0f8fd8053f88a265e4.tar.gz | |
Add Google Tag Manager support (#178)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index d7785a4..34dd342 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,15 @@ "server": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=development hugo server --logLevel info --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", "test": "playwright test", "lint": "eslint static/js/* assets/js/* tests/*.spec.js eslint.config.js playwright.config.js netlify-preview.js", + "netlify-production": "node netlify-production.js", "netlify-preview": "node netlify-preview.js" }, "devDependencies": { "@playwright/test": "^1.47.2", "@types/node": "^22.7.3", "eslint": "^9.11.1", - "jsdom": "^25.0.1" + "fs": "^0.0.1-security", + "jsdom": "^25.0.1", + "yaml": "^2.5.1" } } |
