mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-18 16:01:18 +00:00
24 lines
514 B
JSON
24 lines
514 B
JSON
{
|
|
"name": "warmbly-site",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^6.0.3",
|
|
"@astrojs/rss": "^4.0.18",
|
|
"@astrojs/sitemap": "^3.7.3",
|
|
"@fontsource/inter": "^5.2.6",
|
|
"@tailwindcss/vite": "^4.1.10",
|
|
"astro": "^6.4.8",
|
|
"motion": "^12.34.0",
|
|
"reading-time": "^1.5.0",
|
|
"tailwindcss": "^4.1.10"
|
|
}
|
|
}
|