123456789101112131415161718 |
- {
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/bep/hugo-starter-tailwind-basic.git"
- },
- "dependencies": {},
- "devDependencies": {
- "@tailwindcss/typography": "^0.4.1",
- "autoprefixer": "^10.3.1",
- "postcss": "^8.3.6",
- "postcss-cli": "^8.3.1",
- "postcss-purgecss": "^2.0.3",
- "tailwindcss": "^2.2.7"
- },
- "name": "hugo-starter-tailwind-basic",
- "version": "0.1.0"
- }
|