UNPKG

next-react-theme

Version:

A flexible theme provider for Next.js and react applications

46 lines 957 B
{ "name": "next-react-theme", "version": "0.1.7", "description": "A flexible theme provider for Next.js and react applications", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./themes.css": "./dist/themes.css" }, "keywords": [ "react", "nextjs", "theme", "dark-mode", "light-mode", "next-theme", "react-theme", "theme-provider" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/San1ay/next-react-theme.git" }, "peerDependencies": { "react": "^16.8 || ^17 || ^18 || ^19 " }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "tsc", "clean": "rm -rf dist" } }