Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing npm fields in tools.json #502

Merged
merged 1 commit into from
Nov 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/routes/tools/tools.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,71 @@
[
{
"title": "rollup-plugin-svelte",
"npm": "rollup-plugin-svelte",
"category": "Bundler Plugins",
"description": "Compile Svelte components with Rollup",
"repository": "https://github.com/sveltejs/rollup-plugin-svelte",
"tags": ["official"]
},
{
"title": "svelte-loader",
"npm": "svelte-loader",
"category": "Bundler Plugins",
"description": "Webpack loader for svelte components",
"repository": "https://github.com/sveltejs/svelte-loader",
"tags": ["official"]
},
{
"title": "vite-plugin-svelte",
"npm": "@sveltejs/vite-plugin-svelte",
"category": "Bundler Plugins",
"description": "This is the official svelte plugin for vite",
"repository": "https://github.com/sveltejs/vite-plugin-svelte",
"tags": ["official"]
},
{
"title": "esbuild-svelte",
"npm": "esbuild-svelte",
"category": "Bundler Plugins",
"description": "An esbuild plugin to compile Svelte components",
"repository": "https://github.com/EMH333/esbuild-svelte",
"tags": []
},
{
"title": "rollup-plugin-svelte-hot",
"npm": "rollup-plugin-svelte-hot",
"category": "Bundler Plugins",
"description": "Fork of official rollup-plugin-svelte with added HMR support (for both Nollup or Rollup)",
"repository": "https://github.com/rixo/rollup-plugin-svelte-hot",
"tags": []
},
{
"title": "parcel-transformer-svelte3-plus",
"npm": "parcel-transformer-svelte3-plus",
"category": "Bundler Plugins",
"description": "Transformer plugin for Parcel v2; works with Svelte 3 & Svelte 4",
"repository": "https://github.com/HellButcher/parcel-transformer-svelte3-plus",
"tags": []
},
{
"title": "parcel-plugin-svelte",
"npm": "parcel-plugin-svelte",
"category": "Bundler Plugins",
"description": "A Parcel v1 plugin that enables Svelte support",
"repository": "https://github.com/DeMoorJasper/parcel-plugin-svelte",
"tags": []
},
{
"title": "sveltify",
"npm": "sveltify",
"category": "Bundler Plugins",
"description": "Browserify transform for Svelte",
"repository": "https://github.com/tehshrike/sveltify",
"tags": []
},
{
"title": "gulp-svelte",
"npm": "gulp-svelte",
"category": "Bundler Plugins",
"description": "A gulp 4 plugin to compile Svelte template to vanilla JavaScript",
"repository": "https://github.com/shinnn/gulp-svelte",
Expand All @@ -71,6 +80,7 @@
},
{
"title": "sveltejs-brunch",
"npm": "sveltejs-brunch",
"category": "Bundler Plugins",
"description": "Compile Svelte components inside Brunch projects",
"repository": "https://github.com/StarpTech/sveltejs-brunch",
Expand All @@ -92,6 +102,7 @@
},
{
"title": "svelte-preprocess",
"npm": "svelte-preprocess",
"category": "Preprocessors",
"description": "A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more",
"repository": "https://github.com/sveltejs/svelte-preprocess",
Expand Down Expand Up @@ -119,6 +130,7 @@
},
{
"title": "svelte-preprocess-less",
"npm": "svelte-preprocess-less",
"category": "Preprocessors",
"description": "Svelte preprocessor for less",
"repository": "https://github.com/ls-age/svelte-preprocess-less",
Expand All @@ -133,48 +145,55 @@
},
{
"title": "modular-css",
"npm": "@modular-css/svelte",
"category": "Preprocessors",
"description": "Svelte preprocessor support for modular-css",
"repository": "https://github.com/tivac/modular-css/tree/main/packages/svelte",
"tags": []
},
{
"title": "svelte-preprocess-sass",
"npm": "svelte-preprocess-sass",
"category": "Preprocessors",
"description": "Svelte preprocessor for sass",
"repository": "https://github.com/ls-age/svelte-preprocess-sass",
"tags": []
},
{
"title": "svelte-preprocess-css-hash",
"npm": "svelte-preprocess-css-hash",
"category": "Preprocessors",
"description": "Passing hashed css class name to child component. It is used to avoid class name conflicts.",
"repository": "https://github.com/jiangfengming/svelte-preprocess-css-hash",
"tags": []
},
{
"title": "svelte-preprocess-html-asset",
"npm": "svelte-preprocess-html-asset",
"category": "Preprocessors",
"description": "Transform html asset relative path. Works with snowpack & webpack 5.",
"repository": "https://github.com/jiangfengming/svelte-preprocess-html-asset",
"tags": []
},
{
"title": "svelte-preprocessor-fetch",
"npm": "svelte-preprocessor-fetch",
"category": "Preprocessors",
"description": "A preprocessor for Svelte can be used to fetch data before the component is compiled.",
"repository": "https://github.com/kevmodrome/svelte-preprocessor-fetch",
"tags": []
},
{
"title": "prettier-plugin-svelte",
"npm": "prettier-plugin-svelte",
"category": "Linting and Formatting",
"description": "Format your svelte components using prettier.",
"repository": "https://github.com/sveltejs/prettier-plugin-svelte",
"tags": ["official"]
},
{
"title": "svelte-check",
"npm": "svelte-check",
"category": "Linting and Formatting",
"description": "Detects unused css. Adds Svelte A11y hints. Provides JavaScript/TypeScript diagnostics.",
"repository": "https://github.com/sveltejs/language-tools/tree/master/packages/svelte-check",
Expand Down