open-design/apps/landing-page/package.json
2026-05-29 15:40:34 +08:00

37 lines
1 KiB
JSON

{
"name": "@open-design/landing-page",
"version": "0.9.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev --host 127.0.0.1 --port 17574",
"build": "astro check && pnpm run build:static",
"build:static": "astro build && tsx scripts/copy-example-html.ts",
"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",
"@fontsource-variable/inter": "5.2.8",
"@fontsource-variable/inter-tight": "5.2.7",
"@fontsource-variable/jetbrains-mono": "5.2.8",
"@fontsource-variable/playfair-display": "5.2.8",
"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.3",
"typescript": "5.9.3"
},
"engines": {
"node": "~24"
}
}