mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
chore: update dependencies and improve configurations
- Upgraded various dependencies across the project, including dotenv, eslint, prettier, and typescript. - Updated package versions in package.json and pnpm-lock.yaml for better compatibility and performance. - Adjusted tailwindcss and related plugins to the latest versions. - Enhanced the S3 client configuration in the builder package. - Fixed import statements in CSS files to use @import instead of @plugin for tailwindcss-safe-area. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
2
apps/ssr/next-env.d.ts
vendored
2
apps/ssr/next-env.d.ts
vendored
@@ -1,5 +1,7 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
||||
/// <reference path="./.next/types/routes.d.ts" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||
|
||||
@@ -23,13 +23,13 @@
|
||||
"@afilmory/data": "workspace:*",
|
||||
"@t3-oss/env-nextjs": "0.13.8",
|
||||
"clsx": "2.1.1",
|
||||
"drizzle-orm": "0.44.2",
|
||||
"es-toolkit": "1.39.5",
|
||||
"linkedom": "0.18.11",
|
||||
"pg": "8.16.2",
|
||||
"drizzle-orm": "0.44.5",
|
||||
"es-toolkit": "1.39.10",
|
||||
"linkedom": "0.18.12",
|
||||
"pg": "8.16.3",
|
||||
"postgres": "3.4.7",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react": "19.1.1",
|
||||
"react-dom": "19.1.1",
|
||||
"react-responsive-masonry": "2.7.1",
|
||||
"react-use": "17.6.0",
|
||||
"tailwind-merge": "3.3.1",
|
||||
@@ -43,15 +43,15 @@
|
||||
"@iconify-json/mingcute": "catalog:",
|
||||
"@tailwindcss/postcss": "catalog:",
|
||||
"@tailwindcss/typography": "catalog:",
|
||||
"@types/node": "24.0.4",
|
||||
"@types/pg": "8.15.4",
|
||||
"@types/react": "19.1.8",
|
||||
"@types/react-dom": "19.1.6",
|
||||
"concurrently": "9.2.0",
|
||||
"cross-env": "7.0.3",
|
||||
"@types/node": "24.5.2",
|
||||
"@types/pg": "8.15.5",
|
||||
"@types/react": "19.1.13",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"concurrently": "9.2.1",
|
||||
"cross-env": "10.0.0",
|
||||
"dotenv-expand": "catalog:",
|
||||
"drizzle-kit": "0.31.2",
|
||||
"next": "15.3.4",
|
||||
"drizzle-kit": "0.31.4",
|
||||
"next": "15.5.3",
|
||||
"postcss": "8.5.6",
|
||||
"tailwind-scrollbar": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
@plugin '@tailwindcss/typography';
|
||||
@plugin 'tailwind-scrollbar';
|
||||
@plugin 'tailwindcss-animate';
|
||||
@plugin 'tailwindcss-safe-area';
|
||||
@import 'tailwindcss-safe-area';
|
||||
@import 'tailwindcss-uikit-colors/v4/macos.css';
|
||||
@plugin '@egoist/tailwindcss-icons';
|
||||
|
||||
@@ -22,67 +22,67 @@
|
||||
"@afilmory/ssr-sdk": "workspace:*",
|
||||
"@afilmory/webgl-viewer": "workspace:*",
|
||||
"@essentials/request-timeout": "1.3.0",
|
||||
"@headlessui/react": "2.2.4",
|
||||
"@headlessui/react": "2.2.8",
|
||||
"@lobehub/fluent-emoji": "2.0.0",
|
||||
"@maplibre/maplibre-gl-geocoder": "^1.9.0",
|
||||
"@radix-ui/react-avatar": "1.1.10",
|
||||
"@radix-ui/react-checkbox": "1.3.3",
|
||||
"@radix-ui/react-context-menu": "2.2.15",
|
||||
"@radix-ui/react-dialog": "1.1.14",
|
||||
"@radix-ui/react-dropdown-menu": "2.1.15",
|
||||
"@radix-ui/react-hover-card": "1.1.14",
|
||||
"@radix-ui/react-popover": "1.1.14",
|
||||
"@radix-ui/react-scroll-area": "1.2.9",
|
||||
"@radix-ui/react-context-menu": "2.2.16",
|
||||
"@radix-ui/react-dialog": "1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "2.1.16",
|
||||
"@radix-ui/react-hover-card": "1.1.15",
|
||||
"@radix-ui/react-popover": "1.1.15",
|
||||
"@radix-ui/react-scroll-area": "1.2.10",
|
||||
"@radix-ui/react-slot": "1.2.3",
|
||||
"@radix-ui/react-switch": "1.2.6",
|
||||
"@radix-ui/react-tooltip": "1.2.7",
|
||||
"@radix-ui/react-tooltip": "1.2.8",
|
||||
"@react-hook/window-size": "3.1.1",
|
||||
"@remixicon/react": "4.6.0",
|
||||
"@t3-oss/env-core": "catalog:",
|
||||
"@tanstack/react-query": "5.81.2",
|
||||
"@tanstack/react-query": "5.89.0",
|
||||
"@use-gesture/react": "10.3.1",
|
||||
"@uswriting/exiftool": "1.0.3",
|
||||
"@uswriting/exiftool": "1.0.5",
|
||||
"blurhash": "2.0.5",
|
||||
"clsx": "2.1.1",
|
||||
"consola": "3.4.2",
|
||||
"dotenv": "16.5.0",
|
||||
"es-toolkit": "1.39.5",
|
||||
"dotenv": "17.2.2",
|
||||
"es-toolkit": "1.39.10",
|
||||
"file-type": "^21.0.0",
|
||||
"foxact": "0.2.49",
|
||||
"heic-to": "1.1.14",
|
||||
"i18next": "25.2.1",
|
||||
"heic-to": "1.2.2",
|
||||
"i18next": "25.5.2",
|
||||
"i18next-browser-languagedetector": "8.2.0",
|
||||
"immer": "10.1.1",
|
||||
"jotai": "2.12.5",
|
||||
"maplibre-gl": "^5.7.0",
|
||||
"immer": "10.1.3",
|
||||
"jotai": "2.14.0",
|
||||
"maplibre-gl": "^5.7.3",
|
||||
"masonic": "4.1.0",
|
||||
"motion": "12.19.1",
|
||||
"motion": "12.23.16",
|
||||
"ofetch": "1.4.1",
|
||||
"react": "19.1.0",
|
||||
"react": "19.1.1",
|
||||
"react-blurhash": "0.3.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-dom": "19.1.1",
|
||||
"react-error-boundary": "6.0.0",
|
||||
"react-freeze": "1.0.4",
|
||||
"react-i18next": "15.5.3",
|
||||
"react-i18next": "15.7.3",
|
||||
"react-image-gallery": "1.4.0",
|
||||
"react-intersection-observer": "9.16.0",
|
||||
"react-map-gl": "^8.0.4",
|
||||
"react-remove-scroll": "2.7.1",
|
||||
"react-router": "7.6.2",
|
||||
"react-scan": "0.3.4",
|
||||
"react-router": "7.9.1",
|
||||
"react-scan": "0.4.3",
|
||||
"react-use-measure": "2.1.7",
|
||||
"react-zoom-pan-pinch": "3.7.0",
|
||||
"sonner": "2.0.5",
|
||||
"swiper": "11.2.8",
|
||||
"swr": "2.3.3",
|
||||
"sonner": "2.0.7",
|
||||
"swiper": "12.0.2",
|
||||
"swr": "2.3.6",
|
||||
"tailwind-merge": "3.3.1",
|
||||
"tailwind-variants": "1.0.0",
|
||||
"tailwind-variants": "catalog:",
|
||||
"thumbhash": "0.1.1",
|
||||
"tiff": "^7.1.1",
|
||||
"usehooks-ts": "3.1.1",
|
||||
"vaul": "1.1.2",
|
||||
"zod": "catalog:",
|
||||
"zustand": "5.0.5"
|
||||
"zustand": "5.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@egoist/tailwindcss-icons": "catalog:",
|
||||
@@ -90,29 +90,29 @@
|
||||
"@iconify-json/ri": "^1.2.5",
|
||||
"@tailwindcss/postcss": "catalog:",
|
||||
"@tailwindcss/typography": "catalog:",
|
||||
"@tailwindcss/vite": "4.1.11",
|
||||
"@types/node": "24.0.4",
|
||||
"@types/react": "19.1.8",
|
||||
"@types/react-dom": "19.1.6",
|
||||
"@vitejs/plugin-react": "^4.7.0",
|
||||
"ast-kit": "2.1.0",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
||||
"code-inspector-plugin": "0.20.12",
|
||||
"daisyui": "5.0.43",
|
||||
"@tailwindcss/vite": "4.1.13",
|
||||
"@types/node": "24.5.2",
|
||||
"@types/react": "19.1.13",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"@vitejs/plugin-react": "^5.0.3",
|
||||
"ast-kit": "2.1.2",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
||||
"code-inspector-plugin": "1.2.10",
|
||||
"daisyui": "5.1.13",
|
||||
"execa": "9.6.0",
|
||||
"kolorist": "1.8.0",
|
||||
"postcss": "8.5.6",
|
||||
"postcss-import": "16.1.1",
|
||||
"postcss-js": "4.0.1",
|
||||
"react-compiler-runtime": "19.1.0-rc.2",
|
||||
"simple-git-hooks": "2.13.0",
|
||||
"postcss-js": "5.0.0",
|
||||
"react-compiler-runtime": "19.1.0-rc.3",
|
||||
"simple-git-hooks": "2.13.1",
|
||||
"tailwind-scrollbar": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
"tailwindcss-animate": "catalog:",
|
||||
"tailwindcss-safe-area": "catalog:",
|
||||
"tailwindcss-uikit-colors": "catalog:",
|
||||
"unplugin-ast": "0.15.0",
|
||||
"unplugin-ast": "0.15.2",
|
||||
"vite-plugin-html": "3.2.2",
|
||||
"vite-plugin-pwa": "1.0.1"
|
||||
"vite-plugin-pwa": "1.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 60 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@@ -4,7 +4,7 @@
|
||||
@plugin 'daisyui';
|
||||
@plugin 'tailwind-scrollbar';
|
||||
@plugin 'tailwindcss-animate';
|
||||
@plugin 'tailwindcss-safe-area';
|
||||
@import 'tailwindcss-safe-area';
|
||||
@import 'tailwindcss-uikit-colors/v4/macos.css';
|
||||
|
||||
@plugin "daisyui/theme" {
|
||||
|
||||
@@ -55,6 +55,10 @@ const ReactCompilerConfig = {
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
codeInspectorPlugin({
|
||||
bundler: 'vite',
|
||||
hotKeys: ['altKey'],
|
||||
}),
|
||||
react({
|
||||
babel: {
|
||||
plugins: [['babel-plugin-react-compiler', ReactCompilerConfig]],
|
||||
@@ -68,10 +72,7 @@ export default defineConfig({
|
||||
enableBuild: true,
|
||||
root: __dirname,
|
||||
}),
|
||||
codeInspectorPlugin({
|
||||
bundler: 'vite',
|
||||
hotKeys: ['altKey'],
|
||||
}),
|
||||
|
||||
createDependencyChunksPlugin([
|
||||
['heic-to'],
|
||||
['react', 'react-dom'],
|
||||
|
||||
30
package.json
30
package.json
@@ -28,31 +28,31 @@
|
||||
"dependencies": {
|
||||
"@afilmory/builder": "workspace:*",
|
||||
"@t3-oss/env-core": "catalog:",
|
||||
"dotenv": "16.5.0",
|
||||
"es-toolkit": "1.39.5",
|
||||
"dotenv": "17.2.2",
|
||||
"es-toolkit": "1.39.10",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@clack/prompts": "^0.11.0",
|
||||
"@innei/prettier": "0.15.0",
|
||||
"@types/node": "24.0.4",
|
||||
"@types/node": "24.5.2",
|
||||
"consola": "3.4.2",
|
||||
"dotenv-expand": "catalog:",
|
||||
"eslint": "9.29.0",
|
||||
"eslint-config-hyoban": "4.0.8",
|
||||
"eslint": "9.36.0",
|
||||
"eslint-config-hyoban": "4.0.10",
|
||||
"fast-glob": "3.3.3",
|
||||
"lint-staged": "16.1.2",
|
||||
"lint-staged": "16.1.6",
|
||||
"opentype.js": "1.3.4",
|
||||
"prettier": "3.6.1",
|
||||
"sharp": "0.34.2",
|
||||
"simple-git-hooks": "2.13.0",
|
||||
"tailwindcss": "4.1.11",
|
||||
"tsx": "4.20.3",
|
||||
"prettier": "3.6.2",
|
||||
"sharp": "0.34.4",
|
||||
"simple-git-hooks": "2.13.1",
|
||||
"tailwindcss": "catalog:",
|
||||
"tsx": "4.20.5",
|
||||
"typescript": "catalog:",
|
||||
"vite": "7.0.0",
|
||||
"vite-bundle-analyzer": "0.23.0",
|
||||
"vite-plugin-babel": "1.3.1",
|
||||
"vite-plugin-checker": "0.9.3",
|
||||
"vite": "7.1.6",
|
||||
"vite-bundle-analyzer": "1.2.3",
|
||||
"vite-plugin-babel": "1.3.2",
|
||||
"vite-plugin-checker": "0.10.3",
|
||||
"vite-tsconfig-paths": "5.1.4"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
|
||||
@@ -11,17 +11,17 @@
|
||||
"cli": "tsx src/cli.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "3.837.0",
|
||||
"@aws-sdk/client-s3": "3.893.0",
|
||||
"@aws-sdk/node-http-handler": "3.374.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.837.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.893.0",
|
||||
"@vingle/bmp-js": "^0.2.5",
|
||||
"blurhash": "2.0.5",
|
||||
"dotenv-expand": "catalog:",
|
||||
"execa": "9.6.0",
|
||||
"exiftool-vendored": "30.2.0",
|
||||
"exiftool-vendored": "30.5.0",
|
||||
"heic-convert": "2.1.0",
|
||||
"heic-to": "1.1.14",
|
||||
"sharp": "0.34.2",
|
||||
"heic-to": "1.2.2",
|
||||
"sharp": "0.34.4",
|
||||
"thumbhash": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,54 +14,54 @@
|
||||
"preview": "pnpm dlx serve dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
"@mdx-js/rollup": "^3.1.0",
|
||||
"@pastel-palette/colors": "1.0.0-beta.2",
|
||||
"@pastel-palette/tailwindcss": "1.0.0-beta.2",
|
||||
"@radix-ui/react-context-menu": "2.2.15",
|
||||
"@radix-ui/react-scroll-area": "1.2.9",
|
||||
"@tailwindcss/vite": "4.1.11",
|
||||
"@mdx-js/react": "^3.1.1",
|
||||
"@mdx-js/rollup": "^3.1.1",
|
||||
"@pastel-palette/colors": "1.0.0-canary.1",
|
||||
"@pastel-palette/tailwindcss": "1.0.0-canary.1",
|
||||
"@radix-ui/react-context-menu": "2.2.16",
|
||||
"@radix-ui/react-scroll-area": "1.2.10",
|
||||
"@tailwindcss/vite": "4.1.13",
|
||||
"@types/mdast": "^4.0.4",
|
||||
"lucide-react": "^0.525.0",
|
||||
"lucide-react": "^0.544.0",
|
||||
"mdast": "^3.0.0",
|
||||
"motion": "12.19.1",
|
||||
"motion": "12.23.16",
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"remark-frontmatter": "^5.0.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-mdx": "^3.1.0",
|
||||
"remark-mdx": "^3.1.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"tailwind-scrollbar-hide": "^4.0.0",
|
||||
"unified": "^11.0.5",
|
||||
"unist-util-visit": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.32.0",
|
||||
"@shikijs/rehype": "^3.8.1",
|
||||
"@eslint/js": "^9.36.0",
|
||||
"@shikijs/rehype": "^3.13.0",
|
||||
"@tailwindcss/postcss": "catalog:",
|
||||
"@tailwindcss/typography": "catalog:",
|
||||
"@types/glob": "^9.0.0",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/react": "^19.1.8",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"@types/react": "^19.1.13",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"@types/remark-heading-id": "^1.0.0",
|
||||
"@vitejs/plugin-react": "^4.7.0",
|
||||
"code-inspector-plugin": "0.20.12",
|
||||
"eslint": "^9.32.0",
|
||||
"@vitejs/plugin-react": "^5.0.3",
|
||||
"code-inspector-plugin": "1.2.10",
|
||||
"eslint": "^9.36.0",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
"glob": "^11.0.3",
|
||||
"globals": "^16.3.0",
|
||||
"shiki": "^3.8.1",
|
||||
"globals": "^16.4.0",
|
||||
"shiki": "^3.13.0",
|
||||
"tailwind-scrollbar": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
"tailwindcss-animate": "catalog:",
|
||||
"tailwindcss-safe-area": "catalog:",
|
||||
"tailwindcss-uikit-colors": "catalog:",
|
||||
"tsx": "^4.20.3",
|
||||
"typescript": "~5.8.3",
|
||||
"typescript-eslint": "^8.38.0",
|
||||
"vite": "^7.0.6"
|
||||
"tsx": "^4.20.5",
|
||||
"typescript": "~5.9.2",
|
||||
"typescript-eslint": "^8.44.0",
|
||||
"vite": "^7.1.6"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
"title": "Docs site",
|
||||
"description": "Docs site introduction and contribution guide",
|
||||
"createdAt": "2025-09-11T17:05:55+08:00",
|
||||
"lastModified": "2025-09-11T17:05:55+08:00"
|
||||
"lastModified": "2025-09-11T17:10:35+08:00"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -105,7 +105,7 @@ export const routes: RouteConfig[] = [
|
||||
title: 'Docs site',
|
||||
description: 'Docs site introduction and contribution guide',
|
||||
createdAt: '2025-09-11T17:05:55+08:00',
|
||||
lastModified: '2025-09-11T17:05:55+08:00',
|
||||
lastModified: '2025-09-11T17:10:35+08:00',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
@plugin '@tailwindcss/typography';
|
||||
@plugin 'tailwind-scrollbar';
|
||||
@plugin 'tailwindcss-animate';
|
||||
@plugin 'tailwindcss-safe-area';
|
||||
@import 'tailwindcss-safe-area';
|
||||
@import 'tailwind-scrollbar-hide/v4';
|
||||
@import '@pastel-palette/tailwindcss/dist/theme-oklch.css';
|
||||
|
||||
|
||||
@@ -63,11 +63,11 @@ export default defineConfig({
|
||||
],
|
||||
}),
|
||||
},
|
||||
react(),
|
||||
codeInspectorPlugin({
|
||||
bundler: 'vite',
|
||||
hotKeys: ['altKey'],
|
||||
}),
|
||||
react(),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
@@ -18,12 +18,11 @@
|
||||
"react": ">=19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "7.52.8",
|
||||
"@types/react": "19.1.8",
|
||||
"nbump": "2.1.3",
|
||||
"tsdown": "0.12.9",
|
||||
"unplugin-dts": "1.0.0-beta.2",
|
||||
"vite": "7.0.0"
|
||||
"@types/react": "19.1.13",
|
||||
"nbump": "2.1.7",
|
||||
"tsdown": "0.15.4",
|
||||
"unplugin-dts": "1.0.0-beta.6",
|
||||
"vite": "7.1.6"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -35,4 +34,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
10898
pnpm-lock.yaml
generated
10898
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -3,20 +3,20 @@ packages:
|
||||
- packages/*
|
||||
|
||||
catalog:
|
||||
zod: 3.25.67
|
||||
'@t3-oss/env-core': 0.13.8
|
||||
dotenv-expand: 12.0.2
|
||||
typescript: 5.8.3
|
||||
tailwind-variants: 1.0.0
|
||||
'@tailwindcss/postcss': 4.1.11
|
||||
'@tailwindcss/typography': 0.5.16
|
||||
tailwind-scrollbar: 4.0.2
|
||||
tailwindcss: 4.1.11
|
||||
tailwindcss-animate: 1.0.7
|
||||
tailwindcss-safe-area: 0.6.0
|
||||
tailwindcss-uikit-colors: 1.0.0-alpha.1
|
||||
'@egoist/tailwindcss-icons': 1.9.0
|
||||
'@iconify-json/mingcute': 1.2.3
|
||||
'@iconify-json/mingcute': 1.2.5
|
||||
'@t3-oss/env-core': 0.13.8
|
||||
'@tailwindcss/postcss': 4.1.13
|
||||
'@tailwindcss/typography': 0.5.18
|
||||
dotenv-expand: 12.0.3
|
||||
tailwind-scrollbar: 4.0.2
|
||||
tailwind-variants: 3.1.1
|
||||
tailwindcss: 4.1.13
|
||||
tailwindcss-animate: 1.0.7
|
||||
tailwindcss-safe-area: 1.1.0
|
||||
tailwindcss-uikit-colors: 1.0.0
|
||||
typescript: 5.9.2
|
||||
zod: 4.1.11
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- esbuild
|
||||
|
||||
Reference in New Issue
Block a user