Files
Jens faeb58ef6d
GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s
Initial public release
2026-08-31 21:56:53 +02:00

41 lines
989 B
JSON

{
"name": "geointel-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test:unit": "vitest run",
"test:e2e": "node e2e/releaseJourneys.mjs",
"test:e2e:ux": "node e2e/uxAudit.mjs"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"overrides": {
"nanoid": "3.3.18"
},
"dependencies": {
"@fontsource/manrope": "^5.3.0",
"@fontsource/public-sans": "^5.3.0",
"lucide-react": "^1.25.0",
"maplibre-gl": "^4.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/react": "^16.3.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^5.2.0",
"jsdom": "^26.1.0",
"playwright": "^1.61.1",
"typescript": "^5.5.4",
"vite": "^7.3.6",
"vitest": "^3.2.6"
}
}