20 lines
398 B
JSON
20 lines
398 B
JSON
{
|
|
"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",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"astro": "^1.9.0",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|