Files
watermaps/apps/web/package.json
T
2026-07-24 11:29:24 +02:00

37 lines
1.0 KiB
JSON

{
"name": "@watermaps/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"dev:https": "WATERMAPS_HTTPS=true vite --host 0.0.0.0 --port 5173",
"build": "tsc -b && vite build && node scripts/check-chunks.mjs",
"preview": "vite preview --host 0.0.0.0 --port 4173",
"test": "vitest run",
"test:e2e": "playwright test",
"typecheck": "tsc -b --noEmit"
},
"dependencies": {
"@watermaps/shared": "0.1.0",
"lucide-react": "^0.468.0",
"maplibre-gl": "^5.6.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@playwright/test": "^1.54.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/geojson": "^7946.0.16",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-react": "^4.6.0",
"jsdom": "^26.1.0",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.1",
"vitest": "^3.2.4"
}
}