mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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.
27 lines
636 B
JSON
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"
|
|
}
|
|
}
|