astro/examples/with-tailwindcss/package.json

23 lines
527 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/mdx": "^0.19.0",
"@astrojs/tailwind": "^3.1.1",
"@types/canvas-confetti": "^1.4.3",
"astro": "^2.3.2",
"autoprefixer": "^10.4.14",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}