{ "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "dependencies": { "@capacitor/android": "^7.3.0", "@capacitor/barcode-scanner": "^2.0.3", "@capacitor/clipboard": "^7.0.1", "@capacitor/core": "^7.3.0", "@capacitor/geolocation": "^7.1.2", "@capacitor/google-maps": "^7.0.2", "@capacitor/ios": "^7.3.0", "@capacitor/preferences": "^7.0.1", "@capacitor/share": "^7.0.1", "@hookform/resolvers": "^5.1.0", "@ionic/react": "^8.0.0", "@ionic/react-router": "^8.0.0", "@ionic/storage": "^4.0.0", "@mdx-js/react": "^3.1.0", "@react-hook/window-size": "^3.1.1", "@types/leaflet": "^1.9.18", "@types/react-redux": "^7.1.34", "axios": "^1.9.0", "date-fns": "^2.25.0", "ionicons": "^7.1.2", "leaflet": "^1.9.4", "pigeon-maps": "^0.22.1", "pullstate": "^1.25.0", "react": "^18.2.0", "react-color": "^2.19.3", "react-confetti": "^6.4.0", "react-dom": "^18.2.0", "react-hook-form": "^7.57.0", "react-iconly": "^2.2.10", "react-leaflet": "^4.2.1", "react-markdown": "^10.1.0", "react-qr-code": "^2.0.15", "react-redux": "^9.2.0", "react-router": "^5.3.4", "react-router-dom": "^5.3.4", "react-spinners": "^0.17.0", "react-use": "^17.6.0", "reselect": "^4.0.0", "sass": "^1.59.3", "swiper": "^9.1.1", "use-sound": "^5.0.0", "zod": "^3.25.56" }, "description": "An Ionic project", "devDependencies": { "@capacitor/cli": "^4.6.1", "@testing-library/react": "^9.3.1", "@types/googlemaps": "^3.43.3", "@types/jest": "24.0.18", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "^3.1.0", "husky": "^8.0.3", "lint-staged": "^13.2.0", "prettier": "^3.5.3", "prettier-plugin-sort-json": "^4.1.1", "typescript": "^4.9.3", "vite": "^4.2.0" }, "eslintConfig": { "extends": "react-app" }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx,json,md}": [ "prettier --write", "git add" ] }, "name": "ionic-react-conference-app", "private": true, "scripts": { "dev:check": "yarn tsc:w", "build": "tsc && vite build --force", "build:w": "npx nodemon --ext \"ts,tsx\" --exec \"npm run tsc && npm run build\"", "dev": "vite --force --host 0.0.0.0 --cors", "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\"", "precommit": "npm run format && lint-staged", "prepare": "husky install", "preview": "vite preview", "start": "npm run dev", "tsc:dev": "yarn dev & yarn tsc:watch", "tsc:print": "npx tsc --showConfig", "tsc:w": "npx nodemon --delay 1 --ext ts,tsx --exec \"yarn tsc\"", "tsc:watch": "tsc --noEmit --watch", "tsc": "tsc --noEmit" }, "version": "0.0.1" }