Revision bcd41d27501a545525b94493f4903c9d55493123 authored by Tom Fischer on 21 December 2022, 16:59:00 UTC, committed by Tom Fischer on 21 December 2022, 16:59:00 UTC
Correct getElevation() and Mesh2Raster tool

See merge request ogs/ogs!4422
2 parent s eba5533 + fd28d04
Raw File
package.json
{
  "private": true,
  "scripts": {
    "build": "npx tailwindcss -o static/css/all.css -i assets/css/main.css -m && hugo",
    "watch": "npx tailwindcss -o static/css/all.css -i assets/css/main.css -m --watch",
    "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 -i assets/css/main.css -m && hugo",
    "server": "hugo server",
    "index": "hugo-algolia -toml",
    "upload-index": "hugo-algolia --toml -s"
  },
  "devDependencies": {
    "@tailwindcss/aspect-ratio": "^0.4.0",
    "@tailwindcss/line-clamp": "=0.3.1",
    "@tailwindcss/typography": "=0.5.2",
    "hugo-algolia": "=1.2.14",
    "tailwindcss": "=3.1.6"
  }
}
back to top