mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
28 lines
722 B
JSON
28 lines
722 B
JSON
{
|
|
"name": "@snapotter/landing",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev --port 1350",
|
|
"prebuild": "../../apps/api/node_modules/.bin/tsx scripts/generate-redirects.mjs",
|
|
"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.7.3",
|
|
"@snapotter/shared": "workspace:*",
|
|
"astro": "^6.4.7",
|
|
"lucide": "^1.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"@tailwindcss/vite": "^4.3.1",
|
|
"tailwindcss": "^4.3.1",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|