Files
laba-webgunea/front/package.json
Aitor C. Urrutia Aranburu b88bed4c18
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
chore: astro bertsioa igotzen du
2026-07-01 18:22:09 +02:00

34 lines
739 B
JSON

{
"name": "front",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"serve": "serve dist"
},
"dependencies": {
"@astrojs/node": "^11.0.0",
"@astrojs/react": "^6.0.0",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"astro": "^7.0.4",
"dayjs": "^1.11.21",
"gsap": "^3.15.0",
"marked": "^18.0.4",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"satori": "^0.26.0",
"serve": "^14.2.6",
"sharp": "^0.34.5",
"vite": "8.0.16"
},
"devDependencies": {
"sass-embedded": "^1.100.0"
}
}