{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test": "concurrently \"next dev\" \"playwright test\"" }, "dependencies": { "bootstrap": "^5.3.3", "glob": "^10.4.1", "next": "14.2.3", "react": "^18", "react-bootstrap": "^2.10.2", "react-dom": "^18" }, "devDependencies": { "@playwright/test": "^1.44.1", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "concurrently": "^8.2.2", "eslint": "^8", "eslint-config-next": "14.2.3", "typescript": "^5" } }