{ "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 .", "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro --cache --max-warnings 0", "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.astro --fix --cache" }, "dependencies": { "@astrojs/react": "^4.2.7", "@astrojs/tailwind": "^6.0.2", "@nanostores/react": "^1.0.0", "@tailwindcss/vite": "^4.1.6", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "astro": "^5.7.12", "nanostores": "^1.0.1", "react": "^19.1.0", "react-dom": "^19.1.0", "swiper": "^11.2.6", "tailwind-merge": "^3.2.0", "tailwindcss": "^3.4.17" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.32.1", "@typescript-eslint/parser": "^8.32.1", "eslint": "^9.27.0", "eslint-plugin-astro": "^1.3.1", "eslint-plugin-react": "^7.37.5", "prettier": "^3.5.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.11" } }