https://gitlab.opengeosys.org/ogs/ogs.git
Revision ace01667d285e9784406f167d4810f3ea45b78e6 authored by Tobias Meisel on 27 January 2021, 08:20:02 UTC, committed by Dmitry Yu. Naumov on 23 April 2021, 18:42:24 UTC
1 parent b1ee485
Raw File
Tip revision: ace01667d285e9784406f167d4810f3ea45b78e6 authored by Tobias Meisel on 27 January 2021, 08:20:02 UTC
[MeL/IO] HDF5 : Compression level to 1
Tip revision: ace0166
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"
  },
  "dependencies": {
    "@tailwindcss/line-clamp": "^0.2.0"
  }
}
back to top