{ "name": "moodist", "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.0.3", "@types/react": "^18.2.25", "@types/react-dom": "^18.2.10", "astro": "^3.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" } }