add animation packages

This commit is contained in:
chark1es 2024-12-21 15:35:12 -08:00
parent 34539c7d51
commit cb553e555e
2 changed files with 4 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -19,12 +19,15 @@
"astro": "5.1.1", "astro": "5.1.1",
"astro-expressive-code": "^0.38.3", "astro-expressive-code": "^0.38.3",
"astro-icon": "^1.1.4", "astro-icon": "^1.1.4",
"motion": "^11.15.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"tailwindcss": "^3.4.16" "tailwindcss": "^3.4.16"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^3.4.2", "prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1" "prettier-plugin-astro": "^0.14.1",
"tailwindcss-animated": "^1.1.2",
"tailwindcss-motion": "^1.0.0"
} }
} }