{ "name": "mobilityops-web", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", "build": "tsc -b && vite build", "preview": "vite preview --host 0.0.0.0", "lint": "tsc -b --noEmit", "test:e2e": "playwright test" }, "dependencies": { "i18next": "^26.3.6", "react": "18.3.1", "react-dom": "18.3.1", "react-i18next": "^17.0.11", "react-router-dom": "7.18.2" }, "devDependencies": { "@playwright/test": "1.62.1", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.3.4", "typescript": "5.6.3", "vite": "5.4.21" } }