SPB Git

spb/svgarden Public

SVGarden — searchable bank of 74 self-contained SVG+CSS animation snippets (svgarden.dev)

HTML 79.2% Astro 10.3% JavaScript 6% CSS 3.7% Shell 0.8%
762 B · 28 lines json
Raw Blame History
1{2  "name": "svgarden",3  "version": "1.0.0",4  "description": "SVGarden — a massive, searchable bank of SVG + CSS animations with copy-ready code snippets.",5  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",6  "homepage": "https://www.svgarden.dev",7  "license": "MIT",8  "type": "module",9  "engines": {10    "node": ">=20"11  },12  "scripts": {13    "dev": "astro dev",14    "validate": "node scripts/validate-snippets.mjs",15    "build": "node scripts/validate-snippets.mjs && astro build",16    "preview": "astro preview",17    "serve": "node server.mjs",18    "new": "node scripts/new-snippet.mjs"19  },20  "dependencies": {21    "astro": "^5.12.0",22    "compression": "^1.8.0",23    "express": "^4.21.2",24    "fuse.js": "^7.1.0",25    "yaml": "^2.8.0"26  }27}28