compressO/website/package.json
2026-03-05 17:11:55 +05:45

31 lines
758 B
JSON

{
"name": "codeforreal",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.8",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^5.9.1",
"astro-seo": "^0.8.4",
"clsx": "^2.1.1",
"framer-motion": "^12.35.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sharp": "^0.34.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.8"
},
"packageManager": "pnpm@10.0.0"
}