{ "name": "chart-sins", "type": "module", "version": "0.1.0", "private": true, "description": "A catalogue of data-visualization sins — the bad chart, the repentance, the fixed version.", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^4.2.0", "@fontsource/ibm-plex-mono": "^5.3.0", "@fontsource/ibm-plex-sans": "^5.3.0", "astro": "^5.6.0", "vega": "^5.30.0", "vega-lite": "^5.21.0" } }