-
Notifications
You must be signed in to change notification settings - Fork 140
/
package.json
43 lines (43 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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 <[email protected]>",
"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"
}
}