https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ea071a5ce1a5301caef764e6c30f7d4f4740b82b authored by wenqing on 08 February 2022, 14:57:48 UTC
Merge branch 'RM_T_init_total_stress_vapor_diffusion_latent_heat_use_MPL_vapour_stuff' into 'master'
Tip revision: ea071a5
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