{ "name": "playground", "type": "module", "version": "0.0.1", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/tailwind": "^5.1.0", "astro": "^4.4.4", "@matthiesenxyz/astro-gists": "workspace:*", "tailwindcss": "^3.4.1" }, "devDependencies": { "@astrojs/check": "^0.5.5", "@types/node": "^20.11.20", "typescript": "^5.3.3" } }