portfolio-webpage/package.json

44 lines
1.3 KiB
JSON

{
"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": "^5.0.1",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/solid-js": "^6.0.0",
"@iconify-json/devicon": "^1.2.61",
"@iconify-json/material-icon-theme": "^1.2.56",
"@iconify-json/pixel": "^1.2.1",
"@iconify-json/pixelarticons": "^1.2.4",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"astro": "^6.0.5",
"astro-icon": "^1.1.5",
"astro-og-canvas": "^0.10.1",
"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.34.5",
"solid-js": "^1.9.10",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}