https://gitlab.opengeosys.org/ogs/ogs.git
Revision 8ede7cb6d211c15425382c4e6c1d41a43917ac68 authored by Dmitri Naumov on 19 March 2021, 16:29:28 UTC, committed by Dmitri Naumov on 20 March 2021, 11:38:37 UTC
1 parent 496104b
Raw File
Tip revision: 8ede7cb6d211c15425382c4e6c1d41a43917ac68 authored by Dmitri Naumov on 19 March 2021, 16:29:28 UTC
[PL/BC] Replace two members with specialized class
Tip revision: 8ede7cb
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