{ "name": "control-center", "version": "1.0.0", "description": "Halo Bestie Control Center", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test:e2e": "playwright test", "test:e2e:headed": "HEADED=1 playwright test --headed", "test:e2e:ui": "playwright test --ui", "test:e2e:debug": "PWDEBUG=1 playwright test" }, "dependencies": { "@tanstack/react-query": "^5.45.1", "axios": "^1.7.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.23.1" }, "devDependencies": { "@playwright/test": "^1.59.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "dotenv": "^17.4.2", "vite": "^5.3.1" } }