AnnotateMap/client/package.json

21 lines
389 B
JSON
Raw Normal View History

2026-02-23 14:35:23 -08:00
{
"name": "annotatemap-client",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"annotatemap-shared": "*",
"leaflet": "^1.9.4"
},
"devDependencies": {
"@types/leaflet": "^1.9.14",
"typescript": "~5.7.2",
"vite": "^6.0.0"
}
}