{
	"name": "@hproinformatica/react-native",
	"version": "2.0.0",
	"description": "Material design for React Native",
	"main": "lib/commonjs/index.js",
	"module": "lib/module/index.js",
	"react-native": "src/index.tsx",
	"source": "src/index.tsx",
	"types": "lib/typescript/index.d.ts",
	"files": [
		"src",
		"lib",
		"babel.js"
	],
	"sideEffects": false,
	"author": "HPro Informática",
	"license": "MIT",
	"keywords": [
		"android",
		"bootstrap",
		"components",
		"component library",
		"hpro",
		"ios",
		"material design",
		"react native",
		"ui kit"
	],
	"scripts": {
		"typescript": "tsc --noEmit",
		"lint": "eslint --ext '.js,.ts,.tsx' .",
		"test": "jest",
		"prepare": "bob build && node ./scripts/generate-mappings.js",
		"bootstrap": "yarn --cwd example && yarn --cwd docs && yarn",
		"docs": "yarn --cwd docs",
		"example": "yarn --cwd example",
		"hpro": "yarn add @hproinformatica/functions",
		"hpro:upd": "yarn upgrade @hproinformatica/functions",
		"hpro:pub": "npm publish"
	},
	"dependencies": {
		"@hproinformatica/functions": "^1.0.0",
		"@react-native-community/netinfo": "9.3.5",
		"color": "^3.1.2",
		"expo-clipboard": "~4.0.1",
		"expo-sqlite": "~11.0.0",
		"react-native-iphone-x-helper": "^1.3.1",
		"react-native-modal-datetime-picker": "^13.0.0",
		"react-native-paper": "^4.9.2"
	},
	"devDependencies": {
		"@babel/core": "7.19.3",
		"@babel/runtime": "^7.10.3",
		"expo": "47.0.0",
		"@callstack/eslint-config": "^9.0.0",
		"@types/color": "^3.0.0",
		"@types/jest": "^24.0.13",
		"@types/node": "^13.1.0",
		"@types/react-dom": "~18.0.8",
		"@types/react-native": "~0.70.6",
		"@types/react-native-vector-icons": "^6.4.1",
		"@typescript-eslint/eslint-plugin": "^2.12.0",
		"@typescript-eslint/parser": "^2.12.0",
		"babel-cli": "^6.26.0",
		"babel-core": "^7.0.0-bridge.0",
		"babel-jest": "^26.1.0",
		"babel-test": "^0.1.1",
		"eslint": "^6.7.2",
		"eslint-config-callstack-io": "^1.1.1",
		"eslint-plugin-prettier": "^3.0.0",
		"eslint-plugin-react-native": "^3.5.0",
		"glob": "^7.1.3",
		"husky": "^1.3.1",
		"jest": "26.6.3",
		"jest-file-snapshot": "^0.3.2",
		"metro-react-native-babel-preset": "^0.59.0",
		"prettier": "^2.0.5",
		"react": "18.1.0",
		"react-dom": "18.1.0",
		"react-native": "0.70.5",
		"react-native-builder-bob": "^0.17.1",
		"react-native-vector-icons": "~6.3.0",
		"react-test-renderer": "16.13.1",
		"rimraf": "^3.0.2",
		"typescript": "4.6.3"
	},
	"peerDependencies": {
		"react": "*",
		"react-native": "*",
		"react-native-vector-icons": "*"
	},
	"husky": {
		"hooks": {
			"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
			"pre-commit": "yarn lint && yarn typescript && yarn test"
		}
	},
	"jest": {
		"preset": "react-native",
		"setupFiles": [
			"<rootDir>/testSetup.js"
		],
		"cacheDirectory": "./cache/jest",
		"modulePathIgnorePatterns": [
			"<rootDir>/lib/"
		],
		"watchPathIgnorePatterns": [
			"__fixtures__\\/[^/]+\\/(output|error)\\.js"
		]
	},
	"react-native-builder-bob": {
		"source": "src",
		"output": "lib",
		"targets": [
			"commonjs",
			"module",
			[
				"typescript",
				{
					"project": "tsconfig.build.json"
				}
			]
		],
		"files": [
			"src/"
		]
	},
	"directories": {
		"lib": "lib"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/hproinformatica/react-native-hpro.git"
	},
	"bugs": {
		"url": "https://github.com/hproinformatica/react-native-hpro/issues"
	},
	"homepage": "https://github.com/hproinformatica/react-native-hpro#readme"
}
