UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

1 lines 956 B
{"version":3,"file":"ensure-tailwind.cjs","sources":["../../../src/cli/commands/ensure-tailwind.ts"],"sourcesContent":["import { getPackageJson } from \"../utils/get-package-json\";\n\n/**\n * Requires Tailwind CSS to be installed in the project.\n */\nexport async function ensureTailwind() {\n const packageJson = await getPackageJson();\n const packageName = \"tailwindcss\";\n\n if (!(packageJson?.dependencies?.[packageName] || packageJson?.devDependencies?.[packageName])) {\n console.error(\"Install Tailwind CSS first.\\n\\nSee: https://tailwindcss.com/docs/installation\");\n process.exit(1);\n }\n}\n"],"names":["getPackageJson"],"mappings":";;;;AAEO,eAAe,cAAc,GAAG;AACvC,EAAE,MAAM,WAAW,GAAG,MAAMA,6BAAc,EAAE;AAC5C,EAAE,MAAM,WAAW,GAAG,aAAa;AACnC,EAAE,IAAI,EAAE,WAAW,EAAE,YAAY,GAAG,WAAW,CAAC,IAAI,WAAW,EAAE,eAAe,GAAG,WAAW,CAAC,CAAC,EAAE;AAClG,IAAI,OAAO,CAAC,KAAK,CAAC,+EAA+E,CAAC;AAClG,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;AACnB;AACA;;;;"}