Managed validation / full (pull_request) Canceled after 0s
GeoIntel release gates / Compile, test, contracts and builds (pull_request) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (pull_request) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Failing after 22s
GeoIntel release gates / Compile, test, contracts and builds (push) Waiting to run
GeoIntel release gates / GIS image, SBOM and container scan (push) Failing after 45s
41 lines
989 B
JSON
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"
|
|
}
|
|
}
|