0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/examples/with-tailwindcss/package.json
Houston (Bot) 0879cc2ce7
[ci] release (#13056)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-27 11:46:43 +00:00

22 lines
501 B
JSON

{
"name": "@example/with-tailwindcss",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/tailwind": "^5.1.5",
"@types/canvas-confetti": "^1.9.0",
"astro": "^5.1.10",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17"
}
}