Files
SnapOtter/apps/landing/package.json
T
SnapOtter 8403222d08 feat(landing): migrate from Next.js to Astro 5
Zero client JS, 165 static pages, self-hosted fonts, Otter Orange
design system. Includes tool SEO data for all 157 tools, enterprise
page, and updated e2e landing tests.
2026-06-14 16:50:20 +08:00

27 lines
636 B
JSON

{
"name": "@snapotter/landing",
"version": "1.17.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev --port 1350",
"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.3.0",
"@snapotter/shared": "workspace:*",
"astro": "^5.8.0",
"lucide": "^1.18.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"@tailwindcss/vite": "^4.3.0",
"tailwindcss": "^4.3.0",
"typescript": "^5.7.0"
}
}