26 lines
622 B
JSON
26 lines
622 B
JSON
{
|
|
"name": "@lexington/williamsburg",
|
|
"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": "^4.0.3",
|
|
"@astrojs/rss": "^4.0.10",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@astrolib/seo": "^1.0.0-beta.8",
|
|
"@plastichub/fs": "^0.13.41",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.12",
|
|
"@tailwindcss/vite": "^4.0.0-beta.8",
|
|
"astro": "^5.1.1",
|
|
"tailwindcss": "^4.0.0-beta.8"
|
|
}
|
|
}
|