https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9c73e9610c7479ff97436717ab72998e2ceff05b authored by Dmitri Naumov on 10 October 2021, 10:46:07 UTC
[T] clang-format.
Tip revision: 9c73e96
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