nuxt-tailwind
Version:
A package manager agnostic tool to set up Tailwind CSS v4 for Nuxt. Supports npm, pnpm, and yarn.
31 lines (30 loc) • 660 B
JSON
{
"name": "nuxt-tailwind",
"version": "1.3.0",
"description": "A package manager agnostic tool to set up Tailwind CSS v4 for Nuxt. Supports npm, pnpm, and yarn.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nuxt",
"tailwind",
"setup",
"pnpm",
"npm",
"yarn"
],
"author": "Sumir Seth",
"url": "https://github.com/sumirseth/nuxt-tailwind",
"license": "ISC",
"type": "module",
"dependencies": {
"execa": "^9.5.2",
"fs-extra": "^11.3.0",
"path": "^0.12.7",
"picocolors": "^1.1.1"
},
"bin": {
"nuxt-tailwind": "index.js"
}
}