https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d32a5f60d8538777edfdc9af9c4f632371a7cf78 authored by Dmitry Yu. Naumov on 23 May 2023, 08:16:10 UTC
Merge branch 'RefactorNumericalStabilization' into 'master'
Tip revision: d32a5f6
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