This is my package.json
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"start:dev": "astro dev"
},
"dependencies": {
"@astrojs/netlify": "^1.1.0",
"@astrojs/react": "^1.1.4",
"astro": "^1.3.0",
"firebase": "9.10.0"
}
}
Any tip or idea on what to make here? ): Im really stucked
