Files
SnapOtter/apps/landing/package.json
T

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"
}
}