{ "name": "thehideout-ui", "version": "1.0.0", "type": "module", "private": true, "homepage": "https://thehideout.uk", "dependencies": { "@ant-design/icons": "^6.0.0", "@marsidev/react-turnstile": "^1.3.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@tsparticles/react": "^3.0.0", "@tsparticles/slim": "^3.8.1", "antd": "^5.24.6", "axios": "^1.6.0", "blurhash": "^2.0.5", "framer-motion": "^12.6.3", "hamburger-react": "^2.5.2", "keycloak-js": "^26.1.4", "react": "^19.1.0", "react-dom": "^19.1.0", "react-ga4": "^2.1.0", "react-icons": "^5.5.0", "react-particles": "^2.12.2", "react-responsive": "^10.0.1", "react-router-dom": "^7.5.0", "react-scripts": "^5.0.1", "react-scroll": "^1.9.3", "react-turnstile": "^1.1.4", "sass": "^1.86.3", "simplebar-react": "^3.3.2", "vite": "^6.2.5", "vite-plugin-svgo": "^2.0.0", "vite-plugin-svgr": "^4.5.0", "web-vitals": "^4.2.4" }, "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "npm run build && vite preview", "deploy": "npm run build && wrangler pages deploy ./dist --skip-caching" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@eslint/js": "^9.24.0", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", "@vitejs/plugin-react": "^4.3.4", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0" } }