Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.13.5 to 5.15.3. - [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.15.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
737 B
JSON
32 lines
737 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.6",
|
|
"@astrojs/mdx": "^4.3.4",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"astro": "^5.15.3",
|
|
"astro-icon": "^1.1.5",
|
|
"katex": "^0.16.22",
|
|
"lucide-astro": "^0.536.0",
|
|
"lucide-react": "^0.536.0",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-katex": "^7.0.1",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-math": "^6.0.0",
|
|
"serve": "^14.2.4",
|
|
"tailwindcss": "^4.1.11"
|
|
}
|
|
}
|