4d160fa1e2
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
22 lines
497 B
JSON
22 lines
497 B
JSON
{
|
|
"name": "@example/with-tailwindcss",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/tailwind": "^4.0.0",
|
|
"@types/canvas-confetti": "^1.6.0",
|
|
"astro": "^2.10.3",
|
|
"autoprefixer": "^10.4.14",
|
|
"canvas-confetti": "^1.6.0",
|
|
"postcss": "^8.4.24",
|
|
"tailwindcss": "^3.3.2"
|
|
}
|
|
}
|