astro/examples/with-tailwindcss/package.json
Houston (Bot) 28a49f8e0d
[ci] release (rc) (#8272)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-29 15:50:45 -04:00

23 lines
542 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": "^1.0.0-rc.2",
"@astrojs/tailwind": "^5.0.0-rc.1",
"@types/canvas-confetti": "^1.6.0",
"astro": "^3.0.0-rc.11",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.6.0",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}