bootstrap-with-tailwind/package.json

20 lines
398 B
JSON
Raw Permalink Normal View History

2023-01-09 09:21:55 +00:00
{
"name": "@example/minimal",
"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/tailwind": "^2.1.3",
2023-01-20 18:59:08 +00:00
"@tailwindcss/typography": "^0.5.9",
2023-01-09 09:21:55 +00:00
"astro": "^1.9.0",
"tailwindcss": "^3.0.24"
}
}