@startpage/theming
Version:
Create and use themes for your startpage
44 lines (43 loc) • 931 B
JSON
{
"name": "@startpage/theming",
"version": "0.2.6",
"description": "Create and use themes for your startpage",
"keywords": [
"react",
"startpage",
"react-context",
"react-hooks",
"theming"
],
"author": "PrettyCoffee <pretty-coffee@outlook.com>",
"homepage": "https://prettycoffee.github.io/startpage",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrettyCoffee/startpage.git"
},
"scripts": {
"build": "tsc"
},
"bugs": {
"url": "https://github.com/PrettyCoffee/startpage/issues"
},
"peerDependencies": {
"react": ">=17.0.0"
},
"dependencies": {
"@startpage/local-storage": "^0.2.6"
},
"gitHead": "0e056a7c19f3e4ef08ad11fb77ac0db260f87fc4"
}