open-design/apps/landing-page/package.json
PerishFire bd48c597b0
chore: pin dependency versions and harden CI caches (#2189)
* chore: pin dependency versions

* ci: enforce pinned dependency specs

* ci: fix pnpm executable invocation
2026-05-19 13:58:27 +08:00

32 lines
792 B
JSON

{
"name": "@open-design/landing-page",
"version": "0.7.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev --host 127.0.0.1 --port 17574",
"build": "astro check && astro build",
"preview": "astro preview --host 127.0.0.1 --port 17574",
"previews": "tsx scripts/generate-previews.ts",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.2",
"astro": "6.3.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@astrojs/check": "0.9.9",
"@types/node": "20.19.39",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"playwright": "1.60.0",
"tsx": "4.22.2",
"typescript": "5.9.3"
},
"engines": {
"node": "~24"
}
}