Files
laba-webgunea/front/package.json

31 lines
669 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": "^9.4.4",
"@astrojs/react": "^4.3.1",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"astro": "^5.13.11",
"dayjs": "^1.11.15",
"gsap": "^3.13.0",
"marked": "^15.0.11",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"serve": "^14.2.4"
},
"devDependencies": {
"sass-embedded": "^1.90.0"
}
}