Revision fa0854e93406f6b4db9795e5d41115b658063f88 authored by Thomas Fischer on 17 November 2020, 07:13:27 UTC, committed by Thomas Fischer on 18 November 2020, 18:54:31 UTC
1 parent 4c9ddfe
Raw File
package.json
{
  "private": true,
  "scripts": {
    "build": "hugo",
    "index": "hugo-algolia -toml",
    "index-and-send": "hugo-algolia -toml -s"
  },
  "devDependencies": {},
  "dependencies": {
    "@tailwindcss/typography": "^0.2.0",
    "autoprefixer": "^9.7.4",
    "hugo-algolia": "^1.2.13",
    "postcss-cli": "^7.1.0",
    "postcss-import-url": "^5.1.0",
    "tailwindcss": "^1.7.6"
  }
}
back to top