12345678910111213141516171819202122 |
- {
- "name": "aafu",
- "version": "2024.01.25",
- "description": "The aafu theme is a responsive portfolio with blog.",
- "main": "index.js",
- "keywords": [
- "hugo",
- "portfolio"
- ],
- "author": "Darshan Baral",
- "license": "MIT",
- "devDependencies": {
- "@fullhuman/postcss-purgecss": "^6.0.0",
- "postcss-import": "^16.1.0",
- "tailwindcss": "^3.4.13",
- "@tailwindcss/forms": "^0.5.9",
- "@tailwindcss/typography": "^0.5.15",
- "autoprefixer": "^10.4.20",
- "postcss": "^8.4.47",
- "postcss-cli": "^11.0.0"
- }
- }
|