mirror of
https://github.com/nexu-io/open-design.git
synced 2026-05-31 19:04:39 +07:00
* chore: pin dependency versions * ci: enforce pinned dependency specs * ci: fix pnpm executable invocation
32 lines
792 B
JSON
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"
|
|
}
|
|
}
|