1
0
Files
tideshift-website/package.json
T
2025-09-15 17:07:08 +02:00

17 lines
323 B
JSON

{
"name": "tideshift-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^5.1.1",
"astro": "^5.13.7",
"gsap": "^3.13.0",
"vue": "^3.5.21"
}
}