{
    "name": "react-native-basic-ui",
    "version": "3.1.3",
    "description": "Easy to use UI components for React Native.",
    "keywords": [
        "android",
        "ios",
        "react",
        "native",
        "react-native",
        "ui",
        "template"
    ],
    "author": "Jan Ziemba <ziemba.jan@icloud.com>",
    "license": "MIT",
    "readmeFilename": "README.md",
    "homepage": "https://github.com/janziemba/react-native-basic-ui#readme",
    "main": "dist/index.js",
    "files": [
        "/dist"
    ],
    "bugs": {
        "url": "https://github.com/janziemba/react-native-basic-ui/issues",
        "email": "ziemba.jan@icloud.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/janziemba/react-native-basic-ui.git"
    },
    "scripts": {
        "build": "rm -rf dist && yarn tsc -p tsconfig.build.json",
        "lint": "yarn eslint 'src/**/*.{js,ts,tsx}' --quiet",
        "test": "yarn jest --passWithNoTests",
        "prepare": "yarn build",
        "prepublishOnly": "yarn lint && yarn test",
        "typescript:check": "yarn tsc --noEmit",
        "typescript:watch": "yarn tsc -p tsconfig.build.json -w"
    },
    "dependencies": {
        "@react-native-community/hooks": "^2.6.0",
        "deepmerge": "^4.2.2",
        "react": "16.13.1",
        "react-native": "0.63.4",
        "react-native-linear-gradient": "^2.5.6",
        "react-native-vector-icons": "^8.0.0",
        "use-debounce": "^5.2.0"
    },
    "devDependencies": {
        "@babel/core": "^7.12.10",
        "@babel/plugin-proposal-class-properties": "^7.12.1",
        "@babel/runtime": "^7.12.5",
        "@commitlint/cli": "^11.0.0",
        "@commitlint/config-conventional": "^11.0.0",
        "@react-native-community/eslint-config": "^2.0.0",
        "@semantic-release/commit-analyzer": "^8.0.1",
        "@semantic-release/git": "^9.0.0",
        "@semantic-release/github": "^7.2.0",
        "@semantic-release/npm": "^7.0.10",
        "@semantic-release/release-notes-generator": "^9.0.1",
        "@types/jest": "^26.0.20",
        "@types/react": "^17.0.0",
        "@types/react-native": "^0.63.46",
        "@types/react-native-vector-icons": "^6.4.6",
        "eslint": "^7.18.0",
        "eslint-plugin-jest": "^24.1.3",
        "eslint-plugin-simple-import-sort": "^7.0.0",
        "eslint-plugin-typescript-sort-keys": "^1.5.0",
        "husky": "^4.3.8",
        "jest": "26.6.3",
        "lint-staged": "10.5.4",
        "metro-react-native-babel-preset": "^0.65.0",
        "pretty-quick": "^3.1.0",
        "semantic-release": "^17.3.6",
        "tslint": "^6.1.3",
        "typescript": "4.1.5"
    },
    "husky": {
        "hooks": {
            "commit-msg": "yarn commitlint -E HUSKY_GIT_PARAMS",
            "pre-commit": "yarn pretty-quick --staged && yarn lint-staged && yarn typescript:check"
        }
    },
    "jest": {
        "preset": "react-native"
    },
    "lint-staged": {
        "*.{js,jsx,ts,tsx}": [
            "yarn eslint --quiet",
            "yarn jest --findRelatedTests"
        ]
    }
}
