Skip to content

Commit

Permalink
Add Prismic packages (#449)
Browse files Browse the repository at this point in the history
* Add `@slicemachine/adapter-svelte` to tools.json

* Add `@prismicio/svelte` to components.json

* Update packages.json

---------

Co-authored-by: Lachlan Collins <[email protected]>
  • Loading branch information
samlfair and lachlancollins authored Dec 23, 2023
1 parent 9500852 commit 8dd141c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3196,5 +3196,22 @@
"npm": "konsta",
"category": "Design System",
"tags": ["components and libraries"]
},
{
"title": "@prismicio/svelte",
"repository": "https://github.com/prismicio/prismic-svelte",
"description": "Svelte components to render content from the Prismic API",
"npm": "@prismicio/svelte",
"category": "Integration",
"tags": ["integrations", "images", "layout and structure"]
},
{
"title": "@slicemachine/adapter-sveltekit",
"url": "https://prismic.io/docs/svelte",
"repository": "https://github.com/prismicio/slice-machine/tree/master/packages/adapter-sveltekit",
"description": "Turn your SvelteKit project into a website builder with Prismic's Slice Machine",
"npm": "@slicemachine/adapter-sveltekit",
"category": "Integration",
"tags": ["integrations"]
}
]

0 comments on commit 8dd141c

Please sign in to comment.