package.json 541 B

12345678910111213141516171819202122
  1. {
  2. "name": "aafu",
  3. "version": "2024.01.25",
  4. "description": "The aafu theme is a responsive portfolio with blog.",
  5. "main": "index.js",
  6. "keywords": [
  7. "hugo",
  8. "portfolio"
  9. ],
  10. "author": "Darshan Baral",
  11. "license": "MIT",
  12. "devDependencies": {
  13. "@fullhuman/postcss-purgecss": "^6.0.0",
  14. "postcss-import": "^16.1.0",
  15. "tailwindcss": "^3.4.13",
  16. "@tailwindcss/forms": "^0.5.9",
  17. "@tailwindcss/typography": "^0.5.15",
  18. "autoprefixer": "^10.4.20",
  19. "postcss": "^8.4.47",
  20. "postcss-cli": "^11.0.0"
  21. }
  22. }