mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-08 04:21:44 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user