Files
SnapOtter/apps/landing/package.json
T

27 lines
636 B
JSON
Raw Normal View History

{
"name": "@snapotter/landing",
2026-05-18 19:10:56 +08:00
"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.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"
}
}