site-mariage/package.json
Corentin Joguet bff653acd6 first commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 10:30:37 +02:00

20 lines
502 B
JSON

{
"name": "laurel-vow",
"version": "0.1.0",
"description": "Site portfolio photographie de mariage Laurel & Vow. Astro + nginx + Traefik.",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview --host 0.0.0.0 --port 4321",
"astro": "astro"
},
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@astrojs/node": "^10.1.1",
"@directus/sdk": "^21.3.0",
"astro": "^6.3.7"
}
}