{ "name": "baronessv2", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start" }, "dependencies": { "@sumup/sdk": "^0.0.4", "flyonui": "^2.4.0", "next": "15.5.3", "react": "19.1.0", "react-dom": "19.1.0", "ws": "^8.18.3" }, "devDependencies": { "@iconify-json/tabler": "^1.2.23", "@iconify/tailwind4": "^1.0.6", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@types/ws": "^8.18.1", "tailwindcss": "^4", "typescript": "^5" } }