diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 37a712c6f..28d8f125f 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2981,5 +2981,13 @@ "description": "Share your Svelte store across origins, including iFrames", "npm": "svelte-crossorigin-store", "categories": ["stores-and-state"] + }, + { + "title": "@wj/dataview", + "url": "https://wj-dataview.vercel.app", + "repository": "https://github.com/WJSoftware/wj-dataview", + "description": "Svelte v5 table component suitable for examination of extensive tabular data.", + "npm": "@wj/dataview", + "categories": ["data-visualisation", "ui-components"] } ]