This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/ref/williamsburg/package.json
2025-03-07 14:59:06 +01:00

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"
}
}