{ "name": "landing", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev --port 3001", "start": "astro dev --port 3001", "build": "astro build", "preview": "astro preview --port 3001", "lint": "eslint . --ext .js,.mjs,.ts,.astro", "format": "prettier --write ." }, "dependencies": { "@tree-test-1770066850/logger": "workspace:*", "astro": "^4.0.0" }, "devDependencies": { "@astrojs/tailwind": "^5.0.0", "@typescript-eslint/parser": "^7.13.1", "astro-eslint-parser": "^0.16.0", "eslint": "^8.57.0", "eslint-plugin-astro": "^0.34.0", "prettier": "^3.2.0", "prettier-plugin-astro": "^0.13.0", "tailwindcss": "^3.4.0" } }