Files
noelleparisdesign/package.json
2026-08-23 16:15:26 -07:00

22 lines
408 B
JSON

{
"name": "noelleparisdesign",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^11.0.2",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.1.4",
"dotenv": "^17.4.2",
"resend": "^6.22.0"
}
}