Files
dh-inspeccion-v2/web-v2/package.json
T
admin f0b92c00e1
DH V2 CI / WEB · typecheck, build (push) Successful in 21s
DH V2 CI / API · typecheck, tests, build (push) Failing after 46s
DH V2 CI / Docker / migrations / production images (push) Skipped
DH V2 CI / Promote verified main to deploy (push) Skipped
fix(map): publish MapLibre worker
2026-09-16 00:14:17 -03:00

28 lines
597 B
JSON

{
"name": "dhv2-web",
"version": "0.23.0-10",
"private": true,
"type": "module",
"engines": {
"node": ">=24 <25"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build && node scripts/copy-maplibre-worker.mjs",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"maplibre-gl": "6.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^8.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "^5.9.0",
"vite": "^7.0.0"
}
}