mirror of
https://github.com/jakejarvis/dark-mode.git
synced 2025-04-25 07:15:22 -04:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@jakejarvis/dark-mode",
|
|
"version": "0.5.1",
|
|
"description": "🌓 Simple CSS theme switching with saved preferences and automatic OS setting detection",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Jake Jarvis",
|
|
"email": "jake@jarv.is",
|
|
"url": "https://jarv.is/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jakejarvis/dark-mode.git"
|
|
},
|
|
"main": "dist/dark-mode.cjs.js",
|
|
"module": "dist/dark-mode.esm.js",
|
|
"unpkg": "dist/dark-mode.min.js",
|
|
"types": "dist/dark-mode.d.ts",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"lint": "eslint src/**/*.js",
|
|
"prepublishOnly": "rm -rf dist && yarn build"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-eslint": "^8.0.1",
|
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-compat": "^3.11.1",
|
|
"rollup": "^2.56.0",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-filesize": "^9.1.1",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"frontend",
|
|
"dark mode",
|
|
"theme",
|
|
"appearance",
|
|
"design",
|
|
"css"
|
|
]
|
|
}
|