|
39 | 39 | }, |
40 | 40 | "licenses": ["spdx:MIT"], |
41 | 41 | "tags": ["web-development"] |
42 | | - }, |
43 | | - { |
44 | | - "guid": "sveltejs-language-tools", |
45 | | - "name": "Svelte Language Tools", |
46 | | - "description": "Svelte Language Tools contains a library implementing the Language Server Protocol (LSP). LSP powers the VSCode extension, which is also hosted in this repository. Additionally, LSP is capable of powering plugins for numerous other IDEs.", |
47 | | - "webpageUrl": { |
48 | | - "url": "https://github.com/sveltejs/language-tools/blob/master/README.md" |
49 | | - }, |
50 | | - "wellKnown": "https://github.com/sveltejs/language-tools/blob/master/.well-known/funding-manifest-urls", |
51 | | - "repositoryUrl": { |
52 | | - "url": "https://github.com/sveltejs/language-tools", |
53 | | - "wellKnown": "https://github.com/sveltejs/language-tools/blob/master/.well-known/funding-manifest-urls" |
54 | | - }, |
55 | | - "licenses": ["spdx:MIT"], |
56 | | - "tags": ["developer-tools", "web-development"] |
57 | | - }, |
58 | | - { |
59 | | - "guid": "sveltejs-vite-plugin", |
60 | | - "name": "vite-plugin-svelte", |
61 | | - "description": "Svelte plugin for Vite", |
62 | | - "webpageUrl": { |
63 | | - "url": "https://github.com/sveltejs/vite-plugin-svelte/blob/main/README.md" |
64 | | - }, |
65 | | - "repositoryUrl": { |
66 | | - "url": "https://github.com/sveltejs/vite-plugin-svelte", |
67 | | - "wellKnown": "https://github.com/sveltejs/vite-plugin-svelte/blob/main/.well-known/funding-manifest-urls" |
68 | | - }, |
69 | | - "licenses": ["spdx:MIT"], |
70 | | - "tags": ["web-development"] |
71 | | - }, |
72 | | - { |
73 | | - "guid": "sveltejs-rollup-plugin", |
74 | | - "name": "rollup-plugin-svelte", |
75 | | - "description": "Compile Svelte components with Rollup", |
76 | | - "webpageUrl": { |
77 | | - "url": "https://github.com/sveltejs/rollup-plugin-svelte/blob/master/README.md", |
78 | | - "wellKnown": "https://github.com/sveltejs/rollup-plugin-svelte/blob/master/.well-known/funding-manifest-urls" |
79 | | - }, |
80 | | - "repositoryUrl": { |
81 | | - "url": "https://github.com/sveltejs/rollup-plugin-svelte", |
82 | | - "wellKnown": "https://github.com/sveltejs/rollup-plugin-svelte/blob/master/.well-known/funding-manifest-urls" |
83 | | - }, |
84 | | - "licenses": ["spdx:MIT"], |
85 | | - "tags": ["web-development"] |
86 | | - }, |
87 | | - { |
88 | | - "guid": "sveltejs-cli", |
89 | | - "name": "Svelte CLI", |
90 | | - "description": "A command line interface for creating and maintaining Svelte applications", |
91 | | - "webpageUrl": { |
92 | | - "url": "https://svelte.dev/docs/cli" |
93 | | - }, |
94 | | - "repositoryUrl": { |
95 | | - "url": "https://github.com/sveltejs/cli", |
96 | | - "wellKnown": "https://github.com/sveltejs/cli/blob/main/.well-known/funding-manifest-urls" |
97 | | - }, |
98 | | - "licenses": ["spdx:MIT"], |
99 | | - "tags": ["developer-tools", "web-development"] |
100 | | - }, |
101 | | - { |
102 | | - "guid": "sveltejs-svelte-dev", |
103 | | - "name": "svelte.dev", |
104 | | - "description": "The official Svelte website hosting the documentation, tutorials, blog, playground, and recommended packages.", |
105 | | - "webpageUrl": { |
106 | | - "url": "https://svelte.dev" |
107 | | - }, |
108 | | - "repositoryUrl": { |
109 | | - "url": "https://github.com/sveltejs/svelte.dev", |
110 | | - "wellKnown": "https://github.com/sveltejs/svelte.dev/blob/main/.well-known/funding-manifest-urls" |
111 | | - }, |
112 | | - "licenses": ["spdx:MIT"], |
113 | | - "tags": ["documentation", "education", "web-development"] |
114 | | - }, |
115 | | - { |
116 | | - "guid": "sveltejs-eslint-plugin", |
117 | | - "name": "eslint-plugin-svelte", |
118 | | - "description": "eslint-plugin-svelte is the official ESLint plugin for Svelte. It leverages the AST generated by svelte-eslint-parser to provide custom linting for Svelte.", |
119 | | - "webpageUrl": { |
120 | | - "url": "https://sveltejs.github.io/eslint-plugin-svelte/", |
121 | | - "wellKnown": "https://sveltejs.github.io/eslint-plugin-svelte/.well-known/funding-manifest-urls" |
122 | | - }, |
123 | | - "repositoryUrl": { |
124 | | - "url": "https://github.com/sveltejs/eslint-plugin-svelte", |
125 | | - "wellKnown": "https://github.com/sveltejs/eslint-plugin-svelte/blob/main/.well-known/funding-manifest-urls" |
126 | | - }, |
127 | | - "licenses": ["spdx:MIT"], |
128 | | - "tags": ["developer-tools", "web-development"] |
129 | | - }, |
130 | | - { |
131 | | - "guid": "sveltejs-eslint-parser", |
132 | | - "name": "svelte-eslint-parser", |
133 | | - "description": "The svelte-eslint-parser aims to make it easy to create your own ESLint rules for Svelte. eslint-plugin-svelte is an ESLint plugin built upon this parser, and it already implements some rules.", |
134 | | - "webpageUrl": { |
135 | | - "url": "https://github.com/sveltejs/svelte-eslint-parser/blob/main/README.md" |
136 | | - }, |
137 | | - "repositoryUrl": { |
138 | | - "url": "https://github.com/sveltejs/svelte-eslint-parser", |
139 | | - "wellKnown": "https://github.com/sveltejs/svelte-eslint-parser/blob/main/.well-known/funding-manifest-urls" |
140 | | - }, |
141 | | - "licenses": ["spdx:MIT"], |
142 | | - "tags": ["developer-tools", "web-development"] |
143 | | - }, |
144 | | - { |
145 | | - "guid": "sveltejs-mcp", |
146 | | - "name": "Svelte MCP", |
147 | | - "description": "The Svelte MCP (Model Context Protocol) server can help your LLM or agent of choice write better Svelte code. It works by providing documentation relevant to the task at hand, and statically analysing generated code so that it can suggest fixes and best practices.", |
148 | | - "webpageUrl": { |
149 | | - "url": "https://svelte.dev/docs/mcp/overview" |
150 | | - }, |
151 | | - "repositoryUrl": { |
152 | | - "url": "https://github.com/sveltejs/mcp", |
153 | | - "wellKnown": "https://github.com/sveltejs/mcp/blob/main/.well-known/funding-manifest-urls" |
154 | | - }, |
155 | | - "licenses": ["spdx:MIT"], |
156 | | - "tags": ["developer-tools", "web-development", "artificial-intelligence"] |
157 | 42 | } |
158 | 43 | ], |
159 | 44 | "funding": { |
|
0 commit comments