{ "name": "aissel-website-astro", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/react": "^3.6.2", "@astrojs/sitemap": "^3.2.1", "astro": "^4.16.6", "dotenv": "^16.4.5", "mysql2": "^3.11.3", "nodemailer": "^6.9.16", "react": "^18.3.1", "react-dom": "^18.3.1" } }