{ "name": "@probo/example-cookie-banner-react", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build" }, "dependencies": { "@probo/cookie-banner": "*", "posthog-js": "^1.376.2", "react": "^19.2.7", "react-dom": "^19.2.7" }, "devDependencies": { "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", "typescript": "~6.0.3", "vite": "^8.0.16" } }