Files
portfolio/package.json
dependabot[bot] 7f56c6b284 chore(deps): bump astro from 5.12.8 to 5.13.4
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.12.8 to 5.13.4.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.13.4/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.13.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-27 16:40:14 +00:00

26 lines
552 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",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.13.4",
"astro-icon": "^1.1.5",
"lucide-astro": "^0.536.0",
"lucide-react": "^0.536.0",
"serve": "^14.2.4",
"tailwindcss": "^4.1.11"
}
}