Files
geointel/frontend/package.json
T
Jens bccfdbcdf6
GeoIntel release gates / Compile, test, contracts and builds (pull_request) Failing after 35s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Failing after 20s
GeoIntel release gates / GIS image, SBOM and container scan (pull_request) Failing after 17s
GeoIntel release gates / AI image, SBOM and container scan (pull_request) Failing after 19s
deps: force patched NanoID 3.3.18
2026-08-27 09:27:18 +02:00

42 lines
1.0 KiB
JSON

{
"name": "geointel-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "node e2e/sourcePolicyLint.mjs",
"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"
},
"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"
},
"overrides": {
"nanoid": "3.3.18"
}
}