0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
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-05 23:36:23 -05:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.2.0",
"@astrojs/tailwind": "^5.1.0",
"@types/canvas-confetti": "^1.6.3",
"astro": "^4.5.1",
2023-08-23 06:52:13 -05:00
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.9.1",
2023-08-23 06:52:13 -05:00
"postcss": "^8.4.28",
"tailwindcss": "^3.3.5"
}
}