1
0
Files
tideshift-website/package.json
T
2025-09-11 15:59:12 +02:00

16 lines
300 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",
"vue": "^3.5.21"
}
}