astro/examples/with-tailwindcss/package.json

24 lines
526 B
JSON
Raw Normal View History

{
"name": "@example/with-tailwindcss",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-06 04:36:23 +00:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/tailwind": "^5.0.0",
2023-05-05 11:09:38 +00:00
"@types/canvas-confetti": "^1.6.0",
"astro": "^3.0.1",
2023-08-23 11:52:13 +00:00
"autoprefixer": "^10.4.15",
2023-05-05 11:09:38 +00:00
"canvas-confetti": "^1.6.0",
2023-08-23 11:52:13 +00:00
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}