Files
SnapOtter/apps/landing/package.json
T
SnapOtter 9a61cb6af1 chore(deps-dev): bump the dev-deps group with 10 updates (#238)
Bumps @biomejs/biome, @testcontainers/postgresql, @testcontainers/redis,
@tailwindcss/vite, @types/node, @types/react, @types/yauzl, tailwindcss,
semantic-release, turbo.
2026-06-15 15:03:19 +08:00

27 lines
636 B
JSON

{
"name": "@snapotter/landing",
"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.3.0",
"@snapotter/shared": "workspace:*",
"astro": "^5.8.0",
"lucide": "^1.18.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"@tailwindcss/vite": "^4.3.1",
"tailwindcss": "^4.3.1",
"typescript": "^5.7.0"
}
}