mirror of
https://github.com/jakejarvis/dark-mode.git
synced 2025-04-25 21:05:22 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.15.0 to 7.15.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.15.4/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "@jakejarvis/dark-mode",
|
|
"version": "0.7.2",
|
|
"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"
|
|
},
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./dist/dark-mode.cjs.js",
|
|
"module": "./dist/dark-mode.esm.js",
|
|
"unpkg": "./dist/dark-mode.min.js",
|
|
"types": "./dist/dark-mode.d.ts",
|
|
"exports": {
|
|
"require": "./dist/dark-mode.cjs.js",
|
|
"import": "./dist/dark-mode.esm.js",
|
|
"browser": "./dist/dark-mode.min.js"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"lint": "eslint .",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/preset-env": "^7.15.4",
|
|
"@jakejarvis/eslint-config": "*",
|
|
"@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.13.0",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"rollup": "^2.56.3",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-delete": "^2.0.0",
|
|
"rollup-plugin-filesize": "^9.1.1",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
},
|
|
"keywords": [
|
|
"front-end",
|
|
"dark mode",
|
|
"theme",
|
|
"appearance",
|
|
"design",
|
|
"css"
|
|
]
|
|
}
|