Remove images from Components page

This commit is contained in:
Ben McCann
2021-07-12 22:20:07 -07:00
parent 77964a604b
commit 9aa8aa0954
3 changed files with 0 additions and 308 deletions

View File

@@ -3,7 +3,6 @@
export let active = false; export let active = false;
export let title = ""; export let title = "";
export let description = ""; export let description = "";
export let image = "";
export let tags = []; export let tags = [];
export let stars = 0; export let stars = 0;
export let addedOn = new Date(); export let addedOn = new Date();
@@ -105,7 +104,4 @@
<!-- commenting out dates just cause it is not very updated yet - all the cards show same date. put back in when we have better scraping --> <!-- commenting out dates just cause it is not very updated yet - all the cards show same date. put back in when we have better scraping -->
<!-- <datetime value={addedOn}>{new Intl.DateTimeFormat('en-Us').format(Date.parse(addedOn))}</datetime> --> <!-- <datetime value={addedOn}>{new Intl.DateTimeFormat('en-Us').format(Date.parse(addedOn))}</datetime> -->
</div> </div>
{#if image}
<img src={image} alt={title} />
{/if}
</div> </div>

View File

@@ -3,7 +3,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Boilerplate with TypeScript, Webpack, Storybook, Travis CI, SCSS, Babel, EsLint, Prettier, Jest", "description": "Boilerplate with TypeScript, Webpack, Storybook, Travis CI, SCSS, Babel, EsLint, Prettier, Jest",
"image": "",
"stars": 51, "stars": 51,
"tags": [], "tags": [],
"title": "agusID/boilerplate-svelte", "title": "agusID/boilerplate-svelte",
@@ -13,7 +12,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "An example repo of a Svelte app that is IE11 compatible", "description": "An example repo of a Svelte app that is IE11 compatible",
"image": "",
"stars": 27, "stars": 27,
"tags": [], "tags": [],
"title": "angelozehr/svelte-example-museums", "title": "angelozehr/svelte-example-museums",
@@ -23,7 +21,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A truffle box for Svelte, a seed for building an Ethereum dapp using Truffle", "description": "A truffle box for Svelte, a seed for building an Ethereum dapp using Truffle",
"image": "",
"stars": 30, "stars": 30,
"tags": [], "tags": [],
"title": "antony/svelte-box", "title": "antony/svelte-box",
@@ -33,7 +30,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Typescript template for Svelte v3", "description": "Typescript template for Svelte v3",
"image": "",
"stars": 21, "stars": 21,
"tags": [], "tags": [],
"title": "Axelen123/svelte-ts-template", "title": "Axelen123/svelte-ts-template",
@@ -43,7 +39,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Component template with LiveReload and Jest unit testing", "description": "Component template with LiveReload and Jest unit testing",
"image": "",
"stars": 13, "stars": 13,
"tags": [], "tags": [],
"title": "beyonk-adventures/svelte-component-livereload-template", "title": "beyonk-adventures/svelte-component-livereload-template",
@@ -53,7 +48,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A complete implementation with components, store, unit e2e tests and linting.", "description": "A complete implementation with components, store, unit e2e tests and linting.",
"image": "",
"stars": 22, "stars": 22,
"tags": [], "tags": [],
"title": "TodoMVC Svelte", "title": "TodoMVC Svelte",
@@ -63,7 +57,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Electron Svelte boilerplate", "description": "Electron Svelte boilerplate",
"image": "",
"stars": 41, "stars": 41,
"tags": [ "tags": [
"electron" "electron"
@@ -75,7 +68,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A template to create multi-page application powered by Webpack", "description": "A template to create multi-page application powered by Webpack",
"image": "",
"stars": 11, "stars": 11,
"tags": [], "tags": [],
"title": "brandonxiang/svelte-webpack-mpa", "title": "brandonxiang/svelte-webpack-mpa",
@@ -85,7 +77,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "The bare minimum boilerplate to use Svelte in electron", "description": "The bare minimum boilerplate to use Svelte in electron",
"image": "",
"stars": 7, "stars": 7,
"tags": [ "tags": [
"electron" "electron"
@@ -97,7 +88,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Minimal boilerplate example of Svelte with Typescript using Parcel. This also includes scss support", "description": "Minimal boilerplate example of Svelte with Typescript using Parcel. This also includes scss support",
"image": "",
"stars": 46, "stars": 46,
"tags": [], "tags": [],
"title": "dafn/svelte-typescript-parcel", "title": "dafn/svelte-typescript-parcel",
@@ -107,7 +97,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Minimal boilerplate example of Svelte with Typescript using Rollup. This also includes scss support", "description": "Minimal boilerplate example of Svelte with Typescript using Rollup. This also includes scss support",
"image": "",
"stars": 78, "stars": 78,
"tags": [], "tags": [],
"title": "dafn/svelte-typescript-rollup", "title": "dafn/svelte-typescript-rollup",
@@ -117,7 +106,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Sapper", "category": "Sapper",
"description": "Starter Webpack template for Sapper apps using tailwindcss, postcss, purgecss, and svelte-preprocess.", "description": "Starter Webpack template for Sapper apps using tailwindcss, postcss, purgecss, and svelte-preprocess.",
"image": "",
"stars": 7, "stars": 7,
"tags": [], "tags": [],
"title": "Sapper (Webpack) + TailwindCSS Template", "title": "Sapper (Webpack) + TailwindCSS Template",
@@ -127,7 +115,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Skeleton app with Parcel, Jest, ESLint, Prettier, Babel, Wallaby", "description": "Skeleton app with Parcel, Jest, ESLint, Prettier, Babel, Wallaby",
"image": "",
"stars": 5, "stars": 5,
"tags": [], "tags": [],
"title": "devghost/svelte", "title": "devghost/svelte",
@@ -137,7 +124,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Svelte template with basic Babel setup for IE11 compatibility", "description": "Svelte template with basic Babel setup for IE11 compatibility",
"image": "",
"stars": 0, "stars": 0,
"tags": [], "tags": [],
"title": "svelte-ie11", "title": "svelte-ie11",
@@ -147,7 +133,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Typescript + Storybook + Webpack boilerplate", "description": "Typescript + Storybook + Webpack boilerplate",
"image": "",
"stars": 35, "stars": 35,
"tags": [], "tags": [],
"title": "farhan2106/svelte-typescript", "title": "farhan2106/svelte-typescript",
@@ -157,7 +142,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Typescript + Storybook + Webpack with SSR boilerplate", "description": "Typescript + Storybook + Webpack with SSR boilerplate",
"image": "",
"stars": 8, "stars": 8,
"tags": [], "tags": [],
"title": "farhan2106/svelte-typescript-ssr", "title": "farhan2106/svelte-typescript-ssr",
@@ -167,7 +151,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Starter for Svelte 3/rollup/typescript/vscode", "description": "Starter for Svelte 3/rollup/typescript/vscode",
"image": "",
"stars": 45, "stars": 45,
"tags": [], "tags": [],
"title": "geakstr/svelte-3-rollup-typescript-vscode", "title": "geakstr/svelte-3-rollup-typescript-vscode",
@@ -177,7 +160,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A small starter template to get up and running with Svelte v3", "description": "A small starter template to get up and running with Svelte v3",
"image": "",
"stars": 35, "stars": 35,
"tags": [], "tags": [],
"title": "Holben888/svelte-starter-template", "title": "Holben888/svelte-starter-template",
@@ -187,7 +169,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, 1 command deploy to production, Open Source, MIT license", "description": "Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, 1 command deploy to production, Open Source, MIT license",
"image": "",
"stars": 215, "stars": 215,
"tags": [], "tags": [],
"title": "sapper-ecommerce", "title": "sapper-ecommerce",
@@ -197,7 +178,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Svelte + Storybook + Tailwind - Starter Template", "description": "Svelte + Storybook + Tailwind - Starter Template",
"image": "",
"stars": 161, "stars": 161,
"tags": [], "tags": [],
"title": "jerriclynsjohn/svelte-storybook-tailwind", "title": "jerriclynsjohn/svelte-storybook-tailwind",
@@ -207,7 +187,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A template to help you start developing SPAs with Svelte and Firebase", "description": "A template to help you start developing SPAs with Svelte and Firebase",
"image": "",
"stars": 80, "stars": 80,
"tags": [], "tags": [],
"title": "jorgegorka/svelte-firebase", "title": "jorgegorka/svelte-firebase",
@@ -217,7 +196,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "SvelteJS and TailwindCSS template", "description": "SvelteJS and TailwindCSS template",
"image": "",
"stars": 1, "stars": 1,
"tags": [], "tags": [],
"title": "justinekizhak/svelte-tailwind-template", "title": "justinekizhak/svelte-tailwind-template",
@@ -227,7 +205,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Template for building phonegap hybrid applications with Svelte", "description": "Template for building phonegap hybrid applications with Svelte",
"image": "",
"stars": 8, "stars": 8,
"tags": [ "tags": [
"mobile" "mobile"
@@ -239,7 +216,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Minimal setup for building svelte as a web component module", "description": "Minimal setup for building svelte as a web component module",
"image": "",
"stars": 1, "stars": 1,
"tags": [], "tags": [],
"title": "LunaTK/svelte-web-component-builder", "title": "LunaTK/svelte-web-component-builder",
@@ -249,7 +225,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Tailwindcss v1 + Svelte v3 = <3", "description": "Tailwindcss v1 + Svelte v3 = <3",
"image": "",
"stars": 95, "stars": 95,
"tags": [], "tags": [],
"title": "marcograhl/tailwindcss-svelte-starter", "title": "marcograhl/tailwindcss-svelte-starter",
@@ -259,7 +234,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Svelte template with webpack, babel, eslint and scss. Using browserslist with corejs for legacy browser support", "description": "Svelte template with webpack, babel, eslint and scss. Using browserslist with corejs for legacy browser support",
"image": "",
"stars": 1, "stars": 1,
"tags": [], "tags": [],
"title": "svelte-webpack-babel-scss", "title": "svelte-webpack-babel-scss",
@@ -269,7 +243,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Build cybernetically enhanced web apps with Meteor and Svelte", "description": "Build cybernetically enhanced web apps with Meteor and Svelte",
"image": "",
"stars": 92, "stars": 92,
"tags": [ "tags": [
"components and libraries", "components and libraries",
@@ -282,7 +255,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Svelte + Tailwind = ❤", "description": "Svelte + Tailwind = ❤",
"image": "",
"stars": 82, "stars": 82,
"tags": [], "tags": [],
"title": "muhajirdev/svelte-tailwind-template", "title": "muhajirdev/svelte-tailwind-template",
@@ -292,7 +264,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Boilerplate code with Typescript and Sass bundled by Webpack", "description": "Boilerplate code with Typescript and Sass bundled by Webpack",
"image": "",
"stars": 12, "stars": 12,
"tags": [], "tags": [],
"title": "n0th1ng-else/svelte-typescript-sass", "title": "n0th1ng-else/svelte-typescript-sass",
@@ -302,7 +273,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Modern build process with Svelte, WebPack, PurgeCSS, code splitting, lazy loading...etc", "description": "Modern build process with Svelte, WebPack, PurgeCSS, code splitting, lazy loading...etc",
"image": "",
"stars": 0, "stars": 0,
"tags": [ "tags": [
"testing", "testing",
@@ -319,7 +289,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Offline-Capable todo list built with Svelte, PouchDB and CouchDB", "description": "Offline-Capable todo list built with Svelte, PouchDB and CouchDB",
"image": "",
"stars": 32, "stars": 32,
"tags": [], "tags": [],
"title": "neighbourhoodie/svelte-pouchdb-couchdb", "title": "neighbourhoodie/svelte-pouchdb-couchdb",
@@ -329,7 +298,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Sapper", "category": "Sapper",
"description": "Starter Rollup template for Sapper apps with Firebase functions", "description": "Starter Rollup template for Sapper apps with Firebase functions",
"image": "",
"stars": 13, "stars": 13,
"tags": [ "tags": [
"ssr", "ssr",
@@ -342,7 +310,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Sapper", "category": "Sapper",
"description": "Starter Rollup template for Sapper apps using postcss, purgecss, cssnano, tailwindcss and svelte-preprocess", "description": "Starter Rollup template for Sapper apps using postcss, purgecss, cssnano, tailwindcss and svelte-preprocess",
"image": "",
"stars": 17, "stars": 17,
"tags": [], "tags": [],
"title": "Sapper - PostCSS, Tailwind CSS, PurgeCSS, cssnano", "title": "Sapper - PostCSS, Tailwind CSS, PurgeCSS, cssnano",
@@ -352,7 +319,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Template with Typescript, Sass, Storybook, Webpack", "description": "Template with Typescript, Sass, Storybook, Webpack",
"image": "",
"stars": 13, "stars": 13,
"tags": [], "tags": [],
"title": "nitro52/svelte-typescript-sass-template", "title": "nitro52/svelte-typescript-sass-template",
@@ -362,7 +328,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Starter to built Electron apps with Svelte and Better SQLite3", "description": "Starter to built Electron apps with Svelte and Better SQLite3",
"image": "",
"stars": 5, "stars": 5,
"tags": [ "tags": [
"electron", "electron",
@@ -375,7 +340,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Svelte webpack template with routing and lazy-loading", "description": "Svelte webpack template with routing and lazy-loading",
"image": "",
"stars": 14, "stars": 14,
"tags": [], "tags": [],
"title": "OrdinaryJellyfish/svelte-routing-template", "title": "OrdinaryJellyfish/svelte-routing-template",
@@ -385,7 +349,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Svelte application boilerplate with Webpack, Sass, BabelJS, Fetch, PostCSS, Jest, and .Env", "description": "Svelte application boilerplate with Webpack, Sass, BabelJS, Fetch, PostCSS, Jest, and .Env",
"image": "",
"stars": 188, "stars": 188,
"tags": [], "tags": [],
"title": "pankod/svelte-boilerplate", "title": "pankod/svelte-boilerplate",
@@ -395,7 +358,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A base for building Svelte component library", "description": "A base for building Svelte component library",
"image": "",
"stars": 44, "stars": 44,
"tags": [], "tags": [],
"title": "patoi/svelte-component-library-template", "title": "patoi/svelte-component-library-template",
@@ -405,7 +367,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Svelte 3 starter with POI 12 and Prettier. Outputs web apps or web components", "description": "Svelte 3 starter with POI 12 and Prettier. Outputs web apps or web components",
"image": "",
"stars": 10, "stars": 10,
"tags": [], "tags": [],
"title": "pbastowski/svelte-poi-starter", "title": "pbastowski/svelte-poi-starter",
@@ -415,7 +376,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Svelte + Snowpack, TypeScript, SCSS, Jest with tight VSCode debugging", "description": "Svelte + Snowpack, TypeScript, SCSS, Jest with tight VSCode debugging",
"image": "",
"stars": 4, "stars": 4,
"tags": [ "tags": [
"editor tools", "editor tools",
@@ -428,7 +388,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Typescript monorepo for Svelte v3 (preprocess, template, types)", "description": "Typescript monorepo for Svelte v3 (preprocess, template, types)",
"image": "",
"stars": 211, "stars": 211,
"tags": [], "tags": [],
"title": "pyoner/svelte-typescript", "title": "pyoner/svelte-typescript",
@@ -438,7 +397,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Typescript monorepo for Svelte v3 (preprocess, template, types)", "description": "Typescript monorepo for Svelte v3 (preprocess, template, types)",
"image": "",
"npm": "@pyoner/svelte-ts-preprocess", "npm": "@pyoner/svelte-ts-preprocess",
"stars": 211, "stars": 211,
"tags": [ "tags": [
@@ -452,7 +410,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Svelte App with Firebase Authentication for all purposes", "description": "Svelte App with Firebase Authentication for all purposes",
"image": "",
"stars": 35, "stars": 35,
"tags": [], "tags": [],
"title": "ricalamino/svelte-firebase-auth", "title": "ricalamino/svelte-firebase-auth",
@@ -462,7 +419,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A template for building Electron apps with Svelte (**VERSION 2**)", "description": "A template for building Electron apps with Svelte (**VERSION 2**)",
"image": "",
"stars": 72, "stars": 72,
"tags": [ "tags": [
"electron" "electron"
@@ -474,7 +430,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Clone of official Svelte template with added HMR support using Nollup", "description": "Clone of official Svelte template with added HMR support using Nollup",
"image": "",
"stars": 45, "stars": 45,
"tags": [], "tags": [],
"title": "rixo/svelte-template-hot", "title": "rixo/svelte-template-hot",
@@ -484,7 +439,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Yeoman generator generating a boilerplate Svelte.js app with all of svelte-preprocess' options", "description": "Yeoman generator generating a boilerplate Svelte.js app with all of svelte-preprocess' options",
"image": "",
"npm": "generator-svelte", "npm": "generator-svelte",
"stars": 15, "stars": 15,
"tags": [ "tags": [
@@ -497,7 +451,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A boilerplate with Material, Babel, PostCSS, and Webpack", "description": "A boilerplate with Material, Babel, PostCSS, and Webpack",
"image": "",
"stars": 96, "stars": 96,
"tags": [], "tags": [],
"title": "Shyam-Chen/svelte-play", "title": "Shyam-Chen/svelte-play",
@@ -507,7 +460,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A Svelte template for browserify", "description": "A Svelte template for browserify",
"image": "",
"stars": 3, "stars": 3,
"tags": [], "tags": [],
"title": "soapdog/svelte-template-browserify", "title": "soapdog/svelte-template-browserify",
@@ -517,7 +469,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Boilerplate template project for SPA router spaceavocado/svelte-router", "description": "Boilerplate template project for SPA router spaceavocado/svelte-router",
"image": "",
"stars": 6, "stars": 6,
"tags": [], "tags": [],
"title": "spaceavocado/svelte-router-template", "title": "spaceavocado/svelte-router-template",
@@ -527,7 +478,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Boilerplate with Webpack, Cypress, Travis CI, Storybook, and SASS", "description": "Boilerplate with Webpack, Cypress, Travis CI, Storybook, and SASS",
"image": "",
"stars": 15, "stars": 15,
"tags": [], "tags": [],
"title": "stephanepericat/svelte-boilerplate", "title": "stephanepericat/svelte-boilerplate",
@@ -537,7 +487,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Template with VSCode, Prettier, ESLint, Cypress, and Rollup", "description": "Template with VSCode, Prettier, ESLint, Cypress, and Rollup",
"image": "",
"stars": 3, "stars": 3,
"tags": [], "tags": [],
"title": "SteveALee/svelte-code-cypress-project", "title": "SteveALee/svelte-code-cypress-project",
@@ -547,7 +496,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A base for building shareable Svelte components", "description": "A base for building shareable Svelte components",
"image": "",
"stars": 303, "stars": 303,
"tags": [], "tags": [],
"title": "sveltejs/component-template", "title": "sveltejs/component-template",
@@ -557,7 +505,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Sapper", "category": "Sapper",
"description": "Starter template for Sapper apps", "description": "Starter template for Sapper apps",
"image": "",
"stars": 623, "stars": 623,
"tags": [], "tags": [],
"title": "sveltejs/sapper-template", "title": "sveltejs/sapper-template",
@@ -567,7 +514,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Template for building basic applications with Svelte with rollup", "description": "Template for building basic applications with Svelte with rollup",
"image": "",
"stars": 800, "stars": 800,
"tags": [], "tags": [],
"title": "sveltejs/template", "title": "sveltejs/template",
@@ -577,7 +523,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Template for building basic applications with Svelte and custom elements", "description": "Template for building basic applications with Svelte and custom elements",
"image": "",
"stars": 17, "stars": 17,
"tags": [], "tags": [],
"title": "sveltejs/template-custom-element", "title": "sveltejs/template-custom-element",
@@ -587,7 +532,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Template for building basic Svelte applications with webpack", "description": "Template for building basic Svelte applications with webpack",
"image": "",
"stars": 205, "stars": 205,
"tags": [], "tags": [],
"title": "sveltejs/template-webpack", "title": "sveltejs/template-webpack",
@@ -597,7 +541,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Starter template for Cordova featuring hot reload", "description": "Starter template for Cordova featuring hot reload",
"image": "",
"stars": 15, "stars": 15,
"tags": [ "tags": [
"mobile" "mobile"
@@ -609,7 +552,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A showcase app for all Ionic UI elements to create awesome mobile apps. Published as web app too.", "description": "A showcase app for all Ionic UI elements to create awesome mobile apps. Published as web app too.",
"image": "",
"stars": 113, "stars": 113,
"tags": [ "tags": [
"components and libraries", "components and libraries",
@@ -623,7 +565,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Starter pack for Rollup, Typescript, and VSCode", "description": "Starter pack for Rollup, Typescript, and VSCode",
"image": "",
"stars": 6, "stars": 6,
"tags": [], "tags": [],
"title": "tonyrewin/svelte3-ts-boilerplate", "title": "tonyrewin/svelte3-ts-boilerplate",
@@ -633,7 +574,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "Template with TypeScript, Babel, Jest, Svelte-Testing-Library, Eslint, and Prettier", "description": "Template with TypeScript, Babel, Jest, Svelte-Testing-Library, Eslint, and Prettier",
"image": "",
"stars": 4, "stars": 4,
"tags": [], "tags": [],
"title": "will-wow/svelte-typescript-template", "title": "will-wow/svelte-typescript-template",
@@ -643,7 +583,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A base for building shareable Svelte 3 components", "description": "A base for building shareable Svelte 3 components",
"image": "",
"stars": 161, "stars": 161,
"tags": [], "tags": [],
"title": "YogliB/svelte-component-template", "title": "YogliB/svelte-component-template",
@@ -653,7 +592,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Svelte", "category": "Svelte",
"description": "A base for building shareable Svelte 3 components.", "description": "A base for building shareable Svelte 3 components.",
"image": "",
"stars": 161, "stars": 161,
"tags": [], "tags": [],
"title": "svelte-component-template", "title": "svelte-component-template",
@@ -663,7 +601,6 @@
"addedOn": "2020-09-29T14:39:13Z", "addedOn": "2020-09-29T14:39:13Z",
"category": "Sapper", "category": "Sapper",
"description": "Skip setup and start code with SENT (Sapper.js, Express.js, Node.js, Typescript) and other tools template", "description": "Skip setup and start code with SENT (Sapper.js, Express.js, Node.js, Typescript) and other tools template",
"image": "",
"stars": 55, "stars": 55,
"tags": [], "tags": [],
"title": "Zimtir/SENT-template", "title": "Zimtir/SENT-template",
@@ -673,7 +610,6 @@
"addedOn": "2021-06-24T14:39:13Z", "addedOn": "2021-06-24T14:39:13Z",
"category": "SvelteKit", "category": "SvelteKit",
"description": "SvelteKit template with TailwindCSS, Storybook, TypeScript and Sass.", "description": "SvelteKit template with TailwindCSS, Storybook, TypeScript and Sass.",
"image": "",
"stars": 26, "stars": 26,
"tags": [], "tags": [],
"title": "tejasag/sveltetron-9000", "title": "tejasag/sveltetron-9000",
@@ -683,7 +619,6 @@
"addedOn": "2021-06-24T14:39:14Z", "addedOn": "2021-06-24T14:39:14Z",
"category": "SvelteKit", "category": "SvelteKit",
"description": "SvelteKit Starter template with Typescript, Postcss, scss, TailwindCSS, Storybook, husky, and eslint.", "description": "SvelteKit Starter template with Typescript, Postcss, scss, TailwindCSS, Storybook, husky, and eslint.",
"image": "",
"stars": 67, "stars": 67,
"tags": [], "tags": [],
"title": "navneetsharmaui/sveltekit-starter", "title": "navneetsharmaui/sveltekit-starter",
@@ -693,7 +628,6 @@
"addedOn": "2021-06-24T14:39:15Z", "addedOn": "2021-06-24T14:39:15Z",
"category": "SvelteKit", "category": "SvelteKit",
"description": "SvelteKit boilerplate with Koa for building backend API, Typescript support, Docker support", "description": "SvelteKit boilerplate with Koa for building backend API, Typescript support, Docker support",
"image": "",
"stars": 0, "stars": 0,
"tags": [], "tags": [],
"title": "kaladivo/svelte-kit-koa-boilerplate", "title": "kaladivo/svelte-kit-koa-boilerplate",
@@ -703,7 +637,6 @@
"addedOn": "2021-06-24T14:39:16Z", "addedOn": "2021-06-24T14:39:16Z",
"category": "SvelteKit", "category": "SvelteKit",
"description": "SvelteKit template with Stripe Checkout and Typescript.", "description": "SvelteKit template with Stripe Checkout and Typescript.",
"image": "",
"stars": 25, "stars": 25,
"tags": [], "tags": [],
"title": "srmullen/sveltekit-stripe", "title": "srmullen/sveltekit-stripe",
@@ -713,7 +646,6 @@
"addedOn": "2021-06-24T14:39:17Z", "addedOn": "2021-06-24T14:39:17Z",
"category": "SvelteKit", "category": "SvelteKit",
"description": "A minimalistic blog template built with SvelteKit and MDsveX", "description": "A minimalistic blog template built with SvelteKit and MDsveX",
"image": "",
"stars": 24, "stars": 24,
"tags": [], "tags": [],
"title": "mvasigh/sveltekit-mdsvex-blog", "title": "mvasigh/sveltekit-mdsvex-blog",
@@ -723,7 +655,6 @@
"addedOn": "2021-06-24T14:39:18Z", "addedOn": "2021-06-24T14:39:18Z",
"category": "SvelteKit", "category": "SvelteKit",
"description": "A personal website built with SvelteKit", "description": "A personal website built with SvelteKit",
"image": "",
"stars": 1, "stars": 1,
"tags": [], "tags": [],
"title": "babichjacob/university-website", "title": "babichjacob/university-website",
@@ -733,7 +664,6 @@
"addedOn": "2021-06-24T14:39:19Z", "addedOn": "2021-06-24T14:39:19Z",
"category": "SvelteKit", "category": "SvelteKit",
"description": "Personal website and blog written from scratch with SvelteKit and TailwindCSS.", "description": "Personal website and blog written from scratch with SvelteKit and TailwindCSS.",
"image": "",
"stars": 39, "stars": 39,
"tags": [], "tags": [],
"title": "mhatvan/markushatvan.com", "title": "mhatvan/markushatvan.com",
@@ -743,7 +673,6 @@
"addedOn": "2021-06-24T14:39:20Z", "addedOn": "2021-06-24T14:39:20Z",
"category": "SvelteKit", "category": "SvelteKit",
"description": "A simplistic SvelteKit template for blogs", "description": "A simplistic SvelteKit template for blogs",
"image": "",
"stars": 3, "stars": 3,
"tags": [], "tags": [],
"title": "stephane-vanraes/blog-template", "title": "stephane-vanraes/blog-template",
@@ -753,7 +682,6 @@
"addedOn": "2021-06-24T14:39:21Z", "addedOn": "2021-06-24T14:39:21Z",
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add PostCSS to your Svelte project", "description": "Add PostCSS to your Svelte project",
"image": "",
"stars": 16, "stars": 16,
"tags": [], "tags": [],
"title": "svelte-add/postcss", "title": "svelte-add/postcss",
@@ -763,7 +691,6 @@
"addedOn": "2021-06-24T14:39:22Z", "addedOn": "2021-06-24T14:39:22Z",
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add Tailwind CSS to your Svelte project", "description": "Add Tailwind CSS to your Svelte project",
"image": "",
"stars": 243, "stars": 243,
"tags": [], "tags": [],
"title": "svelte-add/tailwindcss", "title": "svelte-add/tailwindcss",
@@ -773,7 +700,6 @@
"addedOn": "2021-06-24T14:39:23Z", "addedOn": "2021-06-24T14:39:23Z",
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add Bluma to your Svelte project", "description": "Add Bluma to your Svelte project",
"image": "",
"stars": 3, "stars": 3,
"tags": [], "tags": [],
"title": "svelte-add/bulma", "title": "svelte-add/bulma",
@@ -783,7 +709,6 @@
"addedOn": "2021-06-24T14:39:24Z", "addedOn": "2021-06-24T14:39:24Z",
"category": "Svelte Add", "category": "Svelte Add",
"description": "SvelteKit adder for CoffeeScript", "description": "SvelteKit adder for CoffeeScript",
"image": "",
"stars": 2, "stars": 2,
"tags": [], "tags": [],
"title": "Leftium/coffeescript-adder", "title": "Leftium/coffeescript-adder",
@@ -793,7 +718,6 @@
"addedOn": "2021-06-24T14:39:26Z", "addedOn": "2021-06-24T14:39:26Z",
"category": "Svelte Add", "category": "Svelte Add",
"description": "A command to add a GraphQL server to your Svelte project", "description": "A command to add a GraphQL server to your Svelte project",
"image": "",
"stars": 18, "stars": 18,
"tags": [], "tags": [],
"title": "svelte-add/graphql-server", "title": "svelte-add/graphql-server",
@@ -803,7 +727,6 @@
"addedOn": "2021-06-24T14:39:27Z", "addedOn": "2021-06-24T14:39:27Z",
"category": "Svelte Add", "category": "Svelte Add",
"description": "A command to add hosting on Firebase to your Svelte project", "description": "A command to add hosting on Firebase to your Svelte project",
"image": "",
"stars": 2, "stars": 2,
"tags": [], "tags": [],
"title": "svelte-add/firebase-hosting", "title": "svelte-add/firebase-hosting",
@@ -813,7 +736,6 @@
"addedOn": "2021-06-24T14:39:28Z", "addedOn": "2021-06-24T14:39:28Z",
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add mdsvex to your Svelte project", "description": "Add mdsvex to your Svelte project",
"image": "",
"stars": 31, "stars": 31,
"tags": [], "tags": [],
"title": "svelte-add/mdsvex", "title": "svelte-add/mdsvex",
@@ -823,7 +745,6 @@
"addedOn": "2021-06-24T14:39:25Z", "addedOn": "2021-06-24T14:39:25Z",
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add Pug to SvelteKit.", "description": "Add Pug to SvelteKit.",
"image": "",
"stars": 0, "stars": 0,
"tags": [], "tags": [],
"title": "Leftium/pug-adder", "title": "Leftium/pug-adder",
@@ -833,7 +754,6 @@
"addedOn": "2021-06-24T14:39:29Z", "addedOn": "2021-06-24T14:39:29Z",
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add Supabase to your Svelte project", "description": "Add Supabase to your Svelte project",
"image": "",
"stars": 29, "stars": 29,
"tags": [], "tags": [],
"title": "joshnuss/svelte-supabase", "title": "joshnuss/svelte-supabase",

File diff suppressed because one or more lines are too long