23 lines
473 B
JSON
23 lines
473 B
JSON
|
{
|
||
|
"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",
|
||
|
"dompurify": "^3.1.7",
|
||
|
"dotenv": "^16.4.5",
|
||
|
"mysql2": "^3.11.3",
|
||
|
"react": "^18.3.1",
|
||
|
"react-dom": "^18.3.1"
|
||
|
}
|
||
|
}
|