2024-11-14 10:15:43 +00:00
|
|
|
{
|
|
|
|
"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",
|
2024-11-14 12:29:28 +00:00
|
|
|
"nodemailer": "^6.9.16",
|
2024-11-14 10:15:43 +00:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1"
|
|
|
|
}
|
|
|
|
}
|