Files
2026-06-17 22:56:47 +05:30

34 lines
787 B
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": ">=20.11.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.3",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@iconify-json/heroicons": "1.2.0",
"@iconify-json/material-symbols": "1.2.0",
"@payloadcms/richtext-lexical": "3.36.0",
"@tailwindcss/oxide": "4.1.13",
"@tailwindcss/vite": "4.1.13",
"astro": "5.1.5",
"astro-icon": "1.1.5",
"sharp": "0.33.5",
"tailwindcss": "4.1.13",
"typescript": "5.7.2"
}
}