2026-04-23 17:19:48 +08:00
|
|
|
{
|
2026-04-24 18:02:21 +08:00
|
|
|
"name": "@snapotter/landing",
|
2026-06-17 14:33:09 +08:00
|
|
|
"version": "2.0.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-06-20 23:56:03 +08:00
|
|
|
"prebuild": "../../apps/api/node_modules/.bin/tsx scripts/generate-redirects.mjs",
|
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-06-22 22:16:14 +08:00
|
|
|
"astro": "^6.4.8",
|
|
|
|
|
"lucide": "^1.21.0"
|
2026-04-23 17:19:48 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-17 11:11:34 +08:00
|
|
|
"@astrojs/check": "^0.9.9",
|
2026-06-15 15:03:19 +08:00
|
|
|
"@tailwindcss/vite": "^4.3.1",
|
|
|
|
|
"tailwindcss": "^4.3.1",
|
2026-04-23 17:19:48 +08:00
|
|
|
"typescript": "^5.7.0"
|
|
|
|
|
}
|
|
|
|
|
}
|