Some checks are pending
CI / validate (push) Waiting to run
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
32 lines
821 B
JSON
32 lines
821 B
JSON
{
|
|
"name": "@seepuls/web",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Seepuls-Web — Astro+Node SSR-Frontend für den Event-Aggregator Konstanz/Kreuzlingen.",
|
|
"scripts": {
|
|
"dev": "astro dev --port 3096",
|
|
"build": "astro build",
|
|
"preview": "astro preview --port 3096",
|
|
"start": "node ./dist/server/entry.mjs",
|
|
"type-check": "astro check",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.0.0",
|
|
"@mana/marketing-kit": "^0.4.2",
|
|
"@mana/shared-feedback": "^0.3.3",
|
|
"@mana/shared-map": "^0.1.0-alpha.2",
|
|
"@mana/themes": "^0.7.0",
|
|
"astro": "^5.0.0",
|
|
"maplibre-gl": "^5.6.0",
|
|
"pmtiles": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^2.1.0"
|
|
}
|
|
}
|