diff --git a/package.json b/package.json index 3111a60f1..a1483db2b 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,4 @@ +{ { "name": "sern-docs", "type": "module", @@ -17,13 +18,11 @@ "@astrojs/react": "^3.5.0", "@astrojs/starlight": "0.23.1", "@astrojs/starlight-tailwind": "2.0.3", - "@astrojs/tailwind": "^5.1.5", "@astropub/md": "^0.4.0", "@expressive-code/plugin-line-numbers": "^0.35.3", "@lunariajs/core": "^0.0.32", "@lunariajs/starlight": "^0.0.6", "@radix-ui/react-slot": "^1.0.2", - "@tailwindcss/postcss": "^4.0.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "astro": "4.9.1", @@ -41,7 +40,6 @@ "starlight-links-validator": "^0.9.0", "starlight-typedoc": "0.12.2", "tailwind-merge": "^2.3.0", - "tailwindcss": "^4.0.0", "tailwindcss-animate": "^1.0.7", "typedoc": "^0.25.13", "typedoc-plugin-markdown": "next", @@ -52,6 +50,5 @@ "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", "prettier-plugin-tailwindcss": "^0.5.14" - }, - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" + } }