mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
cb2586fa15
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
23 lines
526 B
JSON
23 lines
526 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": "^3.0.0",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@types/canvas-confetti": "^1.6.4",
|
|
"astro": "^4.8.2",
|
|
"autoprefixer": "^10.4.19",
|
|
"canvas-confetti": "^1.9.3",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3"
|
|
}
|
|
}
|