Revision ca6f4a7dd06c2d6807e490b532653ec12e874f1e authored by Johannes Boog on 10 December 2020, 12:57:14 UTC, committed by Johannes Boog on 10 December 2020, 12:57:14 UTC
[web] update latex formulars in benchmark docs

See merge request ogs/ogs!3315
2 parent s cedc4d5 + 4db140d
Raw File
package.json
{
  "private": true,
  "scripts": {
    "build": "hugo",
    "index": "hugo-algolia -toml",
    "index-and-send": "hugo-algolia -toml -s"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.3.0",
    "autoprefixer": "^9",
    "hugo-algolia": "^1.2.13",
    "postcss": "^7",
    "postcss-cli": "^7.1.0",
    "postcss-import-url": "^5.1.0",
    "tailwindcss": "^2.0.1-compat"
  },
  "peerDependencies": {
    "postcss": "^8.1.9"
  }
}
back to top