react-native-focal
Version:
Humble kit to professionally handle the focus/blur experience for controlled components.
99 lines (98 loc) • 2.97 kB
JSON
{
"name": "react-native-focal",
"version": "0.1.8-alpha.1",
"description": "Humble kit to professionally handle the focus/blur experience for controlled components.",
"author": "yousseftarekkh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yousseftarekkh/react-native-focal.git"
},
"keywords": [
"react-native",
"refs",
"focal",
"react-native-focal",
"blurring"
],
"main": "dist/index.js",
"engines": {
"node": ">=14"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"test": "jest",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom"
},
"peerDependencies": {
"react": "^17.0.2",
"react-native": "^0.64.2",
"react-native-gesture-handler": "^1.10.3"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.14.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@testing-library/react-native": "^7.2.0",
"@types/jest": "^27.0.1",
"@types/lodash.get": "^4.4.6",
"@types/lodash.isfunction": "^3.0.6",
"@types/lodash.set": "^4.3.6",
"@types/lodash.uniqueid": "^4.0.6",
"@types/lodash.unset": "^4.5.6",
"@types/react": "^17.0.0",
"@types/react-native": "^0.64.10",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-jest": "^27.2.1",
"babel-plugin-module-resolver": "^4.1.0",
"chalk": "^4.1.1",
"cross-env": "^7.0.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.2.0",
"jest": "^27.2.0",
"metro-react-native-babel-preset": "^0.66.0",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"react": "^17.0.2",
"react-native": "^0.65.1",
"react-test-renderer": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"rollup": "^2.32.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.3.0",
"typescript": "^4.4.3"
},
"files": [
"dist/*"
],
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.isfunction": "^3.0.9",
"lodash.set": "^4.3.2",
"lodash.uniqueid": "^4.0.1",
"lodash.unset": "^4.5.2",
"react-native-gesture-handler": "^1.10.3"
}
}