diff --git a/components/crystallize-cli/package.json b/components/crystallize-cli/package.json index 68d7bb0..43153ad 100644 --- a/components/crystallize-cli/package.json +++ b/components/crystallize-cli/package.json @@ -1,6 +1,6 @@ { "name": "@crystallize/cli-next", - "version": "4.15.0", + "version": "4.16.0", "description": "Crystallize CLI", "main": "./build/index.js", "repository": "https://github.com/CrystallizeAPI/crystallize-cli-next", diff --git a/components/crystallize-cli/src/config/boilerplates.ts b/components/crystallize-cli/src/config/boilerplates.ts index cdab3d2..671dfd1 100644 --- a/components/crystallize-cli/src/config/boilerplates.ts +++ b/components/crystallize-cli/src/config/boilerplates.ts @@ -28,4 +28,13 @@ export const boilerplates: Boilerplate[] = [ blueprint: 'product-configurator', git: 'https://github.com/CrystallizeAPI/product-configurator', }, + { + identifier: 'dounut-svelte', + name: 'Dounut Svelte', + baseline: 'Ecommerce boilerplate using SvelteKit', + description: 'Minimal eCommerce boilerplate built using SvelteKit, Houdini, Tailwind and Crystallize', + demo: 'https://dounut-svelte.vercel.app/', + blueprint: 'dounot', + git: 'https://github.com/CrystallizeAPI/dounut-svelte', + }, ];