urbanairship-gimbal-adapter-react-native
Version:
Airship Gimbal Adapter for React Native apps.
69 lines (68 loc) • 1.82 kB
JSON
{
"name": "urbanairship-gimbal-adapter-react-native",
"version": "3.1.0",
"description": "Airship Gimbal Adapter for React Native apps.",
"author": "Airship",
"homepage": "https://github.com/urbanairship/react-native-gimbal-adapter",
"keywords": [
"react",
"react-native",
"react-component",
"ios",
"android",
"urbanairship",
"airship",
"gimbal"
],
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@react-native-community/bob": "^0.14.5",
"@react-native-community/bob": "0.15.1",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react-native": "^0.62.13",
"@typescript-eslint/parser": "^1.13.0",
"acorn": "^7.1.1",
"acorn-jsx": "^5.0.2",
"babel-jest": "^26.6.3",
"documentation": "12.1.1",
"eslint": "7.14.0",
"jest": "^26.6.3",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2",
"react": "17.0.2",
"react-native": "0.67.2",
"typedoc": "^0.17.7",
"typescript": "3.8.3"
},
"@react-native-community/bob": {
"source": "js",
"output": "lib",
"targets": [
"commonjs",
"typescript"
]
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/urbanairship/react-native-gimbal-adapter.git"
},
"peerDependencies": {
"react": "^16.8",
"react-native": ">=0.60",
"urbanairship-react-native": ">=7.0.0"
},
"scripts": {
"prepare": "bob build",
"generate-docs": "typedoc --excludeNotDocumented --out docs js/"
},
"license": "Apache-2.0",
"dependencies": {},
"types": "lib/typescript/index.d.ts",
"main": "lib/commonjs/index.js"
}