https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b107cd8cb5731b1ef6a4dce30f18a0210e9ee064 authored by renchao_lu on 19 October 2021, 12:23:44 UTC
[CL] write into phreeqc input file.
Tip revision: b107cd8
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