{
  "_from": "next-themes@^0.4.6",
  "_id": "next-themes@0.4.6",
  "_inBundle": false,
  "_integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==",
  "_location": "/next-themes",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "next-themes@^0.4.6",
    "name": "next-themes",
    "escapedName": "next-themes",
    "rawSpec": "^0.4.6",
    "saveSpec": null,
    "fetchSpec": "^0.4.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz",
  "_shasum": "8d7e92d03b8fea6582892a50a928c9b23502e8b6",
  "_spec": "next-themes@^0.4.6",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org",
  "bugs": {
    "url": "https://github.com/pacocoursey/next-themes/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An abstraction for themes in your React app.",
  "devDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/pacocoursey/next-themes#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "name": "next-themes",
  "peerDependencies": {
    "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc",
    "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pacocoursey/next-themes.git"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepublish": "pnpm build",
    "test": "vitest run __tests__"
  },
  "types": "./dist/index.d.ts",
  "version": "0.4.6"
}
