{ "name": "portfolio", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "dev:network": "astro dev --host", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "preview:network": "astro preview --host", "astro": "astro", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "dependencies": { "@astrojs/check": "^0.9.6", "@astrojs/mdx": "^4.3.13", "@astrojs/rss": "^4.0.14", "@astrojs/sitemap": "^3.6.0", "@astrojs/solid-js": "^5.1.3", "@astrojs/tailwind": "^6.0.2", "@tailwindcss/typography": "^0.5.19", "astro": "^5.16.5", "astro-og-canvas": "^0.7.2", "canvaskit-wasm": "^0.40.0", "clsx": "^2.1.1", "fuse.js": "^7.1.0", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", "sharp": "^0.33.5", "solid-js": "^1.9.10", "tailwind-merge": "^3.4.0", "tailwindcss": "^3.4.19", "typescript": "^5.9.3" } }