@jill64/svelte-dark-theme
Version:
☯ Dark Theme Manager for SvelteKit
84 lines (83 loc) • 2.41 kB
JSON
{
"name": "@jill64/svelte-dark-theme",
"version": "5.1.7",
"description": "☯ Dark Theme Manager for SvelteKit",
"type": "module",
"main": "dist/index.js",
"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-dark-theme/issues",
"homepage": "https://github.com/jill64/svelte-dark-theme#readme",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jill64/svelte-dark-theme.git",
"image": "https://opengraph.githubassets.com/29be2a1650ac690b68e54afc72cdc38c54855a0ed98b4fcfb308092ced6bc41e/jill64/svelte-dark-theme"
},
"keywords": [
"dark",
"dark-mode",
"library",
"ssr",
"svelte",
"sveltekit",
"theme"
],
"scripts": {
"dev": "vite dev",
"build": "vite build && bun run package",
"preview": "bun run build && vite preview",
"prepack": "bun run build",
"test": "playwright test",
"package": "svelte-kit sync && bunx @sveltejs/package && bunx publint",
"check": "svelte-kit sync && bunx svelte-check",
"format": "bunx psvx",
"lint": "bunx eslint && bun run check"
},
"peerDependencies": {
"@sveltejs/kit": "^2.0.0",
"svelte": "^5.0.0"
},
"prettier": "@jill64/prettier-config",
"devDependencies": {
"@jill64/eslint-config-svelte": "2.2.10",
"svelte-highlight": "7.8.3",
"svelte-highlight-switcher": "1.3.5",
"@jill64/playwright-config": "3.0.0",
"@jill64/prettier-config": "1.0.0",
"@jill64/sentry-sveltekit-cloudflare": "2.0.6",
"@jill64/svelte-input": "2.0.3",
"@playwright/test": "1.51.0",
"@sveltejs/adapter-cloudflare": "7.0.1",
"@sveltejs/kit": "2.20.1",
"svelte": "5.23.0",
"typescript": "5.8.3",
"vite": "6.2.7",
"@sveltejs/vite-plugin-svelte": "5.0.3"
},
"dependencies": {
"@jill64/svelte-device-theme": "2.0.2",
"@jill64/svelte-html": "2.0.0",
"@jill64/svelte-storage": "2.0.0",
"svelte-baked-cookie": "2.0.3",
"svelte-feather-icons": "4.2.0",
"typescanner": "0.5.3"
}
}