1
0
Files
tideshift-website/package.json
T
2026-03-12 10:28:13 +01:00

19 lines
411 B
JSON

{
"name": "tideshift-website",
"type": "module",
"version": "1.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/partytown": "^2.1.5",
"@astrojs/sitemap": "^3.7.1",
"@astrolib/seo": "1.0.0-beta.8",
"astro": "^6.0.2",
"astro-robots-txt": "^1.0.0",
"gsap": "^3.14.2"
}
}