UNPKG

@openbayes/docusaurus-enlight

Version:

Docusaurus Enlight'ed by Kladenets color system made for OpenBayes

45 lines (44 loc) 1.18 kB
{ "name": "@openbayes/docusaurus-enlight", "version": "1.11.1", "description": "Docusaurus Enlight'ed by Kladenets color system made for OpenBayes", "keywords": [ "docusaurus", "css", "openbayes" ], "author": "OpenBayes <devops@openbayes.com>", "homepage": "https://openbayes.com/", "license": "MPL-2.0", "main": "src/index.css", "files": [ "src" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://github.com/signcl/openbayes-ui.git" }, "scripts": { "test": "npm-run-all --parallel build", "build": "npm-run-all --parallel build:*", "build:sass": "sass src/:src/ --no-source-map", "serve:css": "nodemon --watch src/ --ext scss --exec \"npm-run-all build:sass\"", "serve": "npm-run-all --parallel serve:*" }, "bugs": { "url": "https://github.com/signcl/openbayes-ui/issues" }, "devDependencies": { "nodemon": "^3.0.0", "npm-run-all": "^4.1.5", "sass": "^1.45.1" }, "peerDependencies": { "kladenets": "^2.0.0-15" }, "gitHead": "dc00b30f993813a97c3cf208fff7570eeb743c05" }