react-native-unit-components
Version:
Unit React Native components
131 lines (130 loc) • 3.19 kB
JSON
{
"name": "react-native-unit-components",
"version": "1.15.0",
"description": "Unit React Native components",
"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",
"react-native-unit-components.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"test": "jest",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{ts,tsx}\" --fix",
"prepare": "bob build",
"example": "yarn --cwd example",
"cleanNodeModules": "rm -rf node_modules",
"bootstrap": "yarn cleanNodeModules && yarn example cleanNodeModules && yarn example && yarn && yarn example pods"
},
"keywords": [
"react-native",
"Unit",
"components"
],
"author": "Unit",
"license": "MIT",
"homepage": "https://www.unit.co",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@react-native-community/eslint-config": "^3.0.2",
"@types/jest": "^26.0.14",
"@types/react": "18.2.0",
"@types/react-native": "^0.69.9",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "0.69.9",
"react-native-builder-bob": "^0.23.2",
"react-native-webview": "^13.6.3",
"typescript": "^4.5.2"
},
"resolutions": {
"@types/react": "^16.14.20"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-plaid-link-sdk": "*",
"react-native-webview": "*"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.7.1",
"react-native-plaid-link-sdk": "^11.5.1",
"react-native-webview": "^13.6.3",
"react-redux": "^8.1.2"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"eslintConfig": {
"root": true,
"parser": "@babel/eslint-parser",
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
]
}
},
"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"
}
]
]
}
}