mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
a44cfb874a
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
22 lines
501 B
JSON
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.2",
|
|
"@astrojs/tailwind": "^5.1.3",
|
|
"@types/canvas-confetti": "^1.6.4",
|
|
"astro": "^5.0.8",
|
|
"autoprefixer": "^10.4.20",
|
|
"canvas-confetti": "^1.9.3",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.14"
|
|
}
|
|
}
|