{
  "name": "@hc.ds/mobile",
  "version": "0.1.24",
  "description": "Healthy Church Design System - HC Mobile",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "example": "yarn workspace @hc.ds/mobile-example",
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "del-cli lib",
    "prepare": "bob build",
    "release": "release-it",
    "generate": "cross-env NODE_OPTIONS='--import tsx' plop --plopfile=./scripts/codegen/plopfile.ts"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "design-system",
    "ui-toolkit"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saddlebackdev/hc-mobile-ui-toolkit.git"
  },
  "author": "absqueued <3298585+absqueued@users.noreply.github.com> (https://welcome.saddleback.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/saddlebackdev/hc-mobile-ui-toolkit/issues"
  },
  "homepage": "https://github.com/saddlebackdev/hc-mobile-ui-toolkit#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@ant-design/icons-react-native": "^2.3.2",
    "@ant-design/react-native": "^5.1.2",
    "@fortawesome/fontawesome-svg-core": "^6.5.2",
    "@fortawesome/free-brands-svg-icons": "^6.5.2",
    "@fortawesome/free-regular-svg-icons": "^6.5.2",
    "@fortawesome/free-solid-svg-icons": "^6.5.2",
    "@fortawesome/react-native-fontawesome": "^0.3.1",
    "@react-native-community/segmented-control": "^2.2.2",
    "@react-native-community/slider": "^4.5.2",
    "@testing-library/react-native": "^12.4.5",
    "cross-env": "^7.0.3",
    "nativewind": "^2.0.11",
    "node-plop": "^0.32.0",
    "plop": "^4.0.1",
    "react-native-gesture-handler": "2.12.0",
    "react-native-svg": "12.3.0",
    "react-native-uuid": "^2.0.2",
    "ts-node": "^10.9.2",
    "tsx": "^4.9.3"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-private-methods": "^7.18.6",
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@babel/preset-env": "^7.24.4",
    "@babel/preset-react": "^7.24.1",
    "@babel/preset-typescript": "^7.24.1",
    "@commitlint/config-conventional": "^17.0.2",
    "@evilmartians/lefthook": "^1.5.0",
    "@react-native/eslint-config": "^0.73.1",
    "@release-it/conventional-changelog": "^5.0.0",
    "@testing-library/jest-native": "^5.4.3",
    "@types/jest": "^29.5.5",
    "@types/react": "^18.2.79",
    "@types/react-native": "^0.73.0",
    "babel-jest": "^29.7.0",
    "commitlint": "^17.0.2",
    "del-cli": "^5.1.0",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "inquirer": "^9.2.20",
    "inquirer-directory": "^2.2.0",
    "jest": "^29.7.0",
    "jest-react-native": "^18.0.0",
    "metro-react-native-babel-preset": "^0.77.0",
    "prettier": "^3.0.3",
    "react": "18.2.0",
    "react-native": "0.73.6",
    "react-native-builder-bob": "^0.20.0",
    "react-test-renderer": "^18.3.0",
    "release-it": "^15.0.0",
    "tailwindcss": "3.3.2",
    "typescript": "^5.4.5"
  },
  "peerDependencies": {
    "nativewind": "^2.0.11",
    "react": "*",
    "react-native": "*",
    "tailwindcss": "3.3.2"
  },
  "peerDependenciesMeta": {
    "nativewind": {
      "optional": false
    },
    "react": {
      "optional": false
    },
    "react-native": {
      "optional": false
    },
    "tailwindcss": {
      "optional": false
    }
  },
  "resolutions": {
    "@types/react": "^18.2.44"
  },
  "workspaces": [
    "example"
  ],
  "packageManager": "yarn@3.6.1",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
