2026-04-23 17:19:48 +08:00
|
|
|
{
|
2026-04-24 18:02:21 +08:00
|
|
|
"name": "@snapotter/landing",
|
2026-07-27 22:09:31 +08:00
|
|
|
"version": "2.2.0",
|
2026-04-23 17:19:48 +08:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-06-14 16:50:20 +08:00
|
|
|
"dev": "astro dev --port 1350",
|
2026-07-10 13:26:41 +08:00
|
|
|
"prebuild": "../../apps/api/node_modules/.bin/tsx scripts/generate-redirects.mjs && ../../apps/api/node_modules/.bin/tsx scripts/validate-use-cases.ts",
|
2026-06-14 16:50:20 +08:00
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview --port 1350",
|
2026-04-23 17:19:48 +08:00
|
|
|
"lint": "biome check src/",
|
2026-06-14 16:50:20 +08:00
|
|
|
"typecheck": "astro check && tsc --noEmit",
|
|
|
|
|
"clean": "rm -rf dist .astro"
|
2026-04-23 17:19:48 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-06-17 11:11:34 +08:00
|
|
|
"@astrojs/sitemap": "^3.7.3",
|
2026-05-18 16:39:54 +08:00
|
|
|
"@snapotter/shared": "workspace:*",
|
2026-07-27 15:37:30 +08:00
|
|
|
"astro": "7.1.3",
|
2026-07-20 17:54:45 +08:00
|
|
|
"lucide": "^1.25.0"
|
2026-04-23 17:19:48 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-17 11:11:34 +08:00
|
|
|
"@astrojs/check": "^0.9.9",
|
2026-07-20 10:26:04 +00:00
|
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
|
|
|
"tailwindcss": "^4.3.3",
|
2026-04-23 17:19:48 +08:00
|
|
|
"typescript": "^5.7.0"
|
|
|
|
|
}
|
|
|
|
|
}
|