diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-04 16:48:10 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-04 16:48:10 -0700 |
| commit | 4d290e9a921051f9ddc40d35a1c532998a0a2b0f (patch) | |
| tree | 15998a04e7816b83e8536b3d3ba790ab4f31d4bc /package.json | |
| parent | 3e6d102ad414595542226672ae3fe2f0985ae17c (diff) | |
add tailwind css and overhaul website contents
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 8b87a2b..94ed9b9 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,12 @@ "astro": "astro" }, "dependencies": { + "@astrojs/tailwind": "^5.0.2", "@fortawesome/fontawesome-free": "^6.4.2", "astro": "^3.1.1", "astro-single-file": "^1.1.0", "html-minifier-terser": "^7.2.0", - "jsdom": "^22.1.0" + "jsdom": "^22.1.0", + "tailwindcss": "^3.3.5" } } |
