{
  "name": "@nandorojo/galeria",
  "version": "3.0.3",
  "description": "A native galeria.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "galeria",
    "Galeria"
  ],
  "repository": "https://github.com/nandorojo/galeria",
  "bugs": {
    "url": "https://github.com/nandorojo/galeria/issues"
  },
  "author": "Fernando Rojo <frojo@sas.upenn.edu> (https://github.com/nandorojo)",
  "license": "MIT",
  "homepage": "https://github.com/nandorojo/galeria#readme",
  "dependencies": {
    "framer-motion": "^10.9.1",
    "react-native-is-edge-to-edge": "^1.1.6"
  },
  "devDependencies": {
    "@types/node": "^22.7.4",
    "@types/react": "~18.3.12",
    "@types/react-dom": "~18.3.0",
    "expo": "^55.0.12",
    "expo-module-scripts": "^4.1.8",
    "prettier": "^3.0.3",
    "react-dom": "18.3.1",
    "react-native": "0.77.1",
    "react-native-web": "^0.19.8",
    "sf-symbols-typescript": "^2.1.0"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-dom": "*",
    "react-native": "*"
  },
  "peerDependenciesMeta": {
    "react-dom": {
      "optional": true
    }
  },
  "prettier": {
    "singleQuote": true,
    "semi": false
  },
  "packageManager": "yarn@4.1.0"
}
