tailwind-easy-theme-switcher
Version:
A lightweight library for dark/light mode switching that integrates with a Tailwind / React / Typescript workflow
28 lines (27 loc) • 753 B
JSON
{
"name": "tailwind-easy-theme-switcher",
"version": "1.1.1",
"description": "A lightweight library for dark/light mode switching that integrates with a Tailwind / React / Typescript workflow",
"main": "./src/ThemeToggle.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JJB9922/Tailwind-Easy-Theme-Switcher.git"
},
"keywords": [
"Tailwind",
"Theme",
"Dark",
"Light",
"Switcher",
"Toggle"
],
"author": "JJB9922",
"license": "ISC",
"bugs": {
"url": "https://github.com/JJB9922/Tailwind-Easy-Theme-Switcher/issues"
},
"homepage": "https://github.com/JJB9922/Tailwind-Easy-Theme-Switcher#readme"
}