Files
portfolio/package.json
2025-09-06 20:38:36 +02:00

30 lines
666 B
JSON

{
"name": "portfoliov2",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=18.20.8"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"start": "node ./dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.5",
"@astrojs/mdx": "^4.3.4",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.12.8",
"astro-icon": "^1.1.5",
"katex": "^0.16.22",
"lucide-astro": "^0.536.0",
"lucide-react": "^0.536.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"serve": "^14.2.4",
"tailwindcss": "^4.1.11"
}
}