rebours/package.json
2026-03-30 18:03:12 +02:00

24 lines
574 B
JSON

{
"name": "rebours",
"private": true,
"type": "module",
"scripts": {
"dev": "concurrently \"astro dev\" \"NODE_ENV=development node --watch server.mjs\"",
"build": "astro build",
"preview": "astro preview",
"server": "NODE_ENV=production node server.mjs",
"astro": "astro"
},
"dependencies": {
"@fastify/cors": "^10.0.2",
"@sanity/client": "^7",
"@sanity/image-url": "^1",
"astro": "^5.17.1",
"concurrently": "^9.0.0",
"dotenv": "^17.3.1",
"fastify": "^5.3.2",
"gsap": "^3.14.2",
"stripe": "^20.3.1"
}
}