simple-nextjs-darkmode
Version:
Simple, automatic dark mode for Next.Js
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "simple-nextjs-darkmode",
"version": "1.0.6",
"description": "Simple, automatic dark mode for Next.Js",
"files": [
"lib"
],
"exports": {
"./*": "./lib/*.js"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcmerdith/nextjs-darkmode.git"
},
"keywords": [
"darkmode",
"nextjs",
"shadcn"
],
"author": "mcmerdith",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcmerdith/nextjs-darkmode/issues"
},
"homepage": "https://github.com/mcmerdith/nextjs-darkmode#readme",
"dependencies": {
"cookies-next": "^4.2.1",
"server-only": "^0.0.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^8.0.0",
"eslint-plugin-react-hooks": "^4.6.2",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"peerDependencies": {
"next": ">13.0.0",
"react": ">18.0.0",
"react-dom": ">18.0.0"
}
}