@jill64/svelte-device-theme
Version:
☯ A simple store that syncs with your device's theme settings
75 lines (74 loc) • 2.17 kB
JSON
{
"name": "@jill64/svelte-device-theme",
"description": "☯ A simple store that syncs with your device's theme settings",
"version": "2.0.2",
"main": "dist/index.svelte.js",
"type": "module",
"exports": {
".": {
"types": "./dist/index.svelte.d.ts",
"svelte": "./dist/index.svelte.js",
"default": "./dist/index.svelte.js"
}
},
"files": [
"dist"
],
"license": "MIT",
"author": {
"name": "jill64",
"email": "contact@jill64.dev",
"url": "https://github.com/jill64",
"image": "https://avatars.githubusercontent.com/u/143883742?v=4"
},
"bugs": "https://github.com/jill64/svelte-device-theme/issues",
"homepage": "https://github.com/jill64/svelte-device-theme#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jill64/svelte-device-theme.git",
"image": "https://opengraph.githubassets.com/4b508ebe97bd495bb6d2c205bba2d3ae10537102f7c11a1188a71e0f2a65dd83/jill64/svelte-device-theme"
},
"keywords": [
"dark-mode",
"device",
"library",
"media",
"svelte",
"theme"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite dev",
"build": "vite build && bun run package",
"preview": "bun run build && vite preview",
"package": "svelte-kit sync && bunx @sveltejs/package && bunx publint",
"prepack": "bun run build",
"lint": "bun run build && bunx eslint .",
"format": "bunx prettier -w .",
"test": "playwright test"
},
"peerDependencies": {
"svelte": "^5.0.0"
},
"prettier": "@jill64/prettier-config",
"devDependencies": {
"@jill64/eslint-config-svelte": "2.2.2",
"@jill64/npm-demo-layout": "2.0.19",
"@jill64/playwright-config": "3.0.0",
"@jill64/prettier-config": "1.0.0",
"@jill64/sentry-sveltekit-cloudflare": "2.0.6",
"@jill64/universal-sanitizer": "1.4.3",
"@playwright/test": "1.51.1",
"@sveltejs/adapter-cloudflare": "6.0.1",
"@sveltejs/kit": "2.20.6",
"svelte": "5.25.2",
"typescript": "5.8.3",
"vite": "6.2.6",
"@sveltejs/vite-plugin-svelte": "5.0.3"
},
"dependencies": {
"svelte-mq-store": "3.0.0"
}
}