Files
MediaManager-maxdorninger/web/package.json
dependabot[bot] d342bd30ff Bump tailwind-variants from 0.2.1 to 3.2.2 in /web
Bumps [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) from 0.2.1 to 3.2.2.
- [Release notes](https://github.com/heroui-inc/tailwind-variants/releases)
- [Changelog](https://github.com/heroui-inc/tailwind-variants/blob/main/CHANGELOG.md)
- [Commits](https://github.com/heroui-inc/tailwind-variants/compare/v0.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: tailwind-variants
  dependency-version: 3.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-26 20:21:45 +00:00

79 lines
2.3 KiB
JSON

{
"name": "web",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --concurrency auto --fix . && prettier --check .",
"format": "prettier --write .",
"openapi": "npx openapi-typescript http://localhost:8000/openapi.json -o src/lib/api/api.d.ts"
},
"devDependencies": {
"@eslint/compat": "^2.0.2",
"@eslint/js": "^9.18.0",
"@exodus/schemasafe": "^1.3.0",
"@fontsource/fira-mono": "^5.0.0",
"@lucide/svelte": "^0.482.0",
"@neoconfetti/svelte": "^2.0.0",
"@sinclair/typebox": "^0.34.48",
"@sveltejs/adapter-auto": "^6.0.2",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/enhanced-img": "^0.6.1",
"@sveltejs/kit": "^2.51.0",
"@sveltejs/vite-plugin-svelte": "^6.1.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/table-core": "^8.21.3",
"@typeschema/class-validator": "^0.3.0",
"@vinejs/vine": "^1.8.0",
"arktype": "^2.1.20",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.8.0",
"class-validator": "^0.14.2",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.6.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.11.0",
"formsnap": "^2.0.0-next.1",
"globals": "^15.14.0",
"joi": "^17.13.3",
"mode-watcher": "^1.1.0",
"openapi-typescript": "^7.9.1",
"paneforge": "^1.0.0-next.6",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.1",
"superstruct": "^2.0.2",
"svelte": "^5.53.0",
"svelte-check": "^4.3.1",
"svelte-sonner": "^1.0.7",
"sveltekit-superforms": "^2.29.1",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"valibot": "^0.42.1",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^7.3.1",
"yup": "^1.7.0",
"zod": "^3.25.76"
},
"dependencies": {
"animejs": "^4.2.2",
"lucide-svelte": "^0.574.0",
"openapi-fetch": "^0.14.0",
"uuid": "^11.1.0"
}
}