https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0fbfc3067f07a600703c67f7ce8e6f4cab0ce8dc authored by Tom Fischer on 16 December 2020, 11:51:02 UTC
Merge branch 'FixGhostElementTest' into 'master'
Tip revision: 0fbfc30
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