pwa-drawing-tools/package.json
ekke 923d353fec Initial upload of pwa for the LUPMIS2 Drawing tools
the files are supposed to be in the root of the installation
2026-01-27 09:49:19 +00:00

26 lines
529 B
JSON

{
"name": "lupmis-pwa",
"version": "1.0.0",
"type": "module",
"description": "LUPMIS Field Data Collection PWA with offline SQLite and maps",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"@popperjs/core": "^2.11.8",
"ol": "^10.3.0",
"ol-ext": "^4.0.24",
"sqlocal": "^0.16.0"
},
"devDependencies": {
"vite": "^6.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}