Merge and remove several more tags (#569)

* Merge bundler-plugins and preprocessors

* Remove multimedia

* Remove audio-and-video

* Remove layout-and-structure

* Remove date-and-time

* Rename icons-and-fonts
This commit is contained in:
Lachlan Collins
2024-01-02 08:09:25 +11:00
committed by GitHub
parent 6274abca92
commit ee030c1fea
2 changed files with 109 additions and 114 deletions

View File

@@ -2,28 +2,23 @@ import { z } from 'zod';
import { packageNameRegex } from 'package-name-regex';
const PACKAGES_TAGS = /** @type {const} */ ([
'audio-and-video',
'auth',
'bundler-plugins',
'css-and-layout',
'build-plugins',
'data-fetching',
'data-visualisation',
'date-and-time',
'design-system',
'forms-and-input',
'icons-and-fonts',
'icons',
'images',
'integrations',
'internationalization',
'layout-and-structure',
'linting-and-formatting',
'markdown',
'multimedia',
'notifications',
'official',
'preprocessors',
'routers',
'stores-and-state',
'styling-and-layout',
'sveltekit-adapters',
'testing',
'ui-components',