You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
751 B

  1. {
  2. "name": "hugo-theme-tailwindcss-starter",
  3. "version": "0.1.1",
  4. "description": "Starter files for a Hugo theme with Tailwindcss",
  5. "main": "index.js",
  6. "repository": "https://github.com/dirkolbrich/hugo-theme-tailwindcss-starter",
  7. "author": "dirkolbrich <github@dirkolbrich.de>",
  8. "license": "MIT",
  9. "scripts": {
  10. "start": "hugo --gc"
  11. },
  12. "devDependencies": {
  13. "@fullhuman/postcss-purgecss": "^2.0.6",
  14. "autoprefixer": "^9.7.4",
  15. "postcss": "^7.0.26",
  16. "postcss-cli": "^7.1.0",
  17. "postcss-import": "^12.0.1",
  18. "tailwindcss": "^1.2.0"
  19. },
  20. "browserslist": [
  21. "last 1 version",
  22. "> 1%",
  23. "maintained node versions",
  24. "not dead"
  25. ]
  26. }