Files
landing/package.json
Raul Lugo dd227618cd
Some checks failed
Build & Deploy (prod) / deploy (push) Failing after 11s
feat: simple landing with contact form and applications showcase
2026-02-05 12:53:35 +01:00

30 lines
765 B
JSON

{
"name": "landing",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"start": "node ./dist/server/entry.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.2",
"@astrojs/ts-plugin": "^1.10.6",
"@starwind-ui/core": "^1.15.2",
"@tabler/icons": "^3.36.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.9",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"motion": "^12.26.2",
"starwind": "file:starwind-1.15.2.tgz",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0"
}
}