diff options
author | Wolfgang Müller | 2025-02-14 11:57:03 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-14 11:57:03 +0100 |
commit | 1421152a9356c7def86143dfb31a3586d5491d55 (patch) | |
tree | 15280e72426d2100cb1556bf420eced020182dcd /frontend/package.json | |
parent | bbf03cbc2822094cffe868e0710d2a8f7e1096c0 (diff) | |
download | hircine-1421152a9356c7def86143dfb31a3586d5491d55.tar.gz |
frontend: Migrate to Tailwind 4.0
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/frontend/package.json b/frontend/package.json index 605f884..f5e4d25 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,14 +21,14 @@ "@graphql-codegen/typed-document-node": "^5.0.11", "@graphql-codegen/typescript-operations": "^4.3.1", "@iconify-json/material-symbols": "^1.2.6", - "@iconify/tailwind": "^1.1.3", + "@iconify/tailwind4": "^1.0.3", "@sveltejs/adapter-static": "^3.0.6", "@sveltejs/kit": "^2.8.1", "@sveltejs/vite-plugin-svelte": "^5.0.0", + "@tailwindcss/vite": "^4.0.6", "@typescript-eslint/eslint-plugin": "^8.14.0", "@typescript-eslint/parser": "^8.14.0", "@zerodevx/svelte-toast": "^0.9.6", - "autoprefixer": "^10.4.20", "date-fns": "^4.1.0", "eslint": "^9.14.0", "eslint-config-prettier": "^10.0.0", @@ -37,13 +37,12 @@ "globals": "^15.14.0", "jsdom": "^26.0.0", "npm-check-updates": "^17.1.11", - "postcss": "^8.4.49", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.8", - "prettier-plugin-tailwindcss": "^0.6.8", + "prettier-plugin-tailwindcss": "^0.6.11", "svelte": "^5.5.0", "svelte-check": "^4.0.0", - "tailwindcss": "^3.4.14", + "tailwindcss": "^4.0.0", "tslib": "^2.8.1", "typescript": "^5.6.3", "vite": "^6.0.0", |