simple-theme-changer
Version:
simple react component for a theme changer button
41 lines (40 loc) • 893 B
JSON
{
"name": "simple-theme-changer",
"version": "2.0.3",
"description": "simple react component for a theme changer button",
"keywords": [
"react",
"theme",
"theme-changer"
],
"license": "MIT",
"author": "Facundo Chiappero",
"type": "module",
"main": "src/ThemeChanger.jsx",
"files": [
"src",
"assets",
"index.d.ts"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"vite": "^6.2.0"
}
}