{ "name": "real-skill-landing", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "format": "prettier --write .", "format:check": "prettier --check ." }, "dependencies": { "@astrojs/react": "^4.2.7", "@astrojs/tailwind": "^6.0.2", "@tailwindcss/vite": "^4.1.6", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "astro": "^5.7.12", "react": "^19.1.0", "react-dom": "^19.1.0", "swiper": "^11.2.6", "tailwind-merge": "^3.2.0", "tailwindcss": "^3.4.17" }, "devDependencies": { "prettier": "^3.5.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.11" } }