https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 08f9f3cd77862ea1a1f69c5ade71c27915ff3a1c authored by Dominik Kern on 22 November 2021, 08:28:11 UTC
detail domain
Tip revision: 08f9f3c
package.json
{
  "private": true,
  "scripts": {
    "build": "npx tailwindcss -o static/css/all.css --jit -i assets/css/main.css -m && hugo",
    "build-with-nb": "find ../Tests/Notebooks -type f -iname '*.ipynb' -not -path \"*.ipynb_checkpoints*\" | xargs -n1 nb2hugo --site-dir . --section docs/benchmarks/notebooks --template ../Tests/Notebooks/nbconvert_templates/collapsed.md.j2 && npx tailwindcss -o static/css/all.css --jit -i assets/css/main.css -m && hugo",
    "server": "hugo server",
    "index": "hugo-algolia -toml",
    "upload-index": "hugo-algolia --toml -s"
  },
  "devDependencies": {
    "@tailwindcss/line-clamp": "^0.2.1",
    "@tailwindcss/typography": "^0.4.1",
    "hugo-algolia": "^1.2.13",
    "tailwindcss": "^2.2.15"
  }
}
back to top