UNPKG

vega-themes

Version:

Themes for stylized Vega and Vega-Lite visualizations.

75 lines (74 loc) 1.98 kB
{ "name": "vega-themes", "version": "3.0.0", "description": "Themes for stylized Vega and Vega-Lite visualizations.", "keywords": [ "vega", "vega-lite", "themes", "style" ], "license": "BSD-3-Clause", "repository": { "type": "git", "url": "git+https://github.com/vega/vega-themes.git" }, "bugs": { "url": "https://github.com/vega/vega-themes/issues" }, "homepage": "https://github.com/vega/vega-themes#readme", "author": { "name": "Vega", "url": "https://vega.github.io" }, "funding": { "url": "https://app.hubspot.com/payments/GyPC972GD9Rt" }, "type": "module", "exports": { "types": "./build/index.d.ts", "default": "./build/index.js" }, "files": [ "src", "build" ], "scripts": { "prebuild": "npm run clean", "build": "rollup -c", "clean": "del-cli build src/style.ts examples/dist", "deploy:gh": "vite build examples && gh-pages -d examples/dist && npm run clean", "preversion": "npm run lint", "serve": "browser-sync start -s -f build examples --serveStatic examples", "dev": "vite examples", "format": "eslint --fix && prettier . --write", "lint": "eslint && prettier . --check", "release": "release-it" }, "devDependencies": { "@eslint/js": "^9.23.0", "@release-it/conventional-changelog": "^10.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-typescript": "^12.1.2", "del-cli": "^6.0.0", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.3", "gh-pages": "^6.3.0", "globals": "^16.0.0", "prettier": "^3.5.3", "release-it": "^18.1.2", "rollup": "^4.37.0", "rollup-plugin-bundle-size": "^1.0.3", "typescript": "~5.8.2", "typescript-eslint": "^8.27.0", "vega": "^5.33.0", "vega-embed": "^6.29.0", "vega-lite": "^5.23.0", "vite": "^6.2.2" }, "peerDependencies": { "vega": "*", "vega-lite": "*" } }