0ab0d8d863
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
21 lines
456 B
JSON
21 lines
456 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": {
|
|
"astro": "^1.4.7",
|
|
"@astrojs/tailwind": "^2.0.2",
|
|
"autoprefixer": "^10.4.7",
|
|
"canvas-confetti": "^1.5.1",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|