{ "name": "breakpilot-studio-v2", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev -p 3001", "build": "next build", "start": "next start -p 3001", "lint": "next lint", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:headed": "playwright test --headed", "test:e2e:report": "playwright show-report" }, "dependencies": { "@types/leaflet": "^1.9.21", "fabric": "^6.9.1", "leaflet": "^1.9.4", "lucide-react": "^0.563.0", "maplibre-gl": "^4.7.1", "next": "^16.1.4", "pdf-lib": "^1.17.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-leaflet": "^5.0.0" }, "devDependencies": { "@playwright/test": "^1.58.1", "@types/node": "^22.12.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "autoprefixer": "^10.4.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "^5.7.0" } }