{ "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" }, "dependencies": { "@astrojs/tailwind": "^2.1.3", "astro": "^1.8.0", "node-html-parser": "^6.1.4", "tailwindcss": "^3.2.4" } }