{
  "name": "@protonapp/proton-runner",
  "version": "2.28.7",
  "description": "Core rendering functionality for Adalo platform",
  "main": "lib/index.js",
  "scripts": {
    "start": "npm run watch",
    "watch": "npm run compile -- --watch",
    "compile": "babel src -d lib --extensions '.ts,.tsx,.js' --source-maps --copy-files --no-copy-ignored --ignore '**/*.test.js' --ignore '**/*.test.ts'",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:all": "yarn format:check && yarn test",
    "test:clearCache": "jest --clearCache",
    "test:coverage": "jest --coverage",
    "types:check": "tsc",
    "lint": "eslint --fix src --ext .js,.ts,.tsx",
    "lint:check": "eslint src --ext .js,.ts,.tsx",
    "prettier": "prettier --write './**'",
    "prettier:check": "prettier --check './**'",
    "format": "yarn prettier && yarn lint",
    "format:check": "yarn prettier:check && yarn lint:check",
    "postinstall": "rm -rf ./node_modules/react && bash ./postinstall.sh"
  },
  "peerDependencies": {
    "react": ">=16.13.1",
    "react-native": ">=0.63.2"
  },
  "author": "AdaloHQ",
  "license": "ISC",
  "engines": {
    "node": ">=18"
  },
  "resolutions": {
    "@types/react": "^16.13.1"
  },
  "devDependencies": {
    "@babel/cli": "7.24.6",
    "@babel/core": "7.24.6",
    "@babel/plugin-transform-class-properties": "7.24.6",
    "@babel/plugin-transform-optional-chaining": "7.24.6",
    "@babel/preset-env": "7.24.6",
    "@babel/preset-react": "7.24.6",
    "@babel/preset-typescript": "7.24.6",
    "@types/jest": "29.5.12",
    "@types/lodash": "^4.14.191",
    "@types/luxon": "3.4.2",
    "@types/react": "^16.13.1",
    "@types/react-native": "^0.63.50",
    "@types/react-native-vector-icons": "^6.4.18",
    "@types/react-redux": "^7.1.16",
    "@types/redux-form": "^8.3.1",
    "@types/uuid": "^9.0.0",
    "@types/web": "^0.0.153",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "babel-jest": "29.7.0",
    "babel-plugin-module-resolver": "5.0.2",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "eslint": "^8.4.1",
    "eslint-config-airbnb": "18.0.1",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-typescript": "^2.4.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "29.7.0",
    "jest-diff": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "prettier": "2.5.1",
    "timezone-mock": "^1.1.1",
    "typescript": "^4.1.5"
  },
  "dependencies": {
    "@adalo/constants": "0.9.7",
    "@gorhom/portal": "^1.0.14",
    "@protonapp/react-mobile-date-picker": "^0.0.9",
    "@react-native-async-storage/async-storage": "1.23.1",
    "@react-native-community/push-notification-ios": "1.11.0",
    "@react-native-firebase/app": "12.9.3",
    "@react-native-firebase/messaging": "12.9.3",
    "@react-native-picker/picker": "^1.16.1",
    "@sentry/browser": "7.20.0",
    "@sentry/tracing": "7.20.0",
    "axios": "^0.17.1",
    "blurhash": "2.0.5",
    "buffer": "^5.0.8",
    "chroma-js": "^2.0.3",
    "deep-equal": "^1.1.1",
    "email-validator-internal": "npm:email-validator@^2.0.4",
    "fast-blurhash": "^1.1.4",
    "fast-deep-equal": "^3.1.3",
    "firebase": "^10.5.0",
    "immutability-helper": "^2.6.2",
    "js-base64": "3.7.2",
    "lodash": "^4.17.21",
    "luxon": "3.5.0",
    "memoize-one": "^6.0.0",
    "moment": "2.29.4",
    "numeral": "^2.0.6",
    "patch-package": "^8.0.0",
    "postinstall-postinstall": "^2.1.0",
    "prop-types": "^15.7.2",
    "qs": "^6.5.2",
    "react-datepicker": "^2.2.0",
    "react-indiana-drag-scroll": "2.2.0",
    "react-native-blurhash": "1.1.11",
    "react-native-datepicker": "^1.7.2",
    "react-native-device-info": "13.0.0",
    "react-native-document-picker": "5.2.0",
    "react-native-geolocation-service": "5.2.0",
    "react-native-get-random-values": "^1.7.2",
    "react-native-icloud-file-picker": "^0.0.1",
    "react-native-image-picker": "4.9.0",
    "react-native-inappbrowser-reborn": "^3.1.0",
    "react-native-layout-guides": "^0.1.2",
    "react-native-modal-datetime-picker": "9.2.3",
    "react-native-share": "10.2.1",
    "react-native-svg": "9.13.3",
    "react-native-vector-icons": "^7.0.0",
    "react-player": "2.16.0",
    "react-redux": "^7.1.16",
    "redux": "^3.7.2",
    "redux-persist": "^6.0.0",
    "redux-promise-middleware": "^5.0.0",
    "redux-thunk": "^2.2.0",
    "safe-area-insets": "^1.4.1",
    "uuid": "^8.3.2",
    "webfontloader": "^1.6.28"
  },
  "jest": {
    "testEnvironmentOptions": {
      "url": "http://example.com"
    },
    "testEnvironment": "jsdom",
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!src/**/__tests__/*.{util,utils}.{js,jsx,ts,tsx}",
      "!<rootDir>/node_modules/"
    ],
    "testMatch": [
      "<rootDir>/src/**/__tests__/**/*.[jt]s?(x)",
      "<rootDir>/src/**/?(*.)+(spec|test).[jt]s?(x)"
    ],
    "testPathIgnorePatterns": [
      "\\.?utils?\\.[jt]sx?"
    ],
    "transform": {
      "\\.[jt]sx?$": "babel-jest"
    },
    "transformIgnorePatterns": [
      "/node_modules/(?!(react-native-geolocation-service|fast-blurhash|uuid)/)"
    ],
    "moduleFileExtensions": [
      "web.tsx",
      "tsx",
      "web.ts",
      "ts",
      "web.jsx",
      "jsx",
      "web.js",
      "js"
    ]
  }
}
