UNPKG

tailwind-fontawesome

Version:

A set of utility classes that make pairing Font Awesome with Tailwind CSS a breeze.

46 lines (45 loc) 1.5 kB
{ "name": "tailwind-fontawesome", "version": "0.7.1", "description": "A set of utility classes that make pairing Font Awesome with Tailwind CSS a breeze.", "keywords": [ "tailwind", "tailwindcss", "tailwindcss-plugin", "plugin", "font", "awesome", "fontawesome", "icon" ], "author": "Matt Pfeffer (https://github.com/mattpfeffer)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mattpfeffer/tailwind-fontawesome" }, "main": "src/index.js", "scripts": { "next": "node ./.scripts/next-version.js", "release": "commit-and-tag-version" }, "dependencies": { "tailwindcss": "^2.2.19" }, "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "commit-and-tag-version": "^12.4.1", "conventional-recommended-bump": "^10.0.0", "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.4.0", "husky": "^9.0.11", "prettier": "^3.3.2", "semver": "^7.6.2" }, "packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" }