package.hugo.json 410 B

123456789101112131415161718
  1. {
  2. "license": "MIT",
  3. "repository": {
  4. "type": "git",
  5. "url": "https://github.com/bep/hugo-starter-tailwind-basic.git"
  6. },
  7. "dependencies": {},
  8. "devDependencies": {
  9. "@tailwindcss/typography": "^0.4.1",
  10. "autoprefixer": "^10.3.1",
  11. "postcss": "^8.3.6",
  12. "postcss-cli": "^8.3.1",
  13. "postcss-purgecss": "^2.0.3",
  14. "tailwindcss": "^2.2.7"
  15. },
  16. "name": "hugo-starter-tailwind-basic",
  17. "version": "0.1.0"
  18. }