{ "name": "trackeep-landing", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "build:check": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.25.1", "@astrojs/tailwind": "^5.1.2", "@astrojs/vercel": "^7.8.2", "astro": "^4.16.12", "sharp": "^0.33.5", "tailwindcss": "^3.4.15" }, "devDependencies": { "@types/node": "^20.17.6", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "typescript": "^5.6.3" } }