mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
20 lines
443 B
JSON
20 lines
443 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",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"astro": "^5.1.10",
|
|
"canvas-confetti": "^1.9.3",
|
|
"tailwindcss": "^4.0.0"
|
|
}
|
|
}
|