{ "name": "@snapotter/landing", "version": "2.1.0", "private": true, "type": "module", "scripts": { "dev": "astro dev --port 1350", "prebuild": "../../apps/api/node_modules/.bin/tsx scripts/generate-redirects.mjs && ../../apps/api/node_modules/.bin/tsx scripts/validate-use-cases.ts", "build": "astro build", "preview": "astro preview --port 1350", "lint": "biome check src/", "typecheck": "astro check && tsc --noEmit", "clean": "rm -rf dist .astro" }, "dependencies": { "@astrojs/sitemap": "^3.7.3", "@snapotter/shared": "workspace:*", "astro": "^6.4.8", "lucide": "^1.23.0" }, "devDependencies": { "@astrojs/check": "^0.9.9", "@tailwindcss/vite": "^4.3.2", "tailwindcss": "^4.3.2", "typescript": "^5.7.0" } }