Files
geointel/frontend/package.json
T
Codex 68ee228f1b
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s
chore: secure frontend build toolchain
2026-07-14 11:49:12 +02:00

28 lines
595 B
JSON

{
"name": "geointel-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"dependencies": {
"maplibre-gl": "^4.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^5.2.0",
"typescript": "^5.5.4",
"vite": "^7.3.6"
}
}