mirror of
https://github.com/codeforreal1/compressO
synced 2026-04-21 15:47:56 +00:00
31 lines
758 B
JSON
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"
|
|
}
|