Revision d6e0eccbd75d61d9a1adfd543207ca44e1976e73 authored by Dmitry Yu. Naumov on 23 February 2021, 09:19:49 UTC, committed by Dmitry Yu. Naumov on 23 February 2021, 09:19:49 UTC
[doc/TM] Drop unused tags documentation.

See merge request ogs/ogs!3457
2 parent s 4e0cd0a + fa11ff2
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"
  },
  "dependencies": {
    "@tailwindcss/line-clamp": "^0.2.0"
  }
}
back to top