mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
66e8ae3bee
* add mdx since md is deprecated now * rename .md -> .mdx * fix component import * yarn format
23 lines
527 B
JSON
23 lines
527 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": "^0.11.4",
|
|
"@astrojs/tailwind": "^2.1.0",
|
|
"@types/canvas-confetti": "^1.4.3",
|
|
"astro": "^1.5.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"canvas-confetti": "^1.5.1",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|