UNPKG

vega-themes

Version:

Themes for stylized Vega and Vega-Lite visualizations.

83 lines (82 loc) 2.35 kB
{ "name": "vega-themes", "version": "2.10.0", "description": "Themes for stylized Vega and Vega-Lite visualizations.", "keywords": [ "vega", "vega-lite", "themes", "style" ], "license": "BSD-3-Clause", "author": { "name": "UW Interactive Data Lab", "url": "https://idl.cs.washington.edu" }, "contributors": [ { "name": "Emily Gu", "url": "https://github.com/emilygu" }, { "name": "Arvind Satyanarayan", "url": "http://arvindsatya.com" }, { "name": "Jeffrey Heer", "url": "https://idl.cs.washington.edu" }, { "name": "Dominik Moritz", "url": "https://www.domoritz.de" } ], "main": "build/vega-themes.js", "module": "build/vega-themes.module.js", "unpkg": "build/vega-themes.min.js", "jsdelivr": "build/vega-themes.min.js", "types": "build/vega-themes.module.d.ts", "repository": { "type": "git", "url": "https://github.com/vega/vega-themes.git" }, "files": [ "src", "build" ], "scripts": { "prebuild": "yarn clean", "build": "rollup -c", "clean": "rimraf build && rimraf examples/build", "copy:data": "rsync -r node_modules/vega-datasets/data/* examples/data", "copy:build": "rsync -r build/* examples/build", "deploy:gh": "yarn build && mkdir -p examples/build && rsync -r build/* examples/build && gh-pages -d examples", "prepublishOnly": "yarn clean && yarn build", "preversion": "yarn lint", "serve": "browser-sync start -s -f build examples --serveStatic examples", "start": "yarn build && concurrently --kill-others -n Server,Rollup 'yarn serve' 'rollup -c -w'", "prepare": "beemo create-config", "eslintbase": "beemo eslint .", "format": "yarn eslintbase --fix", "lint": "yarn eslintbase" }, "devDependencies": { "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.2.0", "@wessberg/rollup-plugin-ts": "^1.3.8", "browser-sync": "^2.26.14", "concurrently": "^6.0.0", "gh-pages": "^3.1.0", "rollup": "^2.39.1", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.2.2", "vega": "^5.19.1", "vega-lite": "^5.0.0", "vega-lite-dev-config": "^0.16.1" }, "peerDependencies": { "vega": "*", "vega-lite": "*" } }