react-perfect-dark-mode
Version:
Perfect dark mode.
43 lines (42 loc) • 896 B
JSON
{
"name": "react-perfect-dark-mode",
"version": "1.0.0",
"description": "Perfect dark mode.",
"keywords": [
"perfect",
"color",
"mode"
],
"repository": {
"type": "git",
"url": "https://github.com/DylanVann/perfect-dark-mode.git"
},
"license": "MIT",
"author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
"sideEffects": false,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "run-p build:ts build:js",
"build:js": "node build.js",
"build:ts": "tsc"
},
"dependencies": {
"perfect-dark-mode": "1.0.0"
},
"devDependencies": {
"@types/react": "^17.0.26",
"esbuild": "^0.13.3",
"execa": "^5.1.1",
"npm-run-all": "^4.1.5",
"react": "17.0.2",
"typescript": "^4.1.3"
},
"peerDependencies": {
"react": "*"
}
}