UNPKG

react-native-arkit

Version:
44 lines (43 loc) 1.25 kB
{ "name": "react-native-arkit", "repository": { "type": "git", "url": "https://github.com/HippoAR/react-native-arkit.git" }, "version": "0.9.0", "description": "React Native binding for iOS ARKit", "author": "Zehao Li <qft.gtr@gmail.com>", "license": "MIT", "homepage": "https://github.com/HippoAR/react-native-arkit", "keywords": ["react-native", "react", "native", "ARKit", "AR"], "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "peerDependencies": { "react-native": ">=0.46.0", "react": "*", "prop-types": "*" }, "dependencies": { "@panter/react-animation-frame": "^0.3.7", "fast-deep-equal": "^1.0.0", "lodash": "^4.17.4", "prop-types": "^15.6.0" }, "devDependencies": { "babel-eslint": "^7.2.3", "babel-preset-react-native": "^2.1.0", "eslint": "^4.2.0", "eslint-config-airbnb": "^15.0.1", "eslint-config-prettier": "^2.1.1", "eslint-plugin-flowtype": "^2.33.0", "eslint-plugin-import": "^2.3.0", "eslint-plugin-jsx-a11y": "^5.0.3", "eslint-plugin-prettier": "^2.1.1", "eslint-plugin-react": "^7.0.1", "prettier": "^1.3.1", "react": "16.2.0", "prop-types": "^15.6.0" } }