{ "name": "capital", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.4.1", "@astrojs/deno": "^5.0.1", "@astrojs/mdx": "^2.0.5", "@astrojs/react": "^3.0.9", "@astrojs/sitemap": "^3.0.5", "@astrojs/tailwind": "^5.1.0", "@keystone-6/document-renderer": "^1.1.2", "@popperjs/core": "^2.11.8", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "astro": "^4.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.70.0", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" }, "devDependencies": { "@tailwindcss/typography": "^0.5.10", "@types/node": "^20.11.5", "daisyui": "^4.6.0", "prettier": "^3.2.4" } }