diff options
| author | seth <[email protected]> | 2024-04-08 22:58:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-08 22:58:22 -0400 |
| commit | d8a20e3032a0ce97b6ddc29840e135eda9b3f43c (patch) | |
| tree | 40a4059020ff4c9d500d4022f5b84e7bf2c46fd4 /package.json | |
| parent | 33a4eb02a8307be1bcfaaabbe3adaf25d0088d3b (diff) | |
refactor; use plain css
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json index 29177ec..3500fd6 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,7 @@ }, "devDependencies": { "@astrojs/check": "^0.5.10", - "@astrojs/mdx": "^2.2.4", "@astrojs/sitemap": "^3.1.2", - "@astrojs/tailwind": "^5.1.0", - "@catppuccin/tailwindcss": "^0.1.6", "@fontsource-variable/noto-sans": "^5.0.4", "@fontsource/noto-sans-mono": "^5.0.19", "@types/node": "^20.12.5", @@ -28,13 +25,11 @@ "astro": "^4.5.16", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-mdx": "^3.1.5", - "execa": "^8.0.1", "fsevents": "^2.3.3", + "lightningcss": "^1.24.1", "prettier": "^3.2.5", "prettier-eslint": "^16.3.0", "sharp": "^0.33.3", - "tailwindcss": "^3.4.3", "typescript": "^5.4.4", "typescript-eslint": "^7.5.0" }, |
