{ "name": "log101-blog", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", "test": "cypress run --browser chrome && cypress run --browser firefox" }, "dependencies": { "@astrojs/check": "^0.5.10", "@astrojs/tailwind": "^5.1.0", "astro": "^4.10.0", "tailwindcss": "^3.4.3", "typescript": "^5.4.5" }, "devDependencies": { "cypress": "^13.11.0", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.14.0" } }