summaryrefslogtreecommitdiffstats
path: root/package.json
blob: e30c16d26f1f3c3a65d604f308bde78194c9533a (plain)
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
{
  "name": "ed",
  "version": "0.8.0",
  "private": true,
  "description": "Ed theme for minimal editions, based on Alex Gil theme.",
  "keywords": [
    "hugo",
    "theme",
    "minimal"
  ],
  "homepage": "https://github.com/sergeyklay/gohugo-theme-ed#readme",
  "bugs": {
    "url": "https://github.com/sergeyklay/gohugo-theme-ed/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sergeyklay/gohugo-theme-ed.git"
  },
  "license": "MIT",
  "author": "Serghei Iakovlev <egrep@protonmail.ch>",
  "main": "index.js",
  "scripts": {
    "build": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=production hugo --gc --logLevel info --source=exampleSite --cleanDestinationDir --printUnusedTemplates --printPathWarnings --printMemoryUsage --printI18nWarnings --buildDrafts --buildExpired --buildFuture --forceSyncStatic",
    "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-preview": "node netlify-preview.js"
  },
  "devDependencies": {
    "@playwright/test": "^1.49.1",
    "@types/node": "^22.10.5",
    "eslint": "^9.18.0",
    "jsdom": "^26.0.0"
  }
}